lecture_4
Compare changes
+ 288
− 145
@@ -10,7 +10,7 @@ configure_plotting()
@@ -23,43 +23,35 @@ _(based on chapter 4 of the book)_
@@ -71,7 +63,6 @@ Edis = ks**2;
@@ -80,91 +71,111 @@ 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.
@@ -172,11 +183,14 @@ Estates = kstates**2;
@@ -186,30 +200,115 @@ ax.set_yticklabels([r"$ε_F$"]);
@@ -220,20 +319,23 @@ beta = 20
@@ -261,75 +363,96 @@ ax.set_xlabel(r"$ε$")
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).
In the lecture, it has been explained that the density of states (DOS) of the free electron model is proportional to $1/\sqrt{\epsilon}$ in 1D, constant in 2D and proportional to $\sqrt{\epsilon}$ in 3D. In this exercise, we are going to derive the DOS of the free electron model for an arbitrary number of dimensions.
In the lecture, it has been explained that the density of states of the free electron model is proportional to $1/\sqrt{\varepsilon}$ in 1D, constant in 2D and proportional to $\sqrt{\varepsilon}$ in 3D. In this exercise, we are going to derive the density of states of the free electron model for an arbitrary number of dimensions.
@@ -341,16 +464,17 @@ Suppose we have an $n$-dimensional hypercube with length $L$ for each side and c
3. In order to obtain a good approximation of the integral for non-zero $T$, one can make use of the [Sommerfeld expansion](https://en.wikipedia.org/wiki/Sommerfeld_expansion). Using this expansion, find the difference between the total energy of the electrons for $T = 1000 \, \mathrm{K}$ with that of the ground state.
@@ -360,10 +484,29 @@ A hypothetical metal has a Fermi energy $\epsilon_F = 5.2 \, \mathrm{eV}$ and a
One of the most famous recently discovered materials is [graphene](https://en.wikipedia.org/wiki/Graphene), which consists of carbon atoms arranged in a 2D honeycomb structure. In this exercise, we will focus on the electrons in bulk graphene. Unlike in metals, electrons in graphene cannot be treated as 'free'. However, close to the Fermi level, the dispersion relation can be approximated by a linear relation:
It is convenient to first start by only considering the positive energy contributions $\varepsilon(\mathbf{k}) = + c|\mathbf{k}|$ and calculate the density of states for it. Then account for the negative energy contributions $\varepsilon(\mathbf{k}) = - c|\mathbf{k}|$ by adding it to the density of states for the positive energies. You can also make use of $\frac{\rm{d} |k|}{\rm{d}k} = \frac{k}{|k|}$.
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.$$