Moment of inertia — how to calculate for different geometries and axes

hard CBSE JEE-MAIN 4 min read

Question

How do we calculate the moment of inertia (MOI) of different bodies about different axes? Given a uniform disc of mass MM and radius RR, 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:

Icentre=MR22I_{centre} = \frac{MR^2}{2}

This is derived by integration: I=r2dmI = \int r^2 \, dm, where each thin ring of radius rr and width drdr contributes dmr2dm \cdot r^2.

For a planar body, if IzI_z is the MOI about an axis perpendicular to the plane:

Iz=Ix+IyI_z = I_x + I_y

By symmetry, Ix=Iy=IdiameterI_x = I_y = I_{diameter}. So:

MR22=2×Idiameter\frac{MR^2}{2} = 2 \times I_{diameter} Idiameter=MR24I_{diameter} = \mathbf{\frac{MR^2}{4}}

A tangent perpendicular to the plane is parallel to the central axis, shifted by distance RR:

Itangent=Icentre+MR2=MR22+MR2=3MR22I_{tangent} = I_{centre} + MR^2 = \frac{MR^2}{2} + MR^2 = \mathbf{\frac{3MR^2}{2}}
BodyAxisMOI
Thin rodCentre, perpendicularML212\frac{ML^2}{12}
Thin rodEnd, perpendicularML23\frac{ML^2}{3}
RingCentre, perpendicularMR2MR^2
DiscCentre, perpendicularMR22\frac{MR^2}{2}
DiscDiameterMR24\frac{MR^2}{4}
Solid sphereDiameter2MR25\frac{2MR^2}{5}
Hollow sphereDiameter2MR23\frac{2MR^2}{3}
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 I=r2dmI = \int r^2 \, dm has r2r^2 (not rr).

The parallel axis theorem (I=ICM+Md2I = I_{CM} + Md^2) 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 zz-axis MOI to split neatly into xx and yy components.


Alternative Method

For JEE, memorise the k2/R2k^2/R^2 ratios instead of full formulas. Here kk is the radius of gyration (I=Mk2I = Mk^2). Ring: k2/R2=1k^2/R^2 = 1. Disc: 1/21/2. Solid sphere: 2/52/5. Hollow sphere: 2/32/3. 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 L/4L/4 from one end: first find MOI about CM (ML2/12ML^2/12), then shift by L/4L/4 using parallel axis theorem. Do NOT try to shift from the end (ML2/3ML^2/3) by 3L/43L/4 — that gives the wrong answer because neither axis passes through CM.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next