Different rotation matrix, with cosine?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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.