I know that a body is rotating around its body axis (let us define it as $y_{body}$ with the angular velocity of $\vec{\omega}(t)=0.05 rad/s $. The rotation axis ($y_{body}$) is the interial y-axis which is rotated about 30° around the global x-axis and could be represented for example by the vector $$\begin{pmatrix}0 \\ cos(30°) \\ sin(30°) \end{pmatrix}$$ in the inertial coordinate system which is just defined as: $x=\begin{pmatrix}1 & 0 & 0 \end{pmatrix} $ $y=\begin{pmatrix}0 & 1 & 0 \end{pmatrix} $ $z=\begin{pmatrix}0 & 0 & 1 \end{pmatrix} $
Now I am looking for an angular velocity vector expressed in the inertial coordinate system which gives me the same rotation as in the body fixed coordinate system.
I have searched here in the forum and found something like this: Link: Applying angular velocity to a rotation matrix which could be quite useful.
So it would be: $$\vec \omega(t) \times \vec{r}(t) = W(t) \vec{r}(t)= W(t) = \begin{pmatrix} 0 & -\omega_z(t) & \omega_y(t) \\ \omega_z(t) & 0 & -\omega_x(t) \\ -\omega_y(t) & \omega_x(t) & 0 \\ \end{pmatrix} \vec{r}(t)$$
I think the vector $\vec{r}(t)$ should then just be the rotation vector of the body $$\vec{r}(t)=\begin{pmatrix}0 \\ cos(30°) \\ sin(30°) \end{pmatrix}$$
And in $W(t)$ all entries are 0 except of $\omega_y(t)= 0.05 rad/s$
So now it should be just multiplying those matrix and vector?
Is this correct or am I deeply confusing something :-D ?
I relly would appreciate your help!!
Thank you :-)