Is Your Rotation Matrix Correct?

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 · 2K views
Art_
Messages
6
Reaction score
0
Hello all,

I am having a problem with this question. Can not see what I am doing wrong.

Homework Statement


Show that the two expressions are equivalent, by construction a rotation matrix Rsi.

S = (-R sin(a*a_dot) - w R sin(a))s1 + (R cos(a*a_dot) + w R cos(a))s2
I = (-R sin(a+wt)(a_dot+w))i1 + (R cos(a+wt)(a_dot+w))i2


Homework Equations


I=RsiS


The Attempt at a Solution


Then the rotation matrix should be

cos(wt) -sin(wt)
sin(wt) cos(wt)

or are the terms in the parenthesis are wrong?

Thank you for your help.
Art
 
Physics news on Phys.org
I assume t stands for time and the dot represents the derivative with respect to time. There seem to be several problems. For instance, in your expression for I, you have [itex]\sin(a+\omega t)[/itex]. This implies a must be unitless, but in the line above, the argument of cosine, [itex]a\dot{a}[/itex], will then have units of 1/time, when it needs to be unitless.