Why Do Different Definitions of Rotation Matrices Exist in Mathematics?

Click For Summary
Different definitions of rotation matrices exist due to the distinction between active and passive transformations. The first matrix represents counterclockwise rotations for positive angles in a right-handed system, while the second matrix applies when the coordinate system is rotated instead of the vector. Both definitions are valid, depending on whether the focus is on rotating the object or the coordinate system. The relationship between the two can be simplified by recognizing that rotating an object by an angle θ is equivalent to rotating the coordinate system by -θ. Understanding this distinction is crucial for correctly applying rotation matrices in mathematical contexts.
LagrangeEuler
Messages
711
Reaction score
22
Happy new year. Why everybody uses this definition of rotation matrixR(\theta) = \begin{bmatrix}<br /> \cos\theta &amp; -\sin\theta \\[0.3em]<br /> \sin\theta &amp; \cos\theta \\[0.3em]<br /> <br /> <br /> \end{bmatrix}
? This is clockwise rotation. And we always use counter clockwise in mathematics as a positive direction
R(\theta) = \begin{bmatrix}<br /> \cos\theta &amp; \sin\theta \\[0.3em]<br /> -\sin\theta &amp; \cos\theta \\[0.3em]<br /> \end{bmatrix}
 
Physics news on Phys.org
I'm not sure you are correct. Look at what is written here about rotations in 2D, in the section "In two dimensions". In the standard right-handed system, your first matrix represents counterclockwise rotations for positive ##\theta## and clockwise rotations for negative ##\theta##.
 
I think I am. Please look here
 
Aha, I think we are both right, but I was tacitly assuming you were talking about active transformations, while from the video it is apparent that you were in fact talking about passive transformations. See the discussion on the same wiki page under the section "Ambiguities".
 
Ok. So first variant
R(\theta) = \begin{bmatrix}<br /> \cos\theta &amp; -\sin\theta \\[0.3em]<br /> \sin\theta &amp; \cos\theta \\[0.3em]<br /> <br /> <br /> \end{bmatrix}
is when I use rotation of vector in the system. And second is when I rotate system and vector stays fixed
R(\theta) = \begin{bmatrix}<br /> \cos\theta &amp; \sin\theta \\[0.3em]<br /> -\sin\theta &amp; \cos\theta \\[0.3em]<br /> <br /> <br /> \end{bmatrix}
Thanks!
 
  • Like
Likes suremarc and S.G. Janssens
Yes. You need to carefully distinguish between the rotation of the coordinate system from one orientation to another, versus the rotation of a structure in a fixed coordinate system. You need to pick the appropriate transformation for each.
 
FactChecker said:
Yes. You need to carefully distinguish between the rotation of the coordinate system from one orientation to another, versus the rotation of a structure in a fixed coordinate system. You need to pick the appropriate transformation for each.

Rotating the object by an angle of \theta is the same as rotating the coordinate system by -\theta -- it's all relative. For all intents and purposes, you can just consider only rotating the object (and changing the angle to its negation where needed).

LagrangeEuler said:
Ok. So first variant
R(\theta) = \begin{bmatrix}<br /> \cos\theta &amp; -\sin\theta \\[0.3em]<br /> \sin\theta &amp; \cos\theta \\[0.3em]<br /> <br /> <br /> \end{bmatrix}
is when I use rotation of vector in the system. And second is when I rotate system and vector stays fixed
R(\theta) = \begin{bmatrix}<br /> \cos\theta &amp; \sin\theta \\[0.3em]<br /> -\sin\theta &amp; \cos\theta \\[0.3em]<br /> <br /> <br /> \end{bmatrix}
Thanks!

The second version is basically the same as the first version except if your replace \theta with -\theta and use the fact that cosine is an even function whereas sine is an odd function.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
Replies
22
Views
4K
Replies
2
Views
2K
Replies
8
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
10K
  • · Replies 9 ·
Replies
9
Views
820