What does the principal axes help in rotation probelm?

  • Thread starter Thread starter KFC
  • Start date Start date
  • Tags Tags
    Axes Rotation
AI Thread Summary
The discussion centers on the significance of principal axes and moments of inertia in solving rotation problems in analytical mechanics. It emphasizes the need to solve the eigenvalue problem of the moment of inertia tensor to identify principal axes, which remain fixed in the rotating body. The conversation explores the application of Euler's equations versus fixed-frame equations to find torque, highlighting that both methods should yield consistent results despite initial confusion. Participants clarify that while the principal axes are defined relative to the rotating object, the torque calculated using Euler's equations can differ from that obtained through direct differentiation of angular momentum due to the nature of the coordinate systems used. Ultimately, the discussion underscores the importance of understanding the relationship between angular momentum, torque, and the choice of coordinate systems in rotational dynamics.
KFC
Messages
477
Reaction score
4
In analytical mechanics, we always need to solve the eigenvalue problem of moment of inertia tensor to find out the principal axes and principal moment of inertia. Well, I know that if we know the principal moment of inertia, the total rotating energy of the system could be written as
<br /> \frac{1}{2}I_x\omega_x^2 + \frac{1}{2}I_y\omega_y^2 + \frac{1}{2}I_z\omega_z^2<br />

where I_x, I_y, I_z are principal moment of inertia.

Except for that, I don't quite understand how to use principal axes and principal moment of inertia in analysis physical problem.

For understanding more about this topic, I read an example in a textbook. But still feel confusing about the relative concepts between axes. Here it is the example: A dumbbell (with two point mass, each is m, attached to two ends of a weightless bar, length 2L) is rotating around z axis at constant angular momentum \omega, the dumbbell make an angle \theta to z axis, at t=0, the dumbbell located on the x-z plane (so no y component at t=0). Find the torque of the system.

Here is how it solve the problem:

1) Setting up a coordinate system (call body coordinate system) attaching to the rotating object with z-axis along the rotating axis. Note that the coordinate system rotates exactly the same way as the object is rotating so x and y are relatively unchanged during the rotation.

<br /> x = L\sin\theta, y = 0, z = L\cos\theta<br />

2) With x, y and z, according to the definition, we can write the tenor of moment of inertia
<br /> I = \left(<br /> \begin{matrix}<br /> 2mL^2\cos^2\theta &amp; 0 &amp; -mL^2\sin2\theta \\<br /> 0 &amp; 2mL^2 &amp; 0 \\<br /> -mA^2\sin 2\theta &amp; 0 &amp; 2mL^2\sin^2\theta<br /> \end{matrix}<br /> \right)<br />

3) We can find the principal axes and principal moment of inertia by solving the corresponding eigenvalue problem.

4) From the problem, the body is rotating about z-axis with angular velocity \vec{\omega}. Now, project this angular velocity to the principal axes to get three components \omega&#039;_1, \omega&#039;_2, \omega&#039;_3

5) Since we already found principal moment of inertia and components of angular velocity along principal axes. We could plug all of these into Euler equation to find the torque.

The procedure seems quite forward but I don't understand why we could do that. My question is:

1) when we obtain the principal axes, whether this axes change with respect to time? Does principal axes defined with respect to a space frame or a frame defined and attached to an rotating object?

2) if we use the following equation to find the torque

\vec{L} = I\vec{\omega}, \vec{N} = \frac{d\vec{L}}{dt}
where \vec{L} is the angular momentum, \vec{N} is the torque, both of them are with respect to a origin of a fixed coordinate (or space coordinate). In this way,

\vec{N} = mL^2\omega^2\sin2\theta (\sin\omega t \vec{\hat{x&#039;}} - \cos\omega t\vec{\hat{y&#039;}})

and \vec{\hat{x&#039;}}, \vec{\hat{y&#039;}} is the unit vector of fixed (space) coordinate system.

However, if we apply Euler equation to find the torque, since everything of the equation is defined in principal coordinate system, I wonder what's physical significance of the torque we obtained in this way? Obviously, from Euler equation, we will obtain an time-independent solution of torque, how can I construct a time-dependent torque with that solution?
 
Last edited:
Physics news on Phys.org
KFC said:
1) when we obtain the principal axes, whether this axes change with respect to time? Does principal axes defined with respect to a space frame or a frame defined and attached to an rotating object?

Hi KFC! :smile:

The principal axes are fixed in the body

in this case, the principal axes are the rod itself, with I = 0, and any perpendicular axis, with I = 2ML2

so the angular momentum is ωsinθ.0 along the rod, and ωcosθ.2ML2 perpendicular to it, and of course rotating with the rod.
2) … However, if we apply Euler equation to find the torque, since everything of the equation is defined in principal coordinate system, I wonder what's physical significance of the torque we obtained in this way? Obviously, from Euler equation, we will obtain an time-independent solution of torque, how can I construct a time-dependent torque with that solution?

Euler's equations give the same net torque as the fixed-frame equation.

The only reason why we prefer Euler's equations to the fixed-frame equations is that the moment of inertia tensor is changing in the latter, but only the angular momentum vector is changing in the former …

and a non-zero derivative of a tensor is a lot nastier to work with than a non-zero derivative of a vector! :smile:
 
Thanks a lot tiny-tim :)

I reorganize all the material and what you said and did the problem again with two methods to find the torque: general method (dL/dt) and Euler equation

Firstly, in fixed coordinate, the body frame is rotating, it is quite easy to solve the angular momentum

<br /> \vec{L} = \left(<br /> \begin{matrix}<br /> -Ml^2\omega\sin 2\theta\cos\omega t \\ -Ml^2\omega\sin 2\theta\sin\omgea t \\<br /> Ml^2\omega\sin^2\theta<br /> \end{matrix}<br /> \right)<br />

where l is the half length of the rod. Hence, the net torque with respect to the fixed frame will be
<br /> \tau = \frac{d\vec{L}}{dt} =<br /> \left(<br /> \begin{matrix}<br /> Ml^2\omega^2\sin 2\theta\sin\omega t \\<br /> -Ml^2\omega^2\sin 2\theta\cos\omega t \\<br /> 0<br /> \end{matrxi}<br /> \right)<br />

This result is quite make senses. The torque is changing with respect with time.

Now I apply the Euler to solve the problem. First of all, I solve the eigenvalue problem for the inertia tensor, just same as what you get in last reply, I have three principal inertia as

I_1 = I_3 = 2ml^2, I_2=0

and the eigenvectors just give the direction of the principal axes

<br /> \vec{v}_1 = \left(<br /> \begin{matrix}<br /> -\cos\theta \\ 0 \\ \sin\theta<br /> \end{matrix}<br /> \right),<br /> <br /> \vec{v}_2 = \left(<br /> \begin{matrix}<br /> 0 \\ 1 \\ 0<br /> \end{matrix}<br /> \right)<br /> ,<br /> \vec{v}_3 = \left(<br /> \begin{matrix}<br /> \sin\theta \\ 0 \\ \cos\theta<br /> \end{matrix}<br /> \right)<br />

This tells us the z direction of the principal axes is along the rod itself, we could pick y direction of principal axes along with the old y-axis of the body frame and x direction of the principal axes just perpendicular to others two principal axes. With this setup, we project the old angular velocity to the principal axes, we have

<br /> \omega_1 = -\omega\sin\theta, \qquad \omega_2 =0, \qquad \omega_3 = \omega\cos\theta<br />

One of my friend solve the problem and get \omgea_1=\omega\sin\theta (no minus), but I think it should have negative ...

Ok, now we can plug everything we get to the Euler equation

<br /> I_1\dot{\omega}_1 - \omega_2\omega_3(I_2 - I_3) = \tau_1, \qquad<br /> I_2\dot{\omega}_2 - \omega_3\omega_1(I_3 - I_1) = \tau_2, \qquad<br /> I_3\dot{\omega}_3 - \omega_1\omega_2(I_1 - I_2) = \tau_3.<br />

Since \omega's are constant, all \dot{\omega}_k on the left hand side vanish. and I_1=I_3 so the second equation gives \tau_2=0. In addition, \omega_2=0, hence, first and third equations also gives \tau_1=\tau_3=0, this is totally not consistency with what we get above!? Please help and tell me what's going one here, two method don't give the same net torque?

tiny-tim said:
Hi KFC! :smile:

The principal axes are fixed in the body

in this case, the principal axes are the rod itself, with I = 0, and any perpendicular axis, with I = 2ML2

so the angular momentum is ωsinθ.0 along the rod, and ωcosθ.2ML2 perpendicular to it, and of course rotating with the rod.


Euler's equations give the same net torque as the fixed-frame equation.

The only reason why we prefer Euler's equations to the fixed-frame equations is that the moment of inertia tensor is changing in the latter, but only the angular momentum vector is changing in the former …

and a non-zero derivative of a tensor is a lot nastier to work with than a non-zero derivative of a vector! :smile:
 
Last edited:
KFC said:
I_1 = I_3 = 2ml^2, I_2=0

<br /> \omega_1 = -\omega\sin\theta, \qquad \omega_2 =0, \qquad \omega_3 = \omega\cos\theta<br />

<br /> I_1\dot{\omega}_1 - \omega_2\omega_3(I_2 - I_3) = \tau_1, \qquad<br /> I_2\dot{\omega}_2 - \omega_3\omega_1(I_3 - I_1) = \tau_2, \qquad<br /> I_3\dot{\omega}_3 - \omega_1\omega_2(I_1 - I_2) = \tau_3.<br />

Since \omega's are constant, all \dot{\omega}_k on the left hand side vanish. and I_1=I_3 so the second equation gives \tau_2=0. In addition, \omega_2=0, hence, first and third equations also gives \tau_1=\tau_3=0, this is totally not consistency with what we get above!? Please help and tell me what's going one here, two method don't give the same net torque?

Hi KFC! :smile:

I think you've got your directions mixed up …

if I2 = 0, then ω is a mixture of ω1 and ω2, with ω3 = 0. :wink:
 
tiny-tim said:
Hi KFC! :smile:

I think you've got your directions mixed up …

if I2 = 0, then ω is a mixture of ω1 and ω2, with ω3 = 0. :wink:

Yes, you are absolutely right. I am to careless. Now, I rephrase the problem. The principal inertia would be

Along principal x axis:
<br /> I_1 = 2ml^2, \qquad \omega_1 = -\omega\sin\theta<br />

Along principal y axis:
<br /> I_2 = 2ml^2, \qquad \omega_2 = 0<br />

Along principal z axis:
<br /> I_3 = 0, \qquad \omega_3 = \omega\cos\theta<br />

So applying the Euler equation

<br /> \tau_1 = I_1\dot{\omega}_1 - \omega_2\omega_3(I_2-I_3) = 0<br />

<br /> \tau_2 = I_2\dot{\omega}_2 - \omega_3\omega_1(I_3-I_1) = -ml^2\omega^2\sin 2\theta <br />

<br /> \tau_3 = I_3\dot{\omega}_3 - \omega_1\omega_2(I_1-I_2) = 0<br />

This time I've got something nonzero. But I am still so confusing this torque is not the torque we get with previous method (directly calculate with dL/dt). But you said "Euler's equations give the same net torque as the fixed-frame equation.", where do I doing wrong?
 
Hi KFC! :smile:
KFC said:
Firstly, in fixed coordinate, the body frame is rotating, it is quite easy to solve the angular momentum

<br /> \vec{L} = \left(<br /> \begin{matrix}<br /> -Ml^2\omega\sin 2\theta\cos\omega t \\ -Ml^2\omega\sin 2\theta\sin\omgea t \\<br /> Ml^2\omega\sin^2\theta<br /> \end{matrix}<br /> \right)<br />

where l is the half length of the rod. Hence, the net torque with respect to the fixed frame will be
<br /> \tau = \frac{d\vec{L}}{dt} =<br /> \left(<br /> \begin{matrix}<br /> Ml^2\omega^2\sin 2\theta\sin\omega t \\<br /> -Ml^2\omega^2\sin 2\theta\cos\omega t \\<br /> 0<br /> \end{matrxi}<br /> \right)<br />

This result is quite make senses. The torque is changing with respect with time.
KFC said:
So applying the Euler equation

<br /> \tau_1 = I_1\dot{\omega}_1 - \omega_2\omega_3(I_2-I_3) = 0<br />

<br /> \tau_2 = I_2\dot{\omega}_2 - \omega_3\omega_1(I_3-I_1) = -ml^2\omega^2\sin 2\theta <br />

<br /> \tau_3 = I_3\dot{\omega}_3 - \omega_1\omega_2(I_1-I_2) = 0<br />

This time I've got something nonzero. But I am still so confusing this torque is not the torque we get with previous method (directly calculate with dL/dt). But you said "Euler's equations give the same net torque as the fixed-frame equation.", where do I doing wrong?

But they're the same! :wink:

Get some sleep! :zzz:​
 
I have recently been really interested in the derivation of Hamiltons Principle. On my research I found that with the term ##m \cdot \frac{d}{dt} (\frac{dr}{dt} \cdot \delta r) = 0## (1) one may derivate ##\delta \int (T - V) dt = 0## (2). The derivation itself I understood quiet good, but what I don't understand is where the equation (1) came from, because in my research it was just given and not derived from anywhere. Does anybody know where (1) comes from or why from it the...

Similar threads

Back
Top