Solutions lecture 7
Compare changes
+ 36
− 22
@@ -58,7 +58,7 @@ For a system of size $L = Na$ with periodic boundary conditions, we also have $u
@@ -81,29 +81,29 @@ and for electrons:
with $p\in \mathbb{Z}$. As such, $e^{ikx_n} = e^{i p \frac{2\pi}{L} n a} = e^{i \frac{2 \pi n p}{N}}$ and we see that changing $p→p+N$ corresponds to exactly the same solution. Therefore, we have $N$ different solutions in total. Furthermore, solutions with $k$-values that differ by an integer multiple of $N\frac{2\pi}{L} = \frac{2\pi}{a}$ are identical (see figure).
with $p \in \mathbb{Z}$. As such, $e^{ikx_n} = e^{i p \frac{2\pi}{L} n a} = e^{i \frac{2 \pi n p}{N}}$ and we see that changing $p→p+N$ corresponds to $ e^{i \frac{2\pi n(p+N)}{N}} = e^{i \frac{2\pi np}{N} + i2\pi n} = e^{i \frac{2\pi np}{N}} $, which is exactly the same solution. Therefore, we have exactly $N$ different solutions in total. Furthermore, solutions with $k$-values that differ by an integer multiple of $N\frac{2\pi}{L} = \frac{2\pi}{a}$ are identical (see figure).
@@ -114,12 +114,17 @@ Because we proposed an ansatz with $N$ different plane-wave solutions, if we fin
@@ -143,27 +148,34 @@ draw_classic_axes(ax)
@@ -183,7 +195,7 @@ E = E_0 - 2t\cos{ka} \approx E_0 - 2t + t (ka)^2.
Notice that in this particular case we can occupy a continuous band from $E_0+2t$ to $E_0-2t$, in the next lecture we shall see that small deviations in the hopping between two adjacent atoms can change the continuity of the band! The *band structure* of the electrons then consists of two **separate** bands. The complete dispersion relation is called the *band structure*.
@@ -233,6 +245,8 @@ pyplot.xlabel('$ka$'); pyplot.ylabel('$m_{eff}$')