Possible error in Marion and Thornton's Classical Dynamics?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
Elvis 123456789
Messages
158
Reaction score
6

Homework Statement


so I was going over my notes on classical mechanics and just started to review rotation matrices which is the first topic the book starts with. On page 3, I've uploaded the page here

The rotation matrix associated with 1.2a and 1.2b is

\begin{pmatrix}
\cos\theta & \sin\theta \\
-\sin\theta & \cos\theta \\
\end{pmatrix}but when I try to derive the matrix by following the unit vectors ##\hat i## and ##\hat j##

I get

\begin{pmatrix}
\cos\theta & -\sin\theta \\
\sin\theta & \cos\theta \\
\end{pmatrix}

The one that the book derives would be clockwise rotation, and the one I got would be for counter-clockwise rotation correct?
 

Attachments

  • m & t pg 3.png
    m & t pg 3.png
    31.1 KB · Views: 531
Physics news on Phys.org
No. You want to express the new coordinates in terms of the old with the rotation matrix. The columns are the images of the new unit vectors, expressed in the old coordinate system: $$\hat i' = \cos\theta\; \hat i + \sin\theta\;\hat j \\\hat j' = -\sin\theta\; \hat i + \cos\theta\;\hat j $$