Physics Lab

Theorems of Moment of Inertia

Computing the moment of inertia (MOI) from scratch about an arbitrary axis can be tedious. Two clean theorems — parallel axis and perpendicular axis — let us derive MOI about new axes from known results.

Concept

Parallel Axis Theorem. Let ICMI_{\text{CM}} be the MOI of a body of mass MM about an axis through its centre of mass. Then the MOI about any axis parallel to this, at distance dd, is

I=ICM+Md2I = I_{\text{CM}} + M d^2

Applies to all bodies.

Perpendicular Axis Theorem. For a planar (flat) lamina lying in the xyxy-plane, the MOI about the zz-axis (perpendicular to the plane) equals the sum of MOIs about two perpendicular axes in the plane:

Iz=Ix+IyI_z = I_x + I_y

Applies only to plane laminae.

Derivation

Parallel Axis Theorem. Place the body's centre of mass at the origin. Let the original axis be the zz-axis through CM. Let the new parallel axis pass through point (a,b,0)(a, b, 0). For a particle at (x,y,z)(x, y, z), distance from CM axis: r2=x2+y2r^2 = x^2 + y^2. Distance from new axis: r2=(xa)2+(yb)2=x2+y22ax2by+a2+b2r'^2 = (x-a)^2 + (y-b)^2 = x^2 + y^2 - 2ax - 2by + a^2 + b^2.

So

Inew=miri2=mi(xi2+yi2)2amixi2bmiyi+(a2+b2)miI_{\text{new}} = \sum m_i r_i'^2 = \sum m_i (x_i^2 + y_i^2) - 2a \sum m_i x_i - 2b \sum m_i y_i + (a^2+b^2)\sum m_i

Since the origin is at CM, mixi=0\sum m_i x_i = 0 and miyi=0\sum m_i y_i = 0:

Inew=ICM+Md2I_{\text{new}} = I_{\text{CM}} + M d^2

where d2=a2+b2d^2 = a^2 + b^2.

Perpendicular Axis Theorem. Consider a thin lamina in the xyxy-plane. For an element at (x,y)(x, y):

  • Ix=y2dmI_x = \int y^2\,dm (axis along xx, distance y|y|).
  • Iy=x2dmI_y = \int x^2\,dm (axis along yy, distance x|x|).
  • Iz=(x2+y2)dmI_z = \int (x^2 + y^2)\,dm (axis along zz, distance x2+y2\sqrt{x^2+y^2}).

Then

Iz=Ix+IyI_z = I_x + I_y

Note: The theorem only works for laminae because in 3D, r2r^2 for the zz-axis is x2+y2x^2 + y^2, not involving z2z^2 — fine for thin objects with z0z \approx 0.

Worked Example

(a) Find MOI of a thin ring (mass MM, radius RR) about a diameter.

(b) Find MOI of a thin ring about a tangent in its plane.

Solution:

(a) The ring is a planar lamina. MOI about its central perpendicular axis (the natural symmetry axis): Iz=MR2I_z = MR^2. By symmetry, Ix=IyI_x = I_y (two perpendicular diameters in the plane). By perpendicular axis theorem:

Iz=Ix+Iy=2IdiameterI_z = I_x + I_y = 2I_{\text{diameter}}

Idiameter=12MR2I_{\text{diameter}} = \tfrac{1}{2}MR^2

(b) A tangent line in the plane is parallel to a diameter, at distance RR. By parallel axis theorem:

Itangent=Idiameter+MR2=12MR2+MR2=32MR2I_{\text{tangent}} = I_{\text{diameter}} + MR^2 = \tfrac{1}{2}MR^2 + MR^2 = \tfrac{3}{2}MR^2

Common Confusions

  • Parallel axis theorem: ICMI_{\text{CM}} must be about the axis through the CM. You cannot apply it from an arbitrary parallel axis to another — only from the CM axis.
  • Perpendicular axis theorem applies only to planar laminae. Don't use it on a solid sphere or a thick disc.
  • dd in parallel axis is perpendicular distance between the two parallel axes, not arbitrary direction.
  • The two perpendicular axes in the plane can be any two mutually perpendicular axes through the same point; not necessarily symmetry axes.

Key Takeaways

  • Parallel axis: I=ICM+Md2I = I_{\text{CM}} + Md^2.
  • Perpendicular axis (laminae): Iz=Ix+IyI_z = I_x + I_y.
  • Use to derive MOI about axes shifted parallel or perpendicular to known ones.
  • For ring about diameter: 12MR2\tfrac{1}{2}MR^2 via perp. axis.
  • For ring about tangent: 32MR2\tfrac{3}{2}MR^2 via parallel + perp. theorems.

AI Summary

Summarize this page in your favorite LLM