Rotation matrix vs regular matrix

dmoney123
Messages
32
Reaction score
1
Can you calculate eigenvalues and eigenvectors for rotation matrices the same way you would for a regular matrix?

If not, what has to be done differently?
 
Physics news on Phys.org
it don't see why not. the existence of real eigenvalues will depend on the angle of rotation (most angles will give complex eigenvalues).
 
The determinant of a rotation matrix should always be 1 (since it preserves length) so there should always be eigenvalues and eigenvectors that can be calculated given a rotation matrix.
 
chiro said:
The determinant of a rotation matrix should always be 1 (since it preserves length) so there should always be eigenvalues and eigenvectors that can be calculated given a rotation matrix.

the characteristic polynomial of:

\begin{bmatrix}\cos\theta&-\sin\theta\\ \sin\theta&\cos\theta\end{bmatrix}

is:

x^2 - (2\cos\theta)x + 1

which has real solutions only when:

4\cos^2\theta - 4 \geq 0 \implies \cos\theta = \pm 1

for angles that aren't integer multiples of pi, this will lead to complex eigenvalues.
 
Deveno said:
the characteristic polynomial of:

\begin{bmatrix}\cos\theta&-\sin\theta\\ \sin\theta&\cos\theta\end{bmatrix}

is:

x^2 - (2\cos\theta)x + 1

... and the eigenvalues are \cos\theta \pm i \sin\theta. Now, I wonder what that fact might have to do with "rotation"... :smile:
 
Deveno said:
the characteristic polynomial of:

\begin{bmatrix}\cos\theta&-\sin\theta\\ \sin\theta&\cos\theta\end{bmatrix}

is:

x^2 - (2\cos\theta)x + 1

which has real solutions only when:

4\cos^2\theta - 4 \geq 0 \implies \cos\theta = \pm 1

for angles that aren't integer multiples of pi, this will lead to complex eigenvalues.

What has that got to do with what I said?
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...

Similar threads

Back
Top