Skip to content
Snippets Groups Projects
Commit 07ed6b4a authored by Bowy La Riviere's avatar Bowy La Riviere
Browse files

make k a vector and adds assumption

parent 7709469f
No related branches found
No related tags found
No related merge requests found
Pipeline #171688 passed
......@@ -488,12 +488,12 @@ Your result should be linear with $|\varepsilon|$.
### Exercise 4: Two energy bands
An 'energy band' is a range of energies within which there are states available for the particles in the system. An energy band is therefore closely related to the dispersion relation. For instance, for the free electron dispersion $\varepsilon = \hbar^2k^2/2m$, the available states (=the energy band) lie between zero and infinite energy. As we will encounter more often in our course, many materials have multiple, possibly overlapping energy bands, which are each described by their own dispersion. Here we analyze a system with two, partially overlapping, energy bands. These bands are each described by a free-electron dispersion, but they are offset with repect to each other in energy. The goal is to calculate the density of states and electron occupation of the system.
The dispersion of energy band 1 is $\varepsilon_1(\mathbf{k}) = \tfrac{\hbar^2k^2}{2m}$ and that of band 2 is $\varepsilon_2(\mathbf{k}) = \tfrac{\hbar^2k^2}{2m} + \varepsilon_0$. The Fermi energy is $E_F$, and we assume $E_F \gg \varepsilon_0$. We consider a _two-dimensional_ system.
The dispersion of energy band 1 is $\varepsilon_1(\mathbf{k}) = \tfrac{\hbar^2 \mathbf{k}^2}{2m}$ and that of band 2 is $\varepsilon_2(\mathbf{k}) = \tfrac{\hbar^2 \mathbf{k}^2}{2m} + \varepsilon_0$. The Fermi energy is $E_F$, and we assume $E_F \gg \varepsilon_0$. We consider a _two-dimensional_ system.
1. Sketch the two dispersions in one plot. Indicate the Fermi energy.
2. Calculate the density of states and sketch it as a function of energy. Hint: the total density of states is obtained by adding the density of states associated with the individual bands.
3. Express the number of electrons in the system in terms of the Fermi energy $E_F$.
4. Express the number of electrons in the energy range $\varepsilon_a<\varepsilon<\infty$ as an integral over energy, assuming $T>0$.
4. Express the number of electrons in the energy range $\varepsilon_a<\varepsilon<\infty$, for some energy $\varepsilon_a \geq \varepsilon_0$, as an integral over energy, for $T>0$.
5. Assuming $\varepsilon_a - E_F \gg k_B T$, explicitly calculate the integral of the previous subquestion.
[^1]: This is not completely true, as we will see when learning about [semiconductors](13_semiconductors.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment