- #1
phil ess
- 70
- 0
Homework Statement
Consider a physical system with a three-dimensional state space. In this space the Hamiltonian is represented by the matrix:
[tex]H = hbar\omega \[ \left( \begin{array}{ccc}
0 & 0 & 2 \\
0 & 1 & 0 \\
2 & 0 & 0 \end{array} \right)\] [/tex]
The state of the system at t = 0 in coordinate representation is:
[tex]s(t=0) = \[ \left( \begin{array}{ccc}
\sqrt{2} \\
1 \\
1 \end{array} \right)\] [/tex]
Find the state s(t=/=0) by doing the following steps:
i) Find the eigenvectors and eigenvalues of the Hamiltonian.
ii) Expand the initial state in eigenstates of the Hamiltonian.
iii) Use your knowledge of the time evolution of the eigenstates to find the state of the system s(t).
The Attempt at a Solution
i) I can get the eigenvalues:
[tex]\[ \chi(\lambda) = \left| \begin{array}{ccc}
-\lambda & 0 & 1 \\
0 & 2-\lambda & 0 \\
1 & 0 & -\lambda \end{array} \right| = 0\] [/tex]
which gives:
[tex]\lambda = 2,-2,1[/tex]
and then the eigenvectors are:
[tex]\[ \left( \begin{array}{ccc}
1 \\
0 \\
1 \end{array} \right)\[ \left( \begin{array}{ccc}
1 \\
0 \\
-1 \end{array} \right)\] \] \[ \left( \begin{array}{ccc}
0 \\
1 \\
0 \end{array} \right)\][/tex]
Is this right?
ii) Now I am not sure how exactly to expand the initial states in eigenstates of the hamiltonian
Any hints are appreciated!