Moment Of Inertia Of Hollow Disk
You're staring at a rotating shaft, a flywheel, or maybe a brake rotor. That said, the CAD model looks clean. The material specs check out. But something feels off when you run the simulation — the angular acceleration doesn't match what you calculated by hand.
Nine times out of ten, the culprit is the moment of inertia. And if your part is a hollow disk — an annulus, a ring, a washer-shaped anything — the formula you memorized in physics 101 might be the wrong one.
What Is Moment of Inertia for a Hollow Disk
Moment of inertia measures how much torque you need to change an object's rotational speed. In practice, for a point mass, it's simple: mass times distance squared. For extended objects, you integrate.
A hollow disk — also called an annular cylinder or thin-walled ring depending on proportions — has mass distributed between an inner radius and an outer radius. That's why no mass at the center. All the material sits at some distance from the axis.
That distribution changes everything.
The standard formula for a hollow disk rotating about its central axis (the symmetry axis perpendicular to the face):
I = ½ M (R₁² + R₂²)
Where M is total mass, R₁ is inner radius, R₂ is outer radius.
If the wall is thin — meaning R₁ and R₂ are close — this collapses to the thin-ring approximation:
I ≈ M R²
Where R is the mean radius. That approximation saves time. It also introduces error when the wall isn't actually thin.
Solid disk vs. hollow disk
A solid disk of the same mass and outer radius has I = ½ M R₂². Think about it: the hollow version always has higher* moment of inertia for the same mass and outer radius, because more mass sits farther from the axis. Sometimes significantly higher.
That difference matters when you're sizing a motor, designing a flywheel, or calculating brake torque.
Why It Matters / Why People Care
You're not calculating this for fun. You're calculating it because something rotates — and you need to know how it behaves.
Motor sizing
Undersize the moment of inertia in your load calculation, and your motor stalls during acceleration. Oversize it, and you're paying for torque you don't need. Both cost money.
A hollow disk flywheel stores more energy per unit mass than a solid one of the same outer diameter. That's why you see them in energy storage systems, punch presses, and some kinetic recovery setups. The mass is where it does the most work — at the rim.
Braking and clutch design
Brake rotors are hollow disks. So clutch plates often are too. The moment of inertia determines how much heat the system absorbs during a stop, how fast the rotational speed drops, and whether the friction material survives.
Get the inertia wrong, and your thermal calculations drift. Pad life drops. The rotor runs hotter than predicted. Maybe the caliper fades.
Vibration and critical speeds
Rotating shafts have critical speeds where resonance amplifies vibration. The moment of inertia of each rotating component — pulleys, rotors, spacers — shifts those critical speeds. A hollow disk spacer might look light, but its inertia contribution can push a critical speed into your operating range.
That's a field failure waiting to happen.
How It Works — Derivation and Real-World Nuance
The textbook derivation assumes uniform density, perfect geometry, and rotation about the central symmetry axis. Real parts violate all three.
The calculus version (briefly)
Slice the annulus into concentric rings of thickness dr. Each ring has mass dm = ρ · 2πr · h · dr, where ρ is density and h is thickness (axial length). Its moment of inertia is dI = r² dm.
Integrate from R₁ to R₂:
I = ∫ r² dm = ∫ ρ · 2πh · r³ dr = ½ ρ π h (R₂⁴ - R₁⁴)
Substitute M = ρ π h (R₂² - R₁²) and simplify. You get ½ M (R₁² + R₂²).
Clean. Elegant. Rarely the whole story.
Axis matters — a lot
The formula above is for the polar* axis (through the center, perpendicular to the face). But what if the disk rotates about a diameter? Or an offset axis?
About a diameter (through center, in-plane):
I_diameter = ¼ M (R₁² + R₂²) + ¹/₁₂ M h²
The h² term appears because mass is distributed along the axis too. For a thin disk (h ≪ R), the second term vanishes and you get ¼ M (R₁² + R₂²).
If you found this helpful, you might also enjoy what is the purpose of the stem on a plant or square root of 2 plus square root of 2.
Parallel axis theorem:
If the rotation axis is parallel to the symmetry axis but offset by distance d:
I_offset = I_center + M d²
This shows up constantly — idler gears, offset flywheels, eccentric cams. The offset term often dominates.
Perpendicular axis theorem (planar objects only)
For a thin planar object: I_z = I_x + I_y
Where z is the polar axis, x and y are in-plane orthogonal axes. Which means for a hollow disk with symmetry, I_x = I_y, so each diameter moment is half the polar moment. This only holds for thin* disks — negligible thickness.
Non-uniform density
Real parts aren't uniform. Also, a brake rotor has cooling vanes. A pulley has spokes. A clutch plate has friction material bonded to one face.
You have two paths:
- CAD mass properties — let the software integrate the actual geometry. This is the right answer for production work.
- Composite approximation — break the part into simple shapes (rings, rectangles, sectors), calculate each, sum them. Faster for early design iterations. Less accurate.
Don't guess. If the geometry is complex, use the CAD tool. That's what it's for.
Common Mistakes / What Most People Get Wrong
Using the solid disk formula by habit
It happens. Even so, the part is a hollow shaft with a 40 mm bore and 50 mm OD. But the error is ~36%. You type ½ M R² without thinking. Your acceleration calculation is wrong by the same factor.
Muscle memory is not a design method.
Treating "thin ring" as universal
The thin-ring approximation I = M R² assumes all mass sits at one radius. Real hollow disks have thickness. If (R₂ - R₁) / R_mean > 0.Consider this: 1, the approximation error exceeds 5%. That's why at 0. 2, it's >10%.
Know your wall thickness. Decide consciously whether the approximation holds.
Forgetting the parallel axis term
An idler pulley mounts on a shaft offset from its center by 5 mm. On the flip side, the pulley's own polar inertia is 0. Even so, 002 kg·m². And mass is 0. 8 kg. The offset adds 0.8 × 0.005² = 0.
00002 kg·m². In this case, the offset term is exactly equal to the intrinsic inertia. If you ignore it, your motor torque calculations will be off by 50%.
The "Mass vs. Inertia" Trap
Beginners often confuse mass ($M$) with moment of inertia ($I$). Which means mass is a measure of resistance to linear* acceleration ($F = ma$). Moment of inertia is a measure of resistance to angular* acceleration ($\tau = I\alpha$).
A heavy, compact lead weight and a light, wide-reaching spinning fan may have the same mass, but the fan will be much harder to speed up or slow down. In high-speed machinery, the distribution* of mass is often more critical than the total mass itself.
Summary Table for Quick Reference
| Geometry | Axis | Formula | Notes |
|---|---|---|---|
| Solid Disk | Central (Polar) | $\frac{1}{2} M R^2$ | Standard baseline |
| Hollow Disk | Central (Polar) | $\frac{1}{2} M (R_1^2 + R_2^2)$ | $R_1$ is inner, $R_2$ is outer |
| Thin Ring | Central (Polar) | $M R^2$ | Approximation for $h \ll R$ |
| Thin Disk | Diameter | $\frac{1}{4} M (R_1^2 + R_2^2)$ | For $h \approx 0$ |
| Any Shape | Offset | $I_{cm} + Md^2$ | Use Parallel Axis Theorem |
Conclusion
Moment of inertia is the rotational equivalent of mass, and mastering it is essential for anyone designing moving systems—from simple toys to high-speed turbines. The key to accuracy lies in three steps: identify the geometry, determine the axis of rotation, and verify the density assumptions.
While the "simple" formulas provide a vital sanity check, never let them replace rigorous calculation when precision matters. Whether you are calculating the torque required to start a conveyor belt or the stress on a flywheel's mounting bolts, remember: the math doesn't care about your intuition; it only cares about where the mass is located.
Latest Posts
What's Just Gone Live
-
Moment Of Inertia Of Hollow Disk
Aug 04, 2026
-
What Are The Properties In Algebra
Aug 04, 2026
-
How To Find Maximum And Minimum Values Of Quadratic Functions
Aug 04, 2026
-
Which Lenses Are Convex Check All That Apply
Aug 04, 2026
-
What Fraction Is Equivalent To 6 10
Aug 04, 2026
Related Posts
What Goes Well With This
-
Moment Of Inertia Of Sphere Derivation
Aug 01, 2026
-
Moment Of Inertia Of Hollow Sphere About Its Tangent
Aug 03, 2026
-
What Is The Moment Of Inertia Of Particle A
Aug 04, 2026
-
Moment Of Inertia For Solid Cylinder
Aug 04, 2026
-
Moment Of Inertia Of Hollow Sphere
Jul 30, 2026