Rigid Body Motion: Determing Angular Momentum Equations

AI Thread Summary
The discussion centers on determining the angular momentum of a rigid body in different reference frames, specifically comparing the moment of momentum method and the body-fixed frame method. The user is struggling to verify the equivalence of the two formulations, which yield similar but not identical results for angular momentum. Key points include the need for specific conditions to hold for the formulations to be equivalent, and the realization that angular momentum can differ based on the chosen reference frame. The conversation highlights the complexities of transitioning between inertial and rotating frames, emphasizing that while velocities may cancel at a moment, their derivatives do not. The discussion ultimately seeks to clarify the relationship between angular momentum and torque in the context of rigid body motion.
bradm707
Messages
5
Reaction score
0
Hello,
I'm trying to determine whether my work for the following rigid body motion is correct, and if so why I'm not able to verify equivalent formulations.

For the sake of simplicity small angle approximations will be used, and cross terms were neglected.

Homework Statement


Consider the rigid body motion (shown in the attached schematic). The body rotates, represented in the schematic by its center of gravity(CGm), about the origin of X'Y'Z'. X''Y''Z'' represents a body fixed reference frame, which has an angular velocity of \dot{\Phi}\hat{i}'' with respect to the X'Y'Z' frame, and XYZ represents the inertial reference frame. Note that the X'Y'Z' frame also rotates with respect to the inertial frame with an angular velocity of \dot{\Psi}\hat{k}'. Additionally, the body has a velocity V defined in the XY plane of the inertial frame.

Homework Equations


To derive the angular momentum first note that while the inertial frame is shown detached from the X'Y'Z' frame we can always find an inertial frame coincident and with the same instantaneous velocity as the X'Y'Z' frame. For clarity I left them separated in the schematic.

My Issue:
There should be two equivalent ways to define the angular momentum of the body in the X'Y'Z'.

1.) Moment of momentum. Defining the momentum of the body in the X'Y'Z' frame and then taking the moment arm (also defined in the X'Y'Z' frame) should be the body's angular momentum.

2.) Using the body fixed frame X''Y''Z'' define the angular momentum in the inertial frame due to changes in \Phi. Because the inertial frame and X'Y'Z' frame are assumed coincident at the moment considered the basis vectors are interchangeable. Then add the angular momentum due to the forward velocity of the body.

The Attempt at a Solution


Consider the moment of momentum method. The momentum of the body is due to the changes in \Phi (denoted P|_{roll}) and the forward velocity of the body (denoted P|_{bulk}).

P|_{roll}=mV_{X'Y'Z'}=m\frac{\text{d}}{\text{dt}}r_{CGm}:r_{CGm}=h\sin{\Phi}\hat{j}'-h\cos{\Phi}\hat{k}' \approx h\Phi\hat{j}'-h\hat{k}'

P|_{roll}=m\frac{\text{d}}{\text{dt}}(h\Phi\hat{j}'-h\hat{k}')=mh\dot{\Phi}\hat{j}'

P|_{bulk}=m(V\cos{\beta}\hat{i}'+V\sin{\beta}\hat{j}') \approx mV\hat{i}'+mV\beta\hat{j}'

\implies P_{X'Y'Z'}=P|_{roll}+P|_{bulk}=mV\hat{i}'+(mV\beta+mh\dot{\Phi})\hat{j}'

The angular momentum should then be
H_{X'Y'Z'}=r_{CGm}\times P_{X'Y'Z'}=(h\Phi\hat{j}'-h\hat{k}')\times (mV\hat{i}'+(mV\beta+mh\dot{\Phi})\hat{j}')=(mVh \beta+mh^2\dot{\Phi})\hat{i}'-mhV\hat{j}'-mhV\Phi\hat{k}'

Consider the body fixed frame method. The angular momentum of a body, about an arbitrary point in a body fixed frame, defined in the inertial frame is given by
H_{XYZ}=H|_{roll}=\[<br /> \begin{matrix}<br /> Ixx &amp; -Ixy &amp; -Ixz \\<br /> -Iyx &amp; Iyy &amp; -Iyz \\<br /> -Izx &amp; -Izy &amp; Izz<br /> \end{matrix}\] \[<br /> \begin{matrix}<br /> \omega_x \\<br /> \omega_y \\<br /> \omega_z<br /> \end{matrix}<br /> \]

(sorry the matrix command isn't working for me)

where \omega_x,\omega_y,\omega_z is the rotation of the body with respect to the inertial frame. For the given example \omega_x=\dot{\Phi},\omega_y=0,\omega_z=\dot{\Psi}

\implies H|_{roll}= (Ixx \dot{\Phi}-Ixz \dot{\Psi})\hat{i}&#039;+(-Izx \dot{\Phi}+ Izz \dot{\Psi})\hat{k}&#039;

and

H|_{bulk}=r_{CGm}\times P|_{bulk}=(h\Phi\hat{j}&#039;-h\hat{k}&#039;) \times (mV\hat{i}&#039;+mV\beta\hat{j}&#039;)=hmV \beta \hat{i}&#039;-hmV\hat{j}&#039;-mVh\Phi\hat{k}&#039;

\implies H_{X&#039;Y&#039;Z&#039;}=H|_{roll}+H_{bulk}=(Ixx \dot{\Phi}-Ixz \dot{\Psi}+hmV \beta) \hat{i}&#039;-hmV\hat{j}&#039;+(-Izx \dot{\Phi}+ Izz \dot{\Psi}-mVh\Phi)\hat{k}&#039;

Summary
Comparing H_{X&#039;Y&#039;Z&#039;} from the two different methods we can see that the formulations are similar, but they must be equivalent.

Moment of Momentum:
H_{X&#039;Y&#039;Z&#039;}=(mVh \beta+mh^2\dot{\Phi})\hat{i}&#039;-mhV\hat{j}&#039;-mhV\Phi\hat{k}&#039;

Body Fixed Frame:
H_{X&#039;Y&#039;Z&#039;}(Ixx \dot{\Phi}-Ixz \dot{\Psi}+mVh \beta) \hat{i}&#039;-mhV\hat{j}&#039;+(-Izx \dot{\Phi}+ Izz \dot{\Psi}-mhV\Phi)\hat{k}&#039;

The only way for the previous formulation to always be true is for the following to hold
1.) mh^2\dot{\Phi}=Ixx \dot{\Phi}-Ixz \dot{\Psi}
2.) -Izx \dot{\Phi}+ Izz \dot{\Psi}=0

While there are instances where these two conditions could be met, it's much more likely I've made a mistake :smile:. If anyone sees where I've gone wrong I'd greatly appreciate the help.
Brad
 

Attachments

  • Physics_Help.png
    Physics_Help.png
    6.1 KB · Views: 494
Physics news on Phys.org
Assume for the sake of the argument that V is identically zero. Then the angular momentum in X'Y'Z', derived per the second method, would be identical with that in XYZ. That cannot be correct, because they rotate relative to each other.
 
Hello,

I appreciate you taking the time to look at my problem.

Considering the second method I presented, if you assume that there is no forward velocity then

H|_{bulk}=0 \implies H_{X&#039;Y&#039;Z&#039;}=H|_{roll}: H|_{roll}=(Ixx \omega_x + -Ixz\omega_z)\hat{i}+ (-Izx \omega_x + Izz \omega_z)\hat{k}

If I am understanding you correctly the issue you've brought up is changing from the inertial frame, basis vectors \hat{i},\hat{j},\hat{k}, to the X'Y'Z' basis vectors, \hat{i}&#039;,\hat{j}&#039;,\hat{k}&#039;.

Now the trick, as I've seen it, is to realize that an inertial frame does not imply a zero velocity (in a non-rigorous explanation: inertial frames are equivalent as long as the motion of the frame has only constant velocity). Therefore we can select the inertial frame of interest to be one that is coincident with the X'Y'Z' frame and has the same instantaneous velocity. Therefore when we consider the angular momentum vector (technically pseudo-vector) viewed from the inertial XYZ, the projection of the vector along the X'Y'Z' frame is simply the original angular momentum vector with changed basis vectors.

Does that make sense?

Brad
 
Imagine you are standing on a pole of the Earth (= origin of X'Y'Z'). The angular momentum of the Earth, as measured in your co-rotating frame of reference, is zero. The angular momentum of the Earth, as measured in the inertial frame of reference (neglecting the Earth orbital motion), say in the Earth's center of mass, or even the one that is momentarily coincident with X'Y'Z', is not zero.

You, however, equate the momenta in the two reference frames.

Have a look here: http://en.wikipedia.org/wiki/Rotating_reference_frame#Time_derivatives_in_the_two_frames
 
Ultimately, I want to relate the angular momentum to the sum of the torques. Towards that end we have to discuss semantics a little bit. We need to be careful a a vector viewed from and defined in. I drew up a simple schematic for discussion purposes. Consider the point A, mass m, translates due to external forces with V=V(t) and a=a(t). X'Y' remains coincident with point A throughout.

If you considered the basic kinematic equations
\frac{\text{d}}{\text{dt}} P|_{XY}=\sum{Forces}=\frac{\text{d}}{\text{dt}}P|_{X&#039;Y&#039;}+\omega \times P|_{X&#039;Y&#039;}

where \omega would be the rotation of the X'Y' with respect to the inertial frame.

If I understand your previous post, to define P_{X&#039;Y&#039;} we'd consider the momentum of the particle, defined in the X'Y' frame. Since the frame is coincident with the particle at all times the velocity of the particle, defined in the X'Y' frame, is zero and therefore P_{X&#039;Y&#039;}=0 \implies \frac{\text{d}}{\text{dt}} P|_{XY}=0 \neq ma.

However, what I'm saying is that P_{X&#039;Y&#039;} is the momentum vector, defined in the XY frame, as viewed from the X'Y' frame. This would give, in this case, P_{X&#039;Y&#039;}=V\cos{\theta}\hat{i}&#039;+V\sin{\theta}\hat{j}&#039;.

Applying the same to the example you gave, I agree that the angular momentum defined in the co-rotating frame would be zero. However, if we're going to consider the sum of the torques on a body in the co-rotating frame, then the angular momentum, viewed in the co-rotating frame, would not be zero.

I provided a bit more rigor in this post (I initially had the same thoughts you presented):
https://www.physicsforums.com/showthread.php?p=3971049#post3971049

Newton's Laws seem to cause me trouble to no end!
 

Attachments

  • Translation_Diag.png
    Translation_Diag.png
    2.7 KB · Views: 506
Just because the momentum happens to be zero at any given instant in any given frame does not mean its derivative is zero in that same frame. A momentarily co-incident inertial frame might cancel out some velocities, but it cannot cancel out their derivatives.

Coming back, when you have a body rotating about an axis which is itself rotating in an inertial frame, then the frame in which the mentioned axis is fixed will only register the rotation of the body about the axis - just because the motion is defined as such!

Forces (and torques) are a different matter. To deal with forces in a rotating frame, you would need to add inertial forces to the real forces acting in the frame.
 
Thread 'Help with Time-Independent Perturbation Theory "Good" States Proof'
(Disclaimer: this is not a HW question. I am self-studying, and this felt like the type of question I've seen in this forum. If there is somewhere better for me to share this doubt, please let me know and I'll transfer it right away.) I am currently reviewing Chapter 7 of Introduction to QM by Griffiths. I have been stuck for an hour or so trying to understand the last paragraph of this proof (pls check the attached file). It claims that we can express Ψ_{γ}(0) as a linear combination of...
Back
Top