Solutions lecture 7
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 48
− 24
@@ -14,6 +14,14 @@ pi = np.pi
@@ -50,6 +58,8 @@ For a system of size $L = Na$ with periodic boundary conditions, we also have $u
@@ -71,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).
@@ -104,12 +114,17 @@ Because we proposed an ansatz with $N$ different plane-wave solutions, if we fin
@@ -133,27 +148,34 @@ draw_classic_axes(ax)
@@ -173,10 +195,10 @@ 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*.
@@ -205,11 +227,11 @@ The connection to quantum mechanics is made by $p = \hbar k$. Analogously, the g
@@ -223,6 +245,8 @@ pyplot.xlabel('$ka$'); pyplot.ylabel('$m_{eff}$')