Finding Eigenvectors/values given matrix defined by bra-ket notation

slam7211
Messages
36
Reaction score
0

Homework Statement


sorry about the lack of LaTex but I don't know how to do bra-ket notation in tex
vectors |1> and |2> are a complete set of normalized basis vectors.
the hamiltonian is defined as |1><1|-|2><2|+|1><2|+|2><1| find the eigenvalues and eigenvectors in ters of |1> and |2>

Homework Equations


for a normal matrix eigenvalues are

Det(A-Iλ)=0 solve for λ
Eigenvectors are then
A*v=λv

The Attempt at a Solution


I tried just making up 2 generic 1X2 vectors and plugging it into mathematica, but its ugly and I am assuming its not what they want, is there some stupid trick I am missing here?
If the first sign in the hamiltonian was + instead of minus I know the first set of terms would equal 1 but its minus so I am just lost here
 
Physics news on Phys.org


I may be misunderstanding your hamiltonian but it looks to me like that corresponds to matrix
\begin{bmatrix} 1 &amp; 1 \\ 1 &amp; -1 \end{bmatrix}

If that is correct, then the characteristic equation is
\left|\begin{array}{cc} 1-\lambda &amp; 1 \\ 1 &amp; -1-\lambda\end{array}\right|= (1-\lambda)(-1- \lambda)- 1= 0
= \lambda^2- 2= 0

so the eigenvalues are \sqrt{2} and -\sqrt{2}.

The corresponding eigenvectors are given by
\begin{bmatrix}1 &amp; 1 \\ 1 &amp; -1\end{bmatrix}\begin{bmatrix}x &amp; y\end{bmatrix}= \sqrt{2}\begin{bmatrix} x \\ y \end{bmatrix}
so that x+ y= \sqrt{2}x and x- y= \sqrt{2}y

and
\begin{bmatrix}1 &amp; 1 \\ 1 &amp; -1\end{bmatrix}\begin{bmatrix}x &amp; y\end{bmatrix}= -\sqrt{2}\begin{bmatrix} x \\ y \end{bmatrix}
so that x+ y= -\sqrt{2}x and x- y= -sqrt{2}y
 


How did you know the hamiltonian corresponded to that matrix?
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...

Similar threads

Back
Top