Skip to content
Snippets Groups Projects
Commit 8f8a6b68 authored by T. van der Sar's avatar T. van der Sar
Browse files

Update 4_sommerfeld_model.md - fix

parent accd34aa
No related branches found
No related tags found
1 merge request!8W2 exercises
Pipeline #14840 passed
......@@ -223,7 +223,7 @@ In the lecture, it has been explained that the density of states (DOS) of the fr
Suppose we have an $n$-dimensional hypercube with length $L$ for each side and contains free electrons.
1. Assuming periodic boundary conditions, what is the distance between nearest-neighbour points in $\mathbf{k}$-space? What is the density of points in n-dimensional $\mathbf{k}$-space?
2. The number of $\mathbf{k}$-points with a magnitude between $k$ and $k + dk$ is given by $g(k)dk. Using the answer for (1), find $g(k)$ for 1D, 2D and 3D.
2. The number of $\mathbf{k}$-points with a magnitude between $k$ and $k + dk$ is given by $g(k)dk$. Using the answer for (1), find $g(k)$ for 1D, 2D and 3D.
3. Now show that $g(k)$ for $n$ dimensions is given by
$$g(k) = \frac{1}{\Gamma(n/2)} \left( \frac{L }{ \sqrt{\pi}} \right)^n \left( \frac{k}{2} \right)^{n-1},$$ where $\Gamma(z)$ is the [gamma function](https://en.wikipedia.org/wiki/Gamma_function).
**Hint:** you will need the area of an $n$-dimensional sphere and this can be found on [Wikipedia](https://en.wikipedia.org/wiki/N-sphere#Volume_and_surface_area) (blue box on the right).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment