Matrix Spectra with Troublesome Trigonometric Term
Hello!
I’m trying to find the spectra (eigenvalues) of matrix
![A = \[ \left( \begin{array}{ccc}<br />
cos(x) & -sin(x) & 0 \\<br />
sin(x) & cos(x) & 0 \\<br />
0 & 0 & 1 \end{array} \right)\]](http://latex.codecogs.com/png.latex?A = \[ \left( \begin{array}{ccc}<br />
cos(x) & -sin(x) & 0 \\<br />
sin(x) & cos(x) & 0 \\<br />
0 & 0 & 1 \end{array} \right)\] )
I start by generating its characteristic polynomial which yields:
-\lambda)(cos(x)-\lambda)(1-\lambda)+(sin(x))(sin(x))(1-\lambda)=0)
![(1-\lambda)[(cos(x)-\lambda)(cos(x)-\lambda)+sin(x)sin(x) ]](http://latex.codecogs.com/png.latex?(1-\lambda)[(cos(x)-\lambda)(cos(x)-\lambda)+sin(x)sin(x) ])
![(1-\lambda)[cos(x)^2-2\lambdacos(x)+\lambda^2+sin(x)^2]](http://latex.codecogs.com/png.latex?(1-\lambda)[cos(x)^2-2\lambdacos(x)+\lambda^2+sin(x)^2])
Applying the Euler Formula:
![(1-\lambda)[-2\lambda cos(x) + \lambda^2 + 1]](http://latex.codecogs.com/png.latex?(1-\lambda)[-2\lambda cos(x) + \lambda^2 + 1])
(\lambda^2 - 2\lambda.cos(x) + 1))
At this point, I want to extract roots, the solutions for eigenvalues
. One, from the LH term, is clearly
. But that
in the middle is stopping me from factorizing it via any way I can work out. I expect, since A was orthogonal, that the other two roots will be a complex conjugate pair but am not 100% on that – in any case, I can’t see how I can legally break that trig term into a complex one.
Any ideas?
Cheers!
Alexandicity