Skip to content
Snippets Groups Projects
Commit bcb798db authored by T. van der Sar's avatar T. van der Sar
Browse files

Update 4_sommerfeld_model.md - minor fix in Cv estimate

parent 173d347c
Branches
No related tags found
No related merge requests found
Pipeline #14848 passed
...@@ -220,10 +220,10 @@ ax.set_xlabel(r"$\varepsilon$") ...@@ -220,10 +220,10 @@ ax.set_xlabel(r"$\varepsilon$")
draw_classic_axes(ax, xlabeloffset=.2) draw_classic_axes(ax, xlabeloffset=.2)
``` ```
Electrons in the top triangle are being excited to the bottom triangle due to temperature increase. Number of excited electrons $\approx\frac{1}{2}g(\varepsilon_{\rm F})k_{\rm B}T=n_{\rm exc}$. Total extra energy $E(T)-E(0)=n_{\rm exc}k_{\rm B}T=\frac{1}{2}g(\varepsilon_{\rm F})k_{\rm B}^2T^2$. Electrons in the top triangle are being excited to the bottom triangle due to temperature increase. Number of excited electrons $\approx\frac{1}{4}g(\varepsilon_{\rm F})k_{\rm B}T=n_{\rm exc}$. Total extra energy $E(T)-E(0)=n_{\rm exc}k_{\rm B}T=\frac{1}{2}g(\varepsilon_{\rm F})k_{\rm B}^2T^2$.
$$ $$
C_{V,e}=\frac{ {\rm d}E}{ {\rm d}T}=g(\varepsilon_{\rm F})k_{\rm B}^2T=\ ...\ =\frac{3}{2}Nk_{\rm B}\frac{T}{T_{\rm F}}\propto T C_{V,e}=\frac{ {\rm d}E}{ {\rm d}T}=\frac{1}{2}g(\varepsilon_{\rm F})k_{\rm B}^2T=\ ...\ =\frac{3}{4}Nk_{\rm B}\frac{T}{T_{\rm F}}\propto T
$$ $$
$T_{\rm F}=\frac{\varepsilon_{\rm F}}{k_{\rm B}}$ is the _Fermi temperature_. $T_{\rm F}=\frac{\varepsilon_{\rm F}}{k_{\rm B}}$ is the _Fermi temperature_.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment