[Physics] Angular momentum of a rotating sphere from a point outside the sphere

angular momentumnewtonian-mechanicsreference framesrotational-kinematics

I have seen an expression for the angular momentum of a rotating sphere calculated from outside the sphere as
$$L = I\omega + mvr,$$
where $v$ is the velocity of the center of mass, $m$ is the mass of the sphere, and $r$ is the distance of center of mass of the sphere from the point of calculation. My concern is if $v=0$, then $L = I \omega$, which is the angular momentum of the sphere when calculate through the center of mass. How can the angular momentum be the same when the point of calculation is changing?

Best Answer

Don't confuse angular momentum and mass moment of inertia. The MMOI changes with location because of the assumption that the body rotates about that point (and hence the COM moves with $v \neq 0$).

But angular momentum depends on the position only if there is linear momentum present. This is entirely equivalent to a torque varying by position in the presence of forces, and of linear velocity varying by position in the presence of rotational velocity. The equations look the same too when considering an arbitrary point A and the center of mass point C.

$$\begin{array}{r|c} \mbox{Quantity} & \mbox{Transformation} \\ \hline \mbox{Linear Velocity} & {\boldsymbol v}_A = {\boldsymbol v}_C + {\boldsymbol r} \times {\boldsymbol \omega}\\ \hline \mbox{Angular Momentum} & {\boldsymbol L}_A = {\boldsymbol L}_C + {\boldsymbol r} \times {\boldsymbol p}\\ \hline \mbox{Torque} & {\boldsymbol \tau}_A = {\boldsymbol \tau}_C + {\boldsymbol r} \times {\boldsymbol F} \end{array}$$

Where ${\boldsymbol r}$ is the position vector of the center of mass C relative to the point of interest A.

  • So in the absence, of linear momentum ${\boldsymbol p} = m\, {\boldsymbol v}_C$ the angular momentum ${\boldsymbol L}_A$ at an arbitrary point A is the same as the angular momentum at the center of mass ${\boldsymbol L}_C = \mathrm{I}_C {\boldsymbol \omega}$.

  • Also, in the absence, of rotational velocity ${\boldsymbol \omega}$ linear velocity ${\boldsymbol v}_A$ at an arbitrary point A is the same as the linear velocity at the center of mass ${\boldsymbol v}_C$. (pure translation)

  • Finally, in the absence, any applied force ${\boldsymbol F}$ the equipollent torque ${\boldsymbol \tau}_A$ at an arbitrary point A is the same as the equipollent torque at the center of mass ${\boldsymbol \tau}_C$. (pure torque applied)


Now to consider the mass moment of inertia about a point A not the center of mass C.

  1. Assume the body rotates about point A with rotational velocity ${\boldsymbol \omega} \neq 0$ and ${\boldsymbol v}_A=0$.
  2. Find the velocity of the center of mass, $\require{cancel} {\boldsymbol v}_C = \cancel{{\boldsymbol v}_A} - {\boldsymbol r} \times {\boldsymbol \omega}$.
  3. Find the momentum, ${\boldsymbol p} = m\,{\boldsymbol v}_C = - m\,{\boldsymbol r} \times {\boldsymbol \omega}$
  4. Find the angular momentum at the center of mass, ${\boldsymbol L}_C = \mathrm{I}_C {\boldsymbol \omega}$.
  5. Find the angular momentum at point A, ${\boldsymbol L}_A = {\boldsymbol L}_C + {\boldsymbol r} \times {\boldsymbol p}$ $${\boldsymbol L}_A =\mathrm{I}_C {\boldsymbol \omega} - m\, {\boldsymbol r} \times ({\boldsymbol r} \times {\boldsymbol \omega})$$

The first part of this expression is the intrinsic angular momentum and the second part the parallel axis theorem.

Mathematically the rotational velocity vector if factored out of this expression and the 3×3 matrix between the momentum and velocity is the mass moment of inertia

$$ \mathrm{I}_A = \mathrm{I}_C - m \,[{\boldsymbol r} \times] [{\boldsymbol r} \times] $$

A little mathematical trick here is to convert the vector cross product into a matrix operation $ a \times b = [a \times] b = \left[\matrix{0 & -a_z & a_y \\ a_z & 0 & -a_x \\ -a_y & a_x & 0}\right] \pmatrix{b_x\\b_y\\b_z} $

Related Question