Solutions lecture 7
Compare changes
+ 23
− 7
@@ -17,9 +17,9 @@ pi = np.pi
@@ -29,7 +29,7 @@ Hint: What kind of particles obey Bose-Einstein statistics? What kind of 'partic
Group velocity is given as $v=\hbar^{-1}\frac{\partial E}{\partial k}$ with $E=\hbar\omega$ and $g(\omega) = \frac{dN}{d\omega} = \frac{dN}{dk}\frac{dk}{d\omega}$. So we find: $$ v(k) = \frac{a}{2}\sqrt{\frac{2\kappa}{m}}\frac{\sin(ka)}{\sqrt{1-\cos(ka)}}$$ $$ g(\omega) = \frac{L}{2\pi}\frac{d}{d\omega} \bigg [\frac{2}{a}\sin^{-1}(\sqrt{\frac{m}{\kappa}}\frac{\omega}{2}) \bigg ] = \frac{L}{2\pi a} \sqrt{\frac{m}{\kappa}} \frac{1}{\sqrt{1-\frac{m\omega^2}{4\kappa}}}$$
Group velocity is given as $v=\hbar^{-1}\frac{\partial E}{\partial k}$ with $E=\hbar\omega$ and $g(\omega) = \frac{dN}{d\omega} = \frac{dN}{dk}\frac{dk}{d\omega}$. So we find: $$ v(k) = \frac{a}{2}\sqrt{\frac{2\kappa}{m}}\frac{\sin(ka)}{\sqrt{1-\cos(ka)}}$$ $$ g(\omega) = \frac{L}{2\pi}\frac{d}{d\omega} \bigg [\frac{2}{a}\sin^{-1}\bigg(\sqrt{\frac{m}{\kappa}}\frac{\omega}{2} \bigg) \bigg ] \\ = \frac{L}{\pi a} \frac{1}{\sqrt{\frac{4\kappa}{m}-\omega^2}}$$
@@ -37,7 +37,7 @@ Group velocity is given as $v=\hbar^{-1}\frac{\partial E}{\partial k}$ with $E=\
@@ -46,7 +46,7 @@ pyplot.tight_layout();
@@ -55,9 +55,25 @@ pyplot.tight_layout();
Hint: The group velocity is given as $v = \frac{d\omega}{dk}$, draw a coordinate system **under** or **above** the dispersion graph with $k$ on the x-axis in which you draw $\frac{d\omega}{dk}$. Draw a coordinate system **next** to the dispersion with *$g(\omega)$ on the y-axis* in which you graph $\big(\frac{d\omega}{dk}\big)^{-1} \approx \frac{1}{\frac{d\omega}{dk}}$ (This is **definitely** not an equality sign, but you can use this 'approximation' to graph the density of states).