Strategy for composite bodies:
- Break the body into simple shapes whose MOI you know
- Find MOI of each part about the required axis (use parallel axis theorem if needed)
- Add MOIs if the part is present; subtract if the part is removed (hole/cavity)
Example — Disc with a hole: If a disc of mass M, radius R has a hole of radius R/2 centered at distance R/2 from the centre:
- Mass of removed disc: M_hole = M * (R/2)^2/R^2 = M/4
- MOI of full disc about centre: I_full = MR^2/2
- MOI of removed portion about centre (parallel axis): I_hole = (M/4)(R/2)^2/2 + (M/4)(R/2)^2 = MR^2/32 + MR^2/16 = 3MR^2/32
- Remaining MOI: I = MR^2/2 - 3MR^2/32 = 13MR^2/32