I'm having some trouble calculating the eigenvalues for this rotation matrix, I know that you subtract a $\lambda$ from each diagonal term and take the determinant and solve the equation for $\lambda$ but I think I'm having some trouble with trig identities since I can't seem to find the correct answer.
Since this is a rotation matrix i know that the $|\lambda|$ must = 1 I just can't seem to get it to work out.
Attempt:
$\begin{bmatrix}\cos(\theta)&0&-\sin(\theta)\\0&1&0\\\sin(\theta)&0&\cos(\theta)\end{bmatrix}$
$\begin{bmatrix}\cos(\theta)-\lambda&0&-\sin(\theta)\\0&1-\lambda&0\\\sin(\theta)&0&\cos(\theta)-\lambda\end{bmatrix}$
$((\cos(\theta)-\lambda)*det\begin{bmatrix}1-\lambda&0\\0&\cos(\theta)-\lambda\end{bmatrix})$ - $0$ +$((-\sin(\theta)*det\begin{bmatrix}0&1-\lambda\\\sin(\theta)&0\end{bmatrix})$ $=0$
$(\cos(\theta)-\lambda)*[(1-\lambda)(\cos(\theta)-\lambda)]$ - $0$ +$(-\sin(\theta)*[0-(1-\lambda)(\sin(\theta)]$ = $0$
$(\cos(\theta) - \lambda)(\cos(\theta)-\lambda-\lambda\cos(\theta)+\lambda^2)-[\sin(\theta)(-(\sin(\theta)-\lambda\sin(\theta)]$ =$0$
$[-\lambda^3+\lambda^2+\lambda^2(2\cos(\theta))-\lambda(\cos^2(\theta))-\lambda(2\cos(\theta))+\cos^2(\theta)]+[\sin(\theta)-\lambda\sin^2(\theta)]=0$
combining like terms i end up with
$[-\lambda^3+\lambda^2(1+2\cos(\theta))-\lambda(\cos^2(\theta)+2\cos(\theta)+\sin^2(\theta))+\cos^2(\theta)+\sin^2(\theta)$=$0$
I think this is correct so far, but its very possible i made a sign error or something like that. I can't seem to solve for $\lambda$ in any way that i can see.I think I'm very close, just not really good with my trig identities.
Help would be greatly appreciated, Thanks a lot!
Starting from your last line (assuming it's right), $$-\lambda^3+\lambda^2(1+2\cos(\theta))-\lambda(\cos^2(\theta)+2\cos(\theta)+\sin^2(\theta))+\cos^2(\theta)+\sin^2(\theta)=0$$ Since $\sin^2\theta+\cos^2\theta=1$, $$-\lambda^3+\lambda^2(1+2\cos\theta)-\lambda(1+2\cos\theta)+1=0$$ You can factor this as: $$ (1-\lambda) (\lambda^2 -2\lambda \cos\theta +1) = 0 $$ So then you have eigenvalues $\lambda = 1,\cos\theta \pm\sqrt{\cos^2\theta-1}$. That last pair can be written as $\cos\theta \pm i\sin\theta = e^{\pm i\theta}$.