Solutions lecture 7
Compare changes
+ 45
− 6
@@ -17,7 +17,7 @@ pi = np.pi
Accoustic branch corresponds with (-) in the equation given in the lecture notes. Use the small angle approximation $\sin(k) \approx k$ to ease calculations. For the Taylor polynomial take $\omega^2 = f(x) \approx f(0) + f'(0)k + f''(0)k^2$ (some terms vanish, computation is indeed quite tedious). You should find: $$|v_g| = \sqrt{\frac{\kappa a^2}{2(m_a+m_2)}}$$
Accoustic branch corresponds with (-) in the equation given in the lecture notes. Use the small angle approximation $\sin(x) \approx x$ to ease calculations. For the Taylor polynomial take $\omega^2 = f(x) \approx f(0) + f'(0)k + f''(0)k^2$ (some terms vanish, computation is indeed quite tedious). You should find: $$|v_g| = \sqrt{\frac{\kappa a^2}{2(m_a+m_2)}}$$
@@ -36,8 +36,8 @@ A unit cell consits of exactly one $t_1$ and exactly $t_2$ hopping.
@@ -59,15 +59,15 @@ pyplot.figure()
@@ -75,4 +75,43 @@ pyplot.fill_between([-3*pi,3*pi], -np.abs(t1-t2), np.abs(t1-t2), color='red',alp