lecture_4
Compare changes
+ 218
− 107
@@ -10,12 +10,12 @@ configure_plotting()
@@ -23,44 +23,71 @@ _(based on chapter 4 of the book)_
@@ -80,86 +107,137 @@ for i in range(2*kf + 1):
Example: For copper, the Fermi energy is ~7 eV. It would take a temperature of $\sim 70 000$K for electrons to gain such energy through a thermal excitation! The _Fermi velocity_ $v_\mathrm{F}=\frac{\hbar k_\mathrm{F}}{m}\approx$ 1750 km/s $\rightarrow$ electrons run with a significant fraction of the speed of light, only because lower energy states are already filled by other electrons.
@@ -190,26 +268,24 @@ ax.set_xlim(-kf*extrapol, kf*extrapol);
@@ -220,20 +296,21 @@ beta = 20
@@ -260,68 +337,95 @@ ax.set_ylabel(r"$g(ε)$")
We will estimate $C_\mathrm{V,e}$ and derive its scaling with temperature using the triangle method depicted in the figure. A finite temperature causes electrons in the top triangle to be excited to the bottom triangle. Because the base of this triangle scales with $k_\mathrm{B}T$ and its height with $ g(ε_\mathrm{F})$, it follows that the number of excited electrons $N_\mathrm{exc} \approx g(ε_\mathrm{F})k_\mathrm{B}T$ (neglecting pre-factors of order 1).
@@ -367,3 +471,10 @@ $$ \epsilon(\mathbf{k}) = \pm c|\mathbf{k}|.$$ Note that the $\pm$ here means th
3. At finite temperatures, assume that electrons close to the Fermi level (i.e. not more than $k_B T$ below the Fermi level) will get thermally excited, thereby increasing their energy by $k_B T$. Calculate the difference between the energy of the thermally excited state and that of the ground state $E(T)-E_0$. To do so, show first that the number of electrons that will get excited is given by $$n_{ex} = \frac{1}{2} g(-k_B T) k_B T.$$
\ No newline at end of file