Why Do Different Definitions of Rotation Matrices Exist in Mathematics?

Click For Summary
SUMMARY

The discussion clarifies the definitions of rotation matrices in mathematics, specifically addressing the two common forms: R(θ) = \begin{bmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix} for counterclockwise rotation and R(θ) = \begin{bmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{bmatrix} for clockwise rotation. Participants emphasized the importance of distinguishing between active transformations (rotating vectors) and passive transformations (rotating the coordinate system). The conversation concluded that both definitions are valid depending on the context of the transformation being applied.

PREREQUISITES
  • Understanding of 2D rotation matrices
  • Familiarity with trigonometric functions (sine and cosine)
  • Knowledge of active vs. passive transformations
  • Basic linear algebra concepts
NEXT STEPS
  • Study the implications of active vs. passive transformations in linear algebra
  • Explore the properties of trigonometric functions in rotation matrices
  • Learn about the application of rotation matrices in computer graphics
  • Investigate the use of rotation matrices in robotics and motion planning
USEFUL FOR

Mathematicians, computer scientists, engineers, and anyone involved in fields requiring geometric transformations or computer graphics will benefit from this discussion.

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   Reactions: 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
4K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
22
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K