From 9aeee7e39dfbc87de9124e10245a2437142bc604 Mon Sep 17 00:00:00 2001
From: Kevin Choi <k.choi-1@student.tudelft.nl>
Date: Fri, 1 Feb 2019 17:14:48 +0000
Subject: [PATCH] Fix hints (attempt 4)

---
 src/8_many_atoms.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/8_many_atoms.md b/src/8_many_atoms.md
index d9e44b1..8bff514 100644
--- a/src/8_many_atoms.md
+++ b/src/8_many_atoms.md
@@ -240,9 +240,9 @@ Suppose we have a vibrating 1D atomic chain with 3 different spring constants al
 3. By filling in the trial solutions for the equations of motion (which should be similar to the ones in eqs. (10.3) and (10.4) of the book), show that the eigenvalue problem is given by $$ \omega^2 \mathbf{x} = \frac{1}{m} \begin{pmatrix} \kappa_1 + \kappa_ 3 &  -\kappa_ 1 & -\kappa_ 3 e^{i k a} \\ -\kappa_ 1 & \kappa_1+\kappa_2 & -\kappa_ 2 \\  -\kappa_ 3 e^{-i k a} & -\kappa_2 & \kappa_2 + \kappa_ 3 \end{pmatrix} \mathbf{x}$$
 4. In general, the eigenvalue problem above cannot be solved analytically, and can only be solved in specific cases. Find the eigenvalues $\omega^2$ when $k a = \pi$ and $\kappa_ 1 = \kappa_ 2 = q$.
 
-??? hint
-
-    To solve the eigenvalue problem quickly, make use of the fact that the Hamiltonian in that case commutes with the matrix $$ X = \begin{pmatrix} 0 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix}. $$ What can be said about eigenvectors of two matrices that commute?
+    ??? hint
+    
+        To solve the eigenvalue problem quickly, make use of the fact that the Hamiltonian in that case commutes with the matrix $$ X = \begin{pmatrix} 0 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix}. $$ What can be said about eigenvectors of two matrices that commute?
 
 5. What will happen to the periodicity of the band structure if $\kappa_ 1 = \kappa_ 2 = \kappa_3$?
 
@@ -255,13 +255,13 @@ The spacing of the distorted chain alternates between two different distances an
 
 Due to the alternating hopping energies, we must treat two consecutive atoms as different orbitals ($\left| \phi_n \right>$ and $\left| \psi_n \right>$ in the figure) from the same unit cell. This also means that we expect to find two eigenvalues for the Schrödinger equation and we also need two different LCAO's to form a basis for the Hilbert space. These LCAO's are $$\left| \Phi\right>= \sum_n a_n \left| \phi_n \right>,$$ $$\left| \Psi\right>= \sum_n b_n \left| \psi_n \right>,$$ and the coefficients $a_n$ and $b_n$ are both given by $$a_n = b_n=\frac{e^{-ikna}}{\sqrt{N}},$$ where $N$ is the total number of unit cells in the (periodic) chain.
 
-1. Indicate the length of the unit cell in the figure
+1. Indicate the length of the unit cell $a$ in the figure.
 2. What are the values of the matrix elements $\left< \phi_n \right| H \left| \phi_{n} \right>$, $\left< \psi_n \right| H \left| \psi_{n} \right>$, $\left< \psi_n \right| H \left| \phi_{n} \right>$, and $\left< \psi_n \right| H \left| \phi_{n+1} \right>$?
 3. Using the $\{ \left| \Phi\right>, \left| \Psi\right> \}$-basis, show that the Hamiltonian is given by $$H = \begin{pmatrix} \epsilon & t_1 + t_2 e^{i k a} \\  t_1 + t_2 e^{-i k a}  & \epsilon \end{pmatrix}.$$
 
-??? hint
-
-    Note that the coefficients of the trial LCAO's and the periodic boundary condition require that $\left< \Phi \right| H \left| \Phi \right> = N a_n \left< \phi_n \right| H \left| \Phi \right>$ for any $n$. Similar can be done for $\left< \Phi \right| H \left| \Psi \right>$ and $\left< \Psi \right| H \left| \Psi \right>$.
+    ??? hint
+    
+        Note that the coefficients of the trial LCAO's and the periodic boundary condition require that $\left< \Phi \right| H \left| \Phi \right> = N a_n \left< \phi_n \right| H \left| \Phi \right>$ for any $n$. Similar can be done for $\left< \Phi \right| H \left| \Psi \right>$ and $\left< \Psi \right| H \left| \Psi \right>$.
 
 4. Derive the dispersion relation of this Hamiltonian. Does it look like the figure of the band structure shown on the [Wikipedia page](https://en.wikipedia.org/wiki/Peierls_transition#/media/File:Peierls_instability_after.jpg)? Does it reduce to the 1D, equally spaced atomic chain if $t_1 = t_2$.
 5. Find an expression of the group velocity $v(k)$ and effective mass $m^*(k)$ of both bands.
-- 
GitLab