Angular momentum at a distance

AI Thread Summary
The discussion centers on calculating the angular momentum of a complex object about a point P, taking into account its moment of inertia, mass, velocity, and position. The accurate formula for angular momentum includes both the object's own angular momentum and the contribution from its motion relative to point P, expressed as LP = LCM + rP x mv. The participants clarify that for rigid bodies, LCM can be represented as Iω, where I is the moment of inertia. A proof is provided for the angular momentum of a system of particles, confirming the relationship between the total angular momentum and the center of mass. The conversation concludes with an acknowledgment of the neatness of the presented proof.
tmiddlet
26
0
Say I have a situation like the image.

I have a potentially complex object with moment of inertia I about its center of mass, mass M, velocity v and position r with respect to P. It is rotating with angular velocity ω about its center of mass

What is the angular momentum about point P? I would say \vec{L} = \vec{r} \times M\vec{v} but would that be accurate or only an approximation?
 
Physics news on Phys.org
I think L=r*m*v is an approx because what you did is that you Used L=w*I where I was substuted as I=MR^2 which is the Inertia for a point mass .If the object is a complex its Inertia would be I=cMR^2 where c is a constant (example for Rod rotating about its tip I =1/3*MR^2 , c= 1/3 ) therefore exact L for complex won't equal r*Mv :)
 
You should remember to include the objects "own" angular momentum. If the angular momentum around the CM of an object is LCM then the angular momentum of the body for any other reference point P is

LP = LCM + rP x mv,

where rP is the displacement vector from P to CM. This equation is exact in the sense that follows from the definitions of angular momentum and center of mass. If you know the object to be rigid you can further use LCM = Iω.
 
Thanks a ton! This is exactly what I was looking for.

Do you know of a proof of this?
 
Never mind, I managed to prove it. Thanks!
 
tmiddlet said:
Do you know of a proof of this?
It's pretty simple for a system of particles. Let
\mathbf r_n be the vector from the center of mass to nth particle,
m_n be the mass of the nth particle,
\mathbf R be the vector from the origin to the center of mass, and
M be the total mass of the system, M=\sum_n m_n.

Note that \sum_n m_n \mathbf r_n = 0 by definition of the center of mass.

The angular momentum of the system of particles with respect to the center of mass is
L_{CoM} = \sum_n m_n \mathbf r_n \times \dot{\mathbf r}_n
The angular momentum of the system of particles with respect to the origin is
<br /> \begin{aligned}<br /> L &amp;= \sum_n m_n (\mathbf R+\mathbf r_n) \times (\dot{\mathbf R}+\dot{\mathbf r}_n) \\<br /> &amp;= \sum_n m_n\mathbf R\times\dot{\mathbf R} +<br /> \sum_n m_n\mathbf R\times\dot{\mathbf r}_n +<br /> \sum_n m_n\mathbf r_n\times\dot{\mathbf R} +<br /> \sum_n m_n\mathbf r_n\times\dot{\mathbf r}_n \\<br /> &amp;= \mathbf R\times M\dot{\mathbf R} +<br /> \mathbf R\times\frac{d}{dt}\left(\sum_n m_n\mathbf r_n\right) +<br /> \left(\sum_n m_n\mathbf r_n\right)\times \dot{\mathbf R} +<br /> L_{CoM}<br /> \end{aligned}
The sum \sum_n m_n\mathbf r_n vanishes by definition of center of mass and thus
L = \mathbf R\times M\dot{\mathbf R} + L_{CoM}
 
Thanks. That was the same as mine but much neater.
 
Back
Top