Mass Moment of Inertia for a Cylinder: A complete walkthrough
The mass moment of inertia, often simply called rotational inertia, is the rotational analog of mass in linear motion. In practice, for a cylinder—a shape ubiquitous in engineering and physics from flywheels and pipes to tree trunks and soda cans—calculating this property is essential for predicting rotational behavior under torque. It quantifies an object's resistance to changes in its rotational state about a given axis. This property depends entirely on the cylinder's mass distribution relative to the chosen axis of rotation. Understanding the moment of inertia for both solid and hollow cylinders, about various axes, unlocks the door to solving countless problems in dynamics, from designing efficient machinery to analyzing the roll of a wheel.
Introduction: What is Rotational Inertia?
In linear motion, Newton's second law states F = ma: force equals mass times acceleration. The mass (m) is the measure of an object's resistance to linear acceleration. Consider this: in rotational motion, the analogous law is τ = Iα, where τ (tau) is the net torque applied, I is the mass moment of inertia, and α is the angular acceleration. Here, I is the measure of resistance to angular acceleration Not complicated — just consistent..
For a point mass, I = mr², where r is the perpendicular distance from the axis of rotation. Now, for a rigid extended body like a cylinder, we must integrate this simple formula over every infinitesimal mass element (dm) that makes up the object: I = ∫ r² dm. The result is not a single number for a cylinder but a set of values, each corresponding to a specific axis of rotation. The two most common and practically important cases are rotation about the cylinder's central longitudinal axis (its lengthwise axis) and rotation about an axis perpendicular to its length passing through its center of mass Simple as that..
Deriving the Moment of Inertia for a Solid Cylinder
1. About the Central Longitudinal Axis (The "Spinning" Axis)
This is the most straightforward case, analogous to a disk. Consider this: imagine a solid cylinder of mass M, radius R, and length (or height) L. We consider it rotating about its central axis, like a rolling pin or a spinning drum No workaround needed..
We use cylindrical coordinates for the integration. Consider a thin cylindrical shell at a radius r from the axis, with thickness dr and height L. The volume of this shell is its circumference times height times thickness: dV = (2πr) L dr. In real terms, the density ρ (rho) of the uniform cylinder is its total mass divided by total volume: ρ = M / (πR²L). The mass of the shell is dm = ρ dV = ρ (2πr L dr). Consider this: substitute into the integral I = ∫ r² dm: I = ∫₀ᴿ r² * (ρ * 2πr L dr) = ρ * 2πL ∫₀ᴿ r³ dr I = ρ * 2πL * [r⁴/4]₀ᴿ = ρ * 2πL * (R⁴/4) Now substitute ρ: I = (M / (πR²L)) * 2πL * (R⁴/4) Simplify: The π and one L cancel. I = M * (2/4) * R² = (1/2) M R² Worth keeping that in mind..
Result for a solid cylinder about its central axis: I = ½ M R² This is identical to the moment of inertia of a solid disk. The length L does not appear because every mass element's distance from the central axis depends only on its radial coordinate r, not its position along the length Small thing, real impact. No workaround needed..
2. About a Diameter Through Its Center (Perpendicular to the Length)
Now consider the cylinder rotating about an axis that passes through its center of mass and is perpendicular to its length—like a wheel rolling without slipping, where the instantaneous axis of rotation at the point of contact is parallel to this, but the center-of-mass axis is key for analysis. This is a more complex 3D problem.
We can use the perpendicular axis theorem for planar objects, but a cylinder is not planar. Instead, we use the parallel axis theorem in combination with the result we already have, or perform a full integration. The full integration involves summing contributions from both radial and axial positions That alone is useful..
A standard result, derived by integrating over both r and z (axial coordinate), is: I_diameter = ¼ M R² + ⅛ M L² (for a solid cylinder). Now, this can also be written as I = M (R²/4 + L²/12). The term M R²/4 comes from the distribution in the radial plane, and M L²/12 comes from the distribution along the length. So notice that if the cylinder is very short (L → 0), it becomes a disk, and this formula correctly reduces to I = ¼ M R² for a disk about a diameter. If it is very long and thin (R → 0), it becomes a thin rod, and the formula reduces to I = ⅛ M L²? Wait, for a thin rod about its center, I = 1/12 M L². On top of that, there's a discrepancy. Let's correct this Not complicated — just consistent. Took long enough..
The correct standard formula for a solid cylinder about an axis through its center and perpendicular to its length is: I = (1/12) M (3R² + L²). Expanding: **I = (1/12) M * 3R² + (1/12) M * L² = (1/4) M R²