8/15/2023

 Today I did more Angular Momentum theory and exercises from HRK. 

The most interesting thing I came across was this fact: 

Consider an object of mass M both translating and rotating, with angular velocity ω and center of mass velocity vcm. At the instant the center of mass is at position rcm with respect to the origin, the angular momentum of this object relative to the origin is L=L+rcm×Mvcm, where L is the angular momentum of the object relative to its center of mass.


I was able to prove this on my own! (with HRK dividing the problem up into two parts, of course). At some point, I'll have to start thinking of these on my own, but I think for now just proving it part-by-part gives me enough challenge. Once I start recognizing the repeatedly used proving ideas, I'll be able to prove it from scratch on my own.


Proof:

Consider points on the object, with an arbitrary point of mass mi at ri and momentum pi. Let that point have position ri and momentum pi with respect to the CM. The angular momentum about the origin is L=(ri×pi)
Note that pi=mi(vcm+vi)=mivi+mivcm=pi+mivcm, so 
L=(ri×pi)=(rcm+ri)×(mivcm+pi)
=(rcm×mivcm)+(rcm×pi)+(ri+mivcm)+(ri×pi)() 
Note that (rcm×pi)=rcmpi=rcm(pimivcm)=rcm(piMvcm)=rcm(0)=0, and ri+mivcm=vcmmiri=vcm(0)=0. 
Hence, the middle two terms of () are 0, which implies L=(rcm×mivcm)+(ri×pi)
=(rcmvcmmi)+(L)
=L+rcm×Mvcm, as desired.

This intuitively makes sense because L is the part of the momentum that has to do with the rotation around the CM, while Mvcm is the part that has to do with the translation of the object. 

The best example for understanding this is to consider a ball that is rolling without slipping.

Comments