|
43 | 43 | "\n",
|
44 | 44 | "Let's now consider the case of a 1D monoatomic chain in which only the first neighbours interactions are considered. Let $R_n=na$ be the position of atom $n$, $R_{n+1}=(n+1)a$ the position of atom $n+1$, etc., as shown in Fig. 1. The classical equation of motion of the $n$-th atom of mass $M$ in position $R_n+u_n(t)$ under the force $F_n$ is:\n",
|
45 | 45 | "\\begin{equation}\n",
|
46 |
| - " M\\ddot u_n = -C_1(u_{n-1}-u_{n})-C_1(u_{n+1}-u_n)=-C_1(2u_n-u_{n-1}-u_{n+1})\n", |
47 |
| - " \\label{eq:1d_eq}\n", |
| 46 | + " M\\ddot u_n = -C_1(u_{n-1}-u_{n})-C_1(u_{n+1}-u_n)=-C_1(2u_n-u_{n-1}-u_{n+1}) \\qquad (1)\n", |
48 | 47 | "\\end{equation}\n",
|
49 | 48 | "where $n-1$ and $n+1$ are the two neighbouring atoms and $C_1$ the force constant between neighbours.<br>\n",
|
50 | 49 | "Solutions of the differential equation are in the form of traveling wave, periodic in space and time, of the type :\n",
|
51 | 50 | "\\begin{equation}\n",
|
52 |
| - " u_n(t)=Ae^{i(k\\cdot R_n-\\omega t)}\n", |
53 |
| - " \\label{eq:u_1d}\n", |
| 51 | + " u_n(t)=Ae^{i(k\\cdot R_n-\\omega t)} \\qquad (2)\n", |
54 | 52 | "\\end{equation}\n",
|
55 | 53 | "where $A$ is the amplitude of the displacement, $k$ is the phonon wave vector and $\\omega$ its frequency.<br>\n",
|
56 |
| - "Plugging Eq.\\ref{eq:u_1d} into Eq.\\eqref{eq:1d_eq} results in\n", |
| 54 | + "Plugging Eq.2 into Eq.1results in\n", |
57 | 55 | "$$\n",
|
58 | 56 | "\\begin{align}\n",
|
59 | 57 | " -M \\omega^2 \\cancel{e^{ikn}}\\cancel{e^{-i\\omega t}} & =-C_1(2\\cancel{e^{ikn}}\\cancel{e^{-i\\omega t}}-\\cancel{e^{ikn}}\\cancel{e^{-i\\omega t}}e^{-ika}-\\cancel{e^{ikn}}\\cancel{e^{-i\\omega t}}e^{ika})\\nonumber \\\\\n",
|
60 |
| - " M \\omega^2 & =-C_1(2-e^{-ika}-e^{ika}).\n", |
61 |
| - " \\label{eq:1d_final}\n", |
| 58 | + " M \\omega^2 & =-C_1(2-e^{-ika}-e^{ika}) \\qquad (3)\n", |
62 | 59 | "\\end{align}\n",
|
63 | 60 | "$$\n",
|
64 |
| - "Eq. \\eqref{eq:1d_final} gives us a direct relation between $\\omega$ and $k$, which is called the dispersion relation." |
| 61 | + "Eq.3 gives us a direct relation between $\\omega$ and $k$, which is called the dispersion relation." |
65 | 62 | ]
|
66 | 63 | },
|
67 | 64 | {
|
|
99 | 96 | "source": [
|
100 | 97 | "## **1D diatomic chain**\n",
|
101 | 98 | "Let us now consider the case in which two atoms site in the unit cell, with mass $M_1$ and $M_2$. The positions are given by $R_n^{(1)}=na$ and $R_n^{(2)}=na+\\frac{1}{2}a$. $u$ is the displacement of atom 1 and $v$ is the displacement of atom 2. The system of equations is then\n",
|
| 99 | + "\n", |
102 | 100 | "\\begin{align}\n",
|
103 |
| - " M_1\\ddot u_n & =-C_1(2u_n-v_{n-1}-v_{n+1})\\label{eq:1} \\\\\n", |
104 |
| - " M_2\\ddot v_n & =-C_1(2v_n-u_{n-1}-u_{n+1})\\label{eq:2}\n", |
| 101 | + " M_1\\ddot u_n & =-C_1(2u_n-v_{n-1}-v_{n+1}) \\qquad (4) \\\\\n", |
| 102 | + " M_2\\ddot v_n & =-C_1(2v_n-u_{n-1}-u_{n+1})\\qquad (5)\n", |
105 | 103 | "\\end{align}\n",
|
106 |
| - "The solution of such system is given by\n", |
| 104 | + "The solution of such a system is given by\n", |
107 | 105 | "\\begin{equation}\n",
|
108 |
| - " u_n(t)=A_1e^{i(k\\cdot R_n^{(1)}-\\omega t)}\\qquad \\text{and}\\qquad v_n(t)=A_2e^{i(k\\cdot R_n^{(2)}-\\omega t)}\n", |
109 |
| - " \\label{eq:3}\n", |
| 106 | + " u_n(t)=A_1e^{i(k\\cdot R_n^{(1)}-\\omega t)}\\qquad \\text{and}\\qquad v_n(t)=A_2e^{i(k\\cdot R_n^{(2)}-\\omega t)} \\qquad(6)\n", |
110 | 107 | "\\end{equation}\n",
|
111 |
| - "Replacing Eq.\\eqref{eq:3} into Eq.\\eqref{eq:1} and Eq.\\eqref{eq:2} gives :\n", |
| 108 | + "Inserting Eq.6 into Eq.4 and Eq.5 gives :\n", |
112 | 109 | "\\begin{align}\n",
|
113 | 110 | " & -M_{1} \\omega^{2} A_{1}=-C\\left(2 A_{1}-A_{2} e^{-i k a / 2}-A_{2} e^{i k a / 2}\\right) \\\\\n",
|
114 | 111 | " & -M_{2} \\omega^{2} A_{2}=-C\\left(2 A_{2}-A_{1} e^{-i k a / 2}-A_{1} e^{i k a / 2}\\right)\n",
|
|
0 commit comments