Normalized Eigenvectors of a Hermitian operator

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 3K views
Lindsayyyy
Messages
215
Reaction score
0
Hi all

Homework Statement



Given is a Hermitian Operator H
[tex]H= \begin{pmatrix}<br /> a & b \\<br /> b & -a <br /> \end{pmatrix}[/tex]

where as [tex]a=rcos \phi , b=rsin \phi[/tex]

I shall find the Eigen values as well as the Eigenvectors. Furthermore I shall show that the normalized quantum states are:

[tex]\mid + \rangle =\begin{pmatrix}<br /> \frac{cos \phi}{2} \\<br /> \frac{sin \phi}{2}<br /> \end{pmatrix}[/tex]

and

[tex]\mid - \rangle =\begin{pmatrix}<br /> \frac{-sin \phi}{2} \\<br /> \frac{cos \phi}{2}<br /> \end{pmatrix}[/tex]

I know that: [tex]\frac {tan \phi}{2} = \frac {1-cos \phi}{sin \phi}[/tex]



Homework Equations



-

The Attempt at a Solution



I calculated the Eigen values vie the determinant (=0) (let's call them lambda). I think I did that right and the solutions are:
[tex]\lambda_1=r ,\lambda_2=-r[/tex]

Furthermore I calculated two Eigenvectors. I have something like an inner product

from H times a vector, so I just swapped the two entries and put a minus in front of one. My two Eigenvectors are:



[tex]\vec v_1 =\begin{pmatrix}<br /> -rsin \phi \\<br /> rcos \phi - r<br /> \end{pmatrix}<br /> <br /> \vec v_2 =\begin{pmatrix}<br /> -rsin \phi \\<br /> rcos \phi + r<br /> \end{pmatrix}[/tex]

I calculated the norm which is
[tex]||v_1||^2 = 2r^2(1-cos \phi)[/tex]

But now I'm stuck. I don't get the solution I should get. Did I do something wrong?

Thanks for your help.
 
Physics news on Phys.org
Something looks wrong with your eigenvectors. Try working on them again / show your work.
 
I'm in a hurry. Thanks for your help guys. I'll post tomorrow how I calculated my eigenvectors.

@haruspex

Thanks for that info, it wasn't clear on the sheet where that /2 belongs to. The vectors + and - which are given are also wrong then, it should be sin(phi/2) etc I guess then.
 
Lindsayyyy said:
I'm in a hurry. Thanks for your help guys. I'll post tomorrow how I calculated my eigenvectors.

@haruspex

Thanks for that info, it wasn't clear on the sheet where that /2 belongs to. The vectors + and - which are given are also wrong then, it should be sin(phi/2) etc I guess then.
Yup...the original eigenvectors you were supposed to prove seemed kind of dubious as they arent normalised.
 
Well, my attempt was totally wrong. But I'm stuck now.

I try to find the Eigenvector for the Eigenvalue r

I have:

[tex]\begin{pmatrix}<br /> rcos \phi & rsin \phi \\<br /> rsin \phi & -rcos \phi <br /> \end{pmatrix} \begin{pmatrix}<br /> x \\<br /> y<br /> \end{pmatrix}=\begin{pmatrix}<br /> 0 \\<br /> 0 <br /> \end{pmatrix}[/tex]

When I try to solve this I come to:

[tex]xrcos \phi -xr +yrsin \phi = 0 \\<br /> xrsin \phi -yrcos \phi -yr= 0[/tex]

Furthermore I come to:

[tex]x= y \frac{sin \phi}{1-cos\phi}[/tex]

aswell as
[tex]y= x\frac{sin \phi}{cos\phi +1}[/tex]

My problem is the following: I don't know what my x and y are and I can't solve it properly. I'm stuck. Did I do it right thus far? And what to do next?

Thanks for your help
 
Lindsayyyy said:
Furthermore I come to:
[tex]x= y \frac{sin \phi}{1-cos\phi}[/tex]
Well that's it! In general, there is no unique eigenvector - if |+> is an eigenvector of the matrix, then clearly any multiple of |+> too is a possible eigenvector.

So, our generalised eigenvector (for eigenvalue r) is
[tex] \left(\begin{matrix} \frac{sin \phi}{1-cos\phi} \\ 1 \end{matrix}\right)<br /> \equiv \left(\begin{matrix} sin \phi \\ 1-cos\phi \end{matrix}\right)<br /> \equiv \left(\begin{matrix} 2 sin \frac{\phi}{2} cos \frac{\phi}{2} \\ 2 sin^{2}\frac{\phi}{2} \end{matrix}\right)<br /> \equiv \left(\begin{matrix} cos \frac{\phi}{2} \\ sin \frac{\phi}{2} \end{matrix}\right)[/tex]
where we recognise that the final eigenvector is normalised.
(you could of course simply normalise the first eigenvector and arrive at the same result)
 
So you just chose your y as one because you say any multiplied vector to the eigenvector is one eigenvector aswell?

Thanks for the help everyone.

The task was to show that the normalized eigenvectors are the given ones. I did it just with the equation

H*ev=lambda*ev (ev=eigenvector)

but I wanted to know the other way around, because this looks more elegant to me^^.
 
Yup, it doesn't matter which multiple of the eigenvector I choose to use. After normalising, I will still end up with the same normalised eigenvector.
 
Ok, I think I understand it a bit better now. Thanks for your help again