Why Do Different Definitions of Rotation Matrices Exist in Mathematics?

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.
 
Back
Top