1.5.5 · D3Rotational Mechanics

Worked examples — Moment of inertia I = Σmᵢrᵢ² — concept

2,505 words11 min readBack to topic

This is the worked-example clinic for the parent concept note. There we built the formula . Here we drive it through every case class — so that when a problem lands on your desk, you have already seen its shape.


The scenario matrix

Before any arithmetic, here is the full landscape. Every worked example below is tagged with the cell it covers.

Cell Case class What's tricky Example
A Ordinary discrete sum just apply the formula cleanly Ex 1
B Mass on the axis () zero contribution — degenerate distance Ex 2
C Masses on both sides of axis (negative coordinates) does the sign of position matter? Ex 3
D Axis-dependence — same object, new axis is not fixed Ex 4
E Limiting behaviour — push mass far out grows like , unbounded Ex 5
F Real-world word problem — figure skater link to via conservation Ex 6
G Exam twist — axis through a corner, 2-D layout perpendicular distance in a plane Ex 7
H Sanity/units + parallel-axis cross-check catch errors before you submit Ex 8

Notation reminder (nothing used before it is defined):

  • = the mass of particle number , in kilograms ().
  • = the perpendicular distance from particle to the axis line, in metres (). "Perpendicular" means the shortest straight line from the particle to the axis, meeting it at a right angle.
  • = moment of inertia, in . Read it as "spin-stubbornness."
  • (Greek letter omega) = angular velocity, how fast something turns, in radians per second.

Cell A — the plain vanilla sum

Figure — Moment of inertia I = Σmᵢrᵢ² — concept

Cell B — a mass sitting ON the axis


Cell C — masses on both sides (does sign matter?)

Figure — Moment of inertia I = Σmᵢrᵢ² — concept
Recall Why can inertia never be negative?

Every term is : mass is positive, and any real number squared is . So the sum is always . A negative moment of inertia would mean ::: impossible — it would mean an object helps itself spin, i.e. resistance below zero. Physically forbidden.


Cell D — same object, axis moved


Cell E — limiting behaviour

Figure — Moment of inertia I = Σmᵢrᵢ² — concept

Cell F — real-world word problem


Cell G — exam twist: axis through a corner of a 2-D layout

Figure — Moment of inertia I = Σmᵢrᵢ² — concept

Cell H — sanity check with the parallel-axis theorem


Recap of the matrix

Recall Which example covered which trap?

Cell A plain sum ::: Example 1 () Cell B mass on axis, ::: Example 2 () Cell C both sides / sign trap ::: Example 3 () Cell D axis moved ::: Example 4 () Cell E limiting ::: Example 5 (quadratic growth) Cell F real skater ::: Example 6 () Cell G exam twist, 2-D corner ::: Example 7 () Cell H parallel-axis cross-check ::: Example 8 ()


Connections