Angular Velocity in the Rotating systems

WMDhamnekar
MHB
Messages
376
Reaction score
28
Thread moved from the technical forums to the schoolwork forums
Summary: Consider a body which is rotating with constant angular velocity ω about some
axis passing through the origin. Assume the origin is fixed, and that we are sitting
in a fixed coordinate system ##O_{xyz}##
If ##\rho## is a vector of constant magnitude and constant direction in the rotating system,
then its representation r in the fixed system must be a function of t.

1655031471029.png

1655031551071.png


Now how to verify ##\dot{r}= \omega \times r ##
My attempt:

1655031782591.png
 
Physics news on Phys.org
\omega should be parallel to the axis of rotation, which here is (0,0,1)^T. So you need to double check your calculation of \dot R R^T. Remember that \dot R = \dot\alpha \dfrac{dR}{d\alpha}.
 
  • Like
  • Informative
Likes WMDhamnekar and Delta2
pasmith said:
\omega should be parallel to the axis of rotation, which here is (0,0,1)^T. So you need to double check your calculation of \dot R R^T. Remember that \dot R = \dot\alpha \dfrac{dR}{d\alpha}.
I got as author said ## \dot{r}(v) =\omega \times r ## So, I tagged this question ' SOLVED'
 
Last edited:
Tour \dot R R^T is correct, but needs to be multiplied by a factor of \dor \alpha, which is unknown. Then you have <br /> \dot R R^T \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \dot \alpha \begin{pmatrix}-y \\ x \\ 0 \end{pmatrix}. Can you find (\omega_1,\omega_2,\omega_3) such that <br /> \begin{pmatrix} \omega_1 \\ \omega_2 \\ \omega_3 \end{pmatrix} \times \begin{pmatrix} x \\ y \\ z \end{pmatrix}<br /> = \dot \alpha\begin{pmatrix} -y \\ x \\ 0\end{pmatrix}?
 
pasmith said:
Tour \dot R R^T is correct, but needs to be multiplied by a factor of \dor \alpha, which is unknown. Then you have <br /> \dot R R^T \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \dot \alpha \begin{pmatrix}-y \\ x \\ 0 \end{pmatrix}. Can you find (\omega_1,\omega_2,\omega_3) such that <br /> \begin{pmatrix} \omega_1 \\ \omega_2 \\ \omega_3 \end{pmatrix} \times \begin{pmatrix} x \\ y \\ z \end{pmatrix}<br /> = \dot \alpha\begin{pmatrix} -y \\ x \\ 0\end{pmatrix}?
Hi,
## [ 0,0,1] \times [ -y \sin{\alpha} + x \cos{\alpha}, y\cos{\alpha} + x \sin{\alpha}, z ] = [ -y \cos{\alpha}-x\sin{\alpha}, -y\sin{\alpha}+ x\cos{\alpha}, 0 ] = \omega \times r = \dot{r} ##

So, we get what author said/got.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top