- #1
E92M3
- 68
- 0
Homework Statement
Given:
[tex]\mathbf{H}=V_0\begin{bmatrix}
1-\epsilon & 0 & 0\\
0 & 1& \epsilon\\
0 & \epsilon & 2
\end{bmatrix}[/tex]
[tex]\epsilon<<1[/tex]
a) Find eigenvalues and eigenvectors of the unperturbed Hamiltonian [tex](\epsilon=0)[/tex]
b) Solve for eigenvalues of the Perturbed Hamiltonian then expand them up to the second order in epsilon.
c) Use 1st and 2nd order non-degenerate perturbation theory to approximate the eigenvalue that grows out from the non-degenerate state of the unperturbed Hamiltonian. Compare to part b.
d) Use degenerate perturbation theory to find first order correction of the eigenvalue of the initially degenerate states. Compare to part b.
Homework Equations
Non-degenerate perturbation:
[tex]E_n \approx E_n^0+<\psi_n^0|\hat{H_1}|\psi_n^0>+\sum_{m \neq n} \frac{|<\psi_m^0|\hat{H_1}|\psi_n^0>|^2}{E_n^0-E_m^0}[/tex]
[tex]E_n^0[/tex] are the unperturbed eigenvalues
[tex]|\psi_n^0>[/tex] are the unperturbed eigenstates
The Attempt at a Solution
a)
[tex]\mathbf{H_0}=V_0\begin{bmatrix}
1 & 0 &0 \\
0& 1&0 \\
0 &0 & 2
\end{bmatrix}[/tex]
Therefore:
[tex]E_1^0=V_0[/tex]
[tex]E_2^0=V_0 [/tex]
[tex]E_3^0=2V_0 [/tex]
[tex]|\psi_1^0>=\begin{bmatrix}
1\\ 0
\\ 0
\end{bmatrix}[/tex]
[tex]|\psi_2^0>=\begin{bmatrix}
0\\ 1
\\ 0
\end{bmatrix}[/tex]
[tex]|\psi_3^0>=\begin{bmatrix}
0\\ 0
\\ 1
\end{bmatrix}[/tex]
b) I subtracted lamda times the identity motrix from the hamiltonian matrix and set its determinant equal to 0 to find the eigenvalues the usual way. After the series approximation, I got:
[tex]\lambda_1=V_0-V_0 \epsilon [/tex]
[tex]\lambda_2=V_0-V_0 \epsilon^2 [/tex]
[tex]\lambda_3=2V_0+V_0 \epsilon^2 [/tex]
c) I used the non-degenerate perturbation above and got recover what I got in part b for the 3rd lambda.
d) Here's the problem, I had no clue what to do. I know that I am suppose to set up a matrix and its eigenvalues are the first order correction. And I know how to pick out the matrix elements. But what is the size of my matrix? 2 by 2 because of 2-fold degeneration? Or 3 by 3 since the hamiltonian matrix is 3 by 3? And after I got the eigenvalues, how do I compare them with part b? Which eigenvalue here corresponds to which eigenvalue in part b?
Last edited: