Skip to content
Snippets Groups Projects
Commit 964adf83 authored by Bowy La Riviere's avatar Bowy La Riviere
Browse files

fixes k dependence error

parent 25ac0321
Branches
No related tags found
No related merge requests found
Pipeline #51695 passed
......@@ -78,7 +78,7 @@ For 1D we have that $N = \frac{L}{2\pi}\int_{-k}^{k} dk$, hence $g(\omega) = \fr
For 2D we have that $N = 2\left(\frac{L}{2\pi}\right)^2\int d^2k = 2\left(\frac{L}{2\pi}\right)^2\int 2\pi kdk$, hence $g(\omega) = \frac{L^2\omega}{\pi v^2}$.
For 3D we have that $N = 3\left(\frac{L}{2\pi}\right)^3\int d^3k = 3\left(\frac{L}{2\pi}\right)^3\int 4\pi kdk$, hence $g(\omega) = \frac{3L^3\omega^2}{2\pi^2v^3}$.
For 3D we have that $N = 3\left(\frac{L}{2\pi}\right)^3\int d^3k = 3\left(\frac{L}{2\pi}\right)^3\int 4\pi k^2dk$, hence $g(\omega) = \frac{3L^3\omega^2}{2\pi^2v^3}$.
### Exercise 2: Debye model in 2D.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment