Different rotation matrix, with cosine?

Click For Summary
SUMMARY

A proper orthogonal rotation matrix in R² is defined as [cos θ sin θ; -sin θ cos θ], which effectively rotates a vector by the angle θ. The matrix [sin θ cos θ; -cos θ sin θ] is also a rotation matrix, representing a rotation by the angle (π/2 - θ). This transformation is validated by the trigonometric identities cos(π/2 - θ) = sin(θ) and sin(π/2 - θ) = cos(θ), confirming that both matrices perform valid rotations in two-dimensional space.

PREREQUISITES
  • Understanding of orthogonal matrices
  • Familiarity with trigonometric identities
  • Knowledge of vector rotation in R²
  • Basic linear algebra concepts
NEXT STEPS
  • Study the properties of orthogonal matrices in linear algebra
  • Learn about the geometric interpretation of rotation matrices
  • Explore the application of rotation matrices in computer graphics
  • Investigate the relationship between rotation matrices and Euler angles
USEFUL FOR

Mathematicians, computer graphics developers, and students studying linear algebra who are interested in understanding rotation transformations in two-dimensional space.

vicjun
Messages
18
Reaction score
0
I know that a proper orthogonal rotation matrix in [itex]R^{2}[/itex] has the form


[cos [itex]\theta[/itex] sin [itex]\theta[/itex]
-sin [itex]\theta[/itex] cos [itex]\theta[/itex]]


which would rotate a vector by the angle [itex]\theta[/itex]. However, I have also seen the matrix

[sin [itex]\theta[/itex] cos [itex]\theta[/itex]
-cos [itex]\theta[/itex] sin [itex]\theta[/itex]]

What type of rotation is this? Is it even a rotation matrix? Thank you in advance.
 
Physics news on Phys.org
Recall that [itex]\cos(\frac{\pi}{2}-\theta)=\sin(\theta)[/itex] and [itex]\sin(\frac{\pi}{2}-\theta)=\cos(\theta)[/itex]. So by these identities, your matrix turns into a standard rotation matrix.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
10K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K