Eigenvalue of a rotation matrix

supermesh
Messages
7
Reaction score
0
cos a -sin a

sin a cos a

How do I find the eigenvalue of this rotation matrix? I did the usual way, but didn't work! Could someone tell me how to start this problem?
 
Physics news on Phys.org
How far did you get doing it the 'usual way'? It should work.
 
Did you try solving the characteristic polynomial?
 
A rotation matrix in C^n is unitary. Unitary linear operators have eigenvalues with absolute value 1 (because unitary transformations are also normal). You will get two complex eigenvalues, both with absolute value 1. Use the high school complex quadratic formula.
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top