From 6918a478253149324a132436f1512dc23fb30ab7 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Fri, 18 Jan 2019 14:20:58 +0000 Subject: [PATCH] formatting fixes --- src/2_debye_model.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/2_debye_model.md b/src/2_debye_model.md index 0017ad8..fd44657 100644 --- a/src/2_debye_model.md +++ b/src/2_debye_model.md @@ -153,6 +153,7 @@ cbar.set_label(r'$|\psi^2|$') ``` Describe how many phonons in which $k$-state this solid has. +Explain your answer. ??? hint @@ -161,7 +162,6 @@ Describe how many phonons in which $k$-state this solid has. ### Exercise 1: Debye model: concepts 1. Describe the concepts of k-space and density of states. 2. Calculate the density of state $g(\omega)$ and $g(k)$ for a 3D, 2D and 1D systems with linear dispersion $\omega=vk$. -3. Discuss what it means to have $n=3$ phonons occupying a state with $k=(0, 0, 2\pi/L)$. Draw the amplitudes of the atomic displacements in a state with $ ### Exercise 2: Debye model in 2D 1. State the assumptions of the Debye theory. @@ -171,5 +171,6 @@ Describe how many phonons in which $k$-state this solid has. ### Exercise 3: Anisotropic velocities During the lecture we derived the low-temperature heat capacity assuming that the longitudinal and transverse modes have the same sound velocity $v$. -1. Suppose that the longitudinal and transverse sound velocities are different ($v_L != v_T$). How does this change the Debye result? -2. Suppose now that the velocity is anisotropic ($v_x!=v_y!=v_z$), neglecting the difference between transverse and longitudinal modes. How does this change the Debye result? + +1. Materials usually have different velocities of the longitudinal and transverse sound waves are different ($v_L \neq v_T$). How does this change the Debye result? +2. Suppose now that the velocity is anisotropic ($v_x \neq v_y \neq v_z$) and $\omega = \sqrt{v_x^2 k_x^2 + v_y^2 k_y^2 + v_z^2 k_z^2}, neglecting the difference between transverse and longitudinal modes. How does this change the Debye result? -- GitLab