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

Update 13_semiconductors.md - fix

parent 7eb0b82d
Branches
No related tags found
No related merge requests found
Pipeline #16677 failed
```python
A completely filled band carries no electric current:
$$
\begin{align}
from matplotlib import pyplot
import numpy as np
......@@ -57,13 +62,8 @@ A completely filled band is very similar to a completely empty band.
In a filled band $n(E)=1$ because $|E - E_F| \gg kT$. In an empty band $n(E)=0$.
Heat capacity $C_v = \tfrac{d}{dT}\int_{-\infty}^\infty E\times g(E) \times dE\times n_F(E, T) = 0$.
A completely filled band carries no electric current:
$$
\begin{align}
j = 2e \frac{L}{2\pi} \int_{-\pi/a}^{\pi/a} v(k) dk = 2e \frac{L}{2\pi \hbar} \int_{-\pi/a}^{\pi/a} \frac{dE}{dk})\times dk = \\
2e \frac{L}{2\pi \hbar} [E(-\pi/a) - E(\pi/a)] = 0
j = 2e \frac{1}{2\pi} \int_{-\pi/a}^{\pi/a} v(k) dk = 2e \frac{1}{2\pi \hbar} \int_{-\pi/a}^{\pi/a} \frac{dE}{dk})\times dk = \\
2e \frac{1}{2\pi \hbar} [E(-\pi/a) - E(\pi/a)] = 0
\end{align}
$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment