Question
How do we calculate the moment of inertia (MOI) of different bodies about different axes? Given a uniform disc of mass and radius , find its MOI about (a) an axis through the centre perpendicular to the plane, (b) a diameter, and (c) a tangent perpendicular to the plane.
(CBSE 11 + JEE Main)
Solution — Step by Step
This is the standard result:
This is derived by integration: , where each thin ring of radius and width contributes .
For a planar body, if is the MOI about an axis perpendicular to the plane:
By symmetry, . So:
A tangent perpendicular to the plane is parallel to the central axis, shifted by distance :
| Body | Axis | MOI |
|---|---|---|
| Thin rod | Centre, perpendicular | |
| Thin rod | End, perpendicular | |
| Ring | Centre, perpendicular | |
| Disc | Centre, perpendicular | |
| Disc | Diameter | |
| Solid sphere | Diameter | |
| Hollow sphere | Diameter |
flowchart TD
A["Need MOI about a given axis"] --> B{"Is it a standard axis?"}
B -- Yes --> C["Use the standard formula from table"]
B -- No --> D{"Is the new axis parallel to a known axis?"}
D -- Yes --> E["PARALLEL AXIS THEOREM: I = I_CM + Md²"]
D -- No --> F{"Is the body planar/flat?"}
F -- Yes --> G["PERPENDICULAR AXIS THEOREM: I_z = I_x + I_y"]
F -- No --> H["Use integration: I = ∫r² dm"]
E --> I["Calculate"]
G --> I
H --> I
Why This Works
Moment of inertia measures how “spread out” the mass is from the rotation axis. The farther the mass, the harder it is to rotate — that is why has (not ).
The parallel axis theorem () adds the extra contribution when the axis shifts away from the centre of mass. The perpendicular axis theorem works only for flat bodies because only in 2D does the geometry allow -axis MOI to split neatly into and components.
Alternative Method
For JEE, memorise the ratios instead of full formulas. Here is the radius of gyration (). Ring: . Disc: . Solid sphere: . Hollow sphere: . These ratios directly determine which body rolls fastest down an incline (smaller ratio = faster).
Common Mistake
The parallel axis theorem can ONLY be used to shift from a CM axis to a parallel non-CM axis, or vice versa. You cannot shift directly from one non-CM axis to another non-CM axis. For example, to find MOI of a rod about a point at from one end: first find MOI about CM (), then shift by using parallel axis theorem. Do NOT try to shift from the end () by — that gives the wrong answer because neither axis passes through CM.