Gary Roach
- 20
- 0
Homework Statement
For reference: Problem 1.8.5 parts (3) , R. Shankar, Principles of Quantum Mechanics.
Given array [tex]\Omega[/tex], compute the eigenvalues ([itex]e^i^\theta[/itex] and [itex]e^-^i^\theta[/itex]). Then (3) compute the eigenvectors and show that they are orthogonal.
Homework Equations
Eulers equation needed:
[tex]e^\pm^i^\theta = \cos\theta \pm i\sin\theta[/tex]
The matrix;
[tex]\Omega = \left |\begin{array}{cc}\cos\theta& \sin\theta\\-\sin\theta& \sin\theta\end{array} \right|[/tex]
The Attempt at a Solution
Computer eigenvectors (Some QM ket notation used)
[tex]|\omega = e^i^\theta > \Rightarrow \left|\begin{array}{cc}\cos\theta - (\cos\theta + i\sin\theta)& \sin\theta \\-\sin\theta& \cos\theta - (\cos\theta +i\sin\theta) \end{array} \right |[/tex]
[tex]|\omega = e^i^\theta > \Rightarrow \sin\theta\left|\begin{array}{cc}-i& 1\\-1& -i \end{array}\right |[/tex]
Since the array must equal the zero array, [tex]\sin\theta[/tex] can be eliminated and:
[tex]-ix_1 + x_2 = 0 \\<br /> -x_1 + -ix_2 = 0 \\<br /> \Rightarrow x_1 = -ix_2[/tex]
So the eigenvector should be:
[tex]|\omega = e^i^\theta > = \left|\begin{array}{cc}-i\\1\end{array}\right| \\ letting& x_2=1[/tex]
Similarly:
[tex]|\omega = e^-^i^\theta > \Rightarrow \sin\theta\left|\begin{array}{cc}i& 1\\-1& i \end{array}\right |[/tex]
[tex]ix_1 + x_2 = 0 \\ <br /> -x_1 + ix_2 = 0 \\ <br /> \Rightarrow x_1 = ix_2[/tex]
So the eigenvector should be:
[tex]|\omega = e^-^i^\theta > = \left|\begin{array}{cc}i\\1\end{array}\right|[/tex]
I think I have all of this right but unfortunately these two vectors are supposed to be orthogonal implying that their inner product sould be zero. And:
[tex]\left|\begin{array}{cc}-i\\1\end{array}\right| \cdot \left|\begin{array}{cc}i\\1\end{array}\right| = 1+1 =2 \neq 0[/tex] ??
It's probably a stupid error but I can't find it. Any help will be sincerely appreciated. I hope this get cleaned up in the final version. The preview feature won't show corrections.
Gary R.