Eigenvalue of 3D rotation matrix

Click For Summary
The discussion explores the eigenvalues of a 3D rotation matrix, revealing a connection to Euler's formula. The eigenvalues are derived from the determinant of the rotation matrix, leading to two imaginary eigenvalues and a real eigenvalue of 1, which corresponds to the axis of rotation. The conversation highlights that rotation can be viewed as complex multiplication, with a 3D rotation matrix structured to include a 2D rotation matrix and an additional dimension. Quaternions are suggested as an extension of Euler's formula for representing rotations in three dimensions. Overall, the relationship between rotation matrices and complex numbers is emphasized.
tickle_monste
Messages
67
Reaction score
1
It was pretty cool to stumble upon Euler's formula as the eigenvalues of the rotation matrix.

det(Rot - kI) = (cos t - k)2 + sin2t
=k2-2(cos t)k + cos2t + sin2t
=k2-2(cos t)k + 1

k = {2cos t +/- \sqrt{4cos^2(t) - 4}}/2
k = cos t +/- \sqrt{cos^2(t) - 1}
k = cos t +/- \sqrt{cos^2(t) - cos^2t - sin^2(t)}
k = cos t +/- \sqrt{-sin^2(t)}
k = cos t +/- i sin t = e(+/-)it

I was wondering what the eigenvalues are for the rotation matrix in 3D, and if there's a 3D equivalent to Euler's formula.
 
Physics news on Phys.org
Actually, I suppose it is not that strange when you look at a rotation as complex multiplication.
If you write a two-dimensional vector v = (x, y) as z = x + iy, then rotation over an angle t can be written either as R(t) v, where R is the 2d rotation matrix. But you can also write it as eit z.

A 3D rotation matrix, in the appropriate basis, looks like
R_3(t) = \begin{pmatrix} R_2(t) & 0 \\ 0 & 1 \end{pmatrix}
where R2(t) is the 2-dimensional rotation matrix and the z-axis is the rotation axis (i.e. rotation in the (x,y) plane). So, by expansion along the last row or column,
det(R3 - k I) = (1 - k) det(R2 - k I)
which you can work out in terms of your previous result. (And then add that an arbitrary change of basis does not alter the eigenvalues).
 
In addition to the two imaginary eigenvalues, the most intuitive one (for me) is the real valued one -- it's 1, with eigenvector along the axis of rotation. You can see that one just by noting that rotating won't change a vector along the axis of rotation.

edit:
tickle_monste said:
if there's a 3D equivalent to Euler's formula.
Quaternions could be considered an extension of Euler's formula ...
 
Last edited:
I am studying the mathematical formalism behind non-commutative geometry approach to quantum gravity. I was reading about Hopf algebras and their Drinfeld twist with a specific example of the Moyal-Weyl twist defined as F=exp(-iλ/2θ^(μν)∂_μ⊗∂_ν) where λ is a constant parametar and θ antisymmetric constant tensor. {∂_μ} is the basis of the tangent vector space over the underlying spacetime Now, from my understanding the enveloping algebra which appears in the definition of the Hopf algebra...

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
2
Views
3K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K