Eigenvalues of a rotation matrix

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
14 replies · 4K views
Lucy Yeats
Messages
117
Reaction score
0

Homework Statement


Find the eigenvalues and normalized eigenvectors of the rotation matrix
cosθ -sinθ
sinθ cosθ


Homework Equations





The Attempt at a Solution



c is short for cosθ, s is short for sinθ
I tried to solve the characteristic polynomial (c-λ)(c-λ)+s^2=0, and got λ=cosθ±sinθ.
I then tried to find the eigenvectors, but only got (0, 0) and couldn't find any others. Where did I go wrong?
 
Physics news on Phys.org
I think you get:

cosθ-λ -sinθ
sinθ cosθ-λ
 
I'm not sure where the i comes from.

I did this to get the eigenvalues:
(c-λ)(c-λ)+s^2=0
c^2-2λc+λ^2+s^2=0
as C^2+s^2=1,
λ^2-2cλ+1=0
λ=[itex]\frac{2c±√(4c^2-4)}{2}[/itex]
=c±√(c^2-1)=c±s=cosθ±sinθ
 
You have √(c^2-1) = √(cos2θ-1)
Since cosθ≤1, this means that you're taking the square root of a negative number.
Hence the "i".I was assuming you are supposed to solve this with imaginary numbers.
If you are supposed to only find real eigenvalues, then there are none.
 
Ah, I can't believed I missed such an obvious mistake! Thanks for pointing it out.
 
Yes, are they (ia, a) and (-ia, a) for all a?
If so, how do you normalize imaginary eigenvectors?
 
So you normalize a vector by writing √(x^2+y^2)=1?
But doesn't (ia)^2+a^2=a^2-a^2=0?
 
So are they (i√0.5, √0.5) and (-i√0.5, √0.5)?