Moment of Inertia Calculator
This moment of inertia calculator covers both mass moment of inertia (rotational inertia, kg·m²) for rotation dynamics and area moment of inertia (second moment of area, mm4) for beam bending and structural engineering — for all common shapes including rectangle, circle, rod, sphere, cylinder, ring, cone, and hollow sections. Every result includes the formula and full step-by-step working with numbers substituted.
Select a shape to calculate its rotational inertia. Formula: I = Σmr². Results shown in kg·m², kg·cm², g·cm², lb·ft², lb·in².
Select a cross-section shape. I = ∫y²dA. Used in beam bending: σ = M×y/I. Section modulus S = I/ymax.
Mass Moment of Inertia vs Area Moment of Inertia — What is the Difference?
The symbol I is used for two completely different quantities in engineering. The mass moment of inertia (also called rotational inertia) measures how difficult it is to angularly accelerate a rotating body — it depends on how mass is distributed relative to the rotation axis. The area moment of inertia (also called second moment of area) measures how a cross-section resists bending — it depends on how the cross-sectional area is distributed relative to the bending axis. Always check units: kg·m² means rotational inertia; mm4 or m4 means second moment of area.
| Property | Mass Moment of Inertia | Area Moment of Inertia |
|---|---|---|
| Also called | Rotational inertia | Second moment of area |
| Symbol | I (kg·m²) | I (m4 or mm4) |
| Formula | I = Σmr² | I = ∫y²dA |
| Units | kg·m² | m4 or mm4 |
| Used in | Rotation dynamics, angular acceleration | Beam bending, deflection, stress |
| Relevant equation | τ = I × α | σ = M × y / I |
| Example use | Spinning flywheel, rotating shaft | Steel beam deflection, column buckling |
| Depends on | Mass distribution and axis location | Cross-section shape and axis location |
The polar moment of inertia J = Ix + Iy is the sum of the two area moments of inertia and is used in torsion calculations: τmax = T×R/J. Both area moment of inertia and polar moment of inertia are second moments of area — different axes, same concept.
Mass Moment of Inertia Formulas — Reference Table
All formulas below give rotational inertia I in kg·m² when mass is in kg and dimensions in metres. The fundamental formula is I = Σmr² — each element of mass multiplied by the square of its distance from the axis. Note that I = mR² appears for the thin hoop, I = mR² is the baseline maximum for a given mass and radius.
| Shape | Axis | Formula | Notes |
|---|---|---|---|
| Solid cylinder / disk | Central (spinning) | I = ½mR² | Wheel-like spin |
| Solid cylinder | Diameter (end-to-end) | I = ¼mR² + &frac{1}{12}mL² | Tumbling axis |
| Disk about edge | Tangent to rim | I = &frac32;mR² | Parallel axis theorem |
| Solid sphere | Any diameter | I = ⅖mR² | Rotational inertia of a sphere |
| Hollow sphere (shell) | Any diameter | I = ⅔mR² | Higher than solid sphere |
| Thin hoop / ring | Central axis (⊥ to plane) | I = mR² | All mass at radius R; thin hoop moment of inertia |
| Thin hoop | Diameter axis | I = ½mR² | In-plane axis |
| Thick ring / annulus | Central axis | I = ½m(R²+r²) | Inertia of a ring with wall thickness |
| Thin rod | Through center (⊥) | I = &frac{1}{12}mL² | Moment of inertia of a rod about center |
| Thin rod | Through end (⊥) | I = ⅓mL² | Moment of inertia of a rod about end |
| Rectangular box | z-axis through center | I = &frac{1}{12}m(a²+b²) | Moment of inertia of a box |
| Rectangular box | x-axis through center | I = &frac{1}{12}m(b²+c²) | Rotational inertia of a cube when a=b=c |
| Solid cone | Central axis | I = &frac{3}{10}mR² | Moment of inertia of cone; about base axis |
| Thin plate (a×b) | Through center parallel to b | I = &frac{1}{12}ma² | Moment of inertia of a plate |
Area Moment of Inertia Formulas — Reference Table
These formulas give the second moment of area I in mm4 when dimensions are in mm. The formula I = bh³/12 is fundamental — it appears for rectangles about their centroidal axis. The section modulus S = I / ymax is used in beam design to find maximum bending stress: σmax = M/S.
| Cross-section | Axis | Formula | Section Modulus S |
|---|---|---|---|
| Rectangle (b×h) | Centroidal x (horiz) | I = bh³/12 | S = bh²/6 |
| Rectangle (b×h) | Base | I = bh³/3 | — |
| Rectangle (b×h) | Centroidal y (vert) | I = hb³/12 | S = hb²/6 |
| Square (a×a) | Centroidal | I = a4/12 | S = a³/6 |
| Hollow rectangle | Centroidal x | I = (BH³−bh³)/12 | S = I/(H/2) |
| Circle (radius R) | Any diameter | I = πR4/4 | S = πR³/4 |
| Circle (diameter d) | Any diameter | I = πd4/64 | S = πd³/32 |
| Hollow circle / pipe | Any diameter | I = π(R4−r4)/4 | S = I/R |
| Semicircle (radius R) | Base (diameter) | I = πR4/8 | — |
| Semicircle | Centroidal (∥ to base) | I = R4(π/8−8/(9π)) | S = I/(R−ŷ) |
| Triangle (b×h) | Base | I = bh³/12 | — |
| Triangle (b×h) | Centroidal | I = bh³/36 | — |
Parallel Axis Theorem — How to Find Moment of Inertia About Any Axis
The parallel axis theorem allows you to find the moment of inertia about any axis if you know the moment of inertia about a parallel axis through the centroid (or centre of mass for mass MOI). Both the mass and area versions follow the same principle.
Worked Example 1 — Rod About End From Center
- I about center: Icm = (1/12)mL²
- Distance from center to end: d = L/2
- Iend = (1/12)mL² + m(L/2)² = (1/12)mL² + (1/4)mL²
- Iend = mL²(1/12 + 3/12) = mL²(4/12) = (1/3)mL² ✓
Worked Example 2 — Disk About Edge
- I about center (spinning): Icm = (1/2)mR²
- Distance from center to rim: d = R
- Iedge = (1/2)mR² + mR² = (3/2)mR² ✓
- Example: m=2kg, R=0.1m → Iedge = 1.5×2×0.01 = 0.03 kg·m²
Worked Example 3 — Rectangle About Base From Centroid
- I about centroid: Ix = bh³/12
- Area A = b×h, distance from centroid to base: d = h/2
- Ibase = bh³/12 + (bh)(h/2)² = bh³/12 + bh³/4 = bh³/12 + 3bh³/12 = bh³/3 ✓
Section Modulus Calculator — Rectangle Circle and Hollow Sections
Section modulus S = I / ymax, where I is the area moment of inertia and ymax is the distance from the centroid to the extreme (outermost) fibre. Units are mm³ or m³ — one order of dimension lower than I (mm4). The section modulus is the single most important property for beam design because maximum bending stress equals σmax = M / S, where M is the applied bending moment.
Section Modulus Formulas — Common Cross-Sections
- Rectangle: Sx = bh²/6 | Sy = hb²/6
- Circle (diameter d): S = πd³/32
- Hollow circle: S = π(D4−d4)/(32D)
- Square tube (outer B×H, inner b×h): S = (BH³−bh³)/(6H)
Elastic vs Plastic section modulus: The elastic section modulus Se = I/ymax assumes linear stress distribution (used for serviceability). The plastic section modulus Sp assumes full yielding across the section (used for ultimate strength design). Sp > Se always.
Worked Example — Maximum Bending Stress in Rectangular Beam
Rectangular beam: b=50mm, h=100mm, M=5 kN·m
- Ix = bh³/12 = 50×100³/12 = 4,166,667 mm4
- ymax = h/2 = 50 mm
- Sx = I/ymax = 4,166,667/50 = 83,333 mm³
- σmax = M/S = 5,000,000 N·mm / 83,333 mm³ = 60 N/mm² = 60 MPa
Moment of Inertia of a Rod
The moment of inertia of a rod describes the rotational inertia of a thin uniform rod rotating about an axis perpendicular to its length. There are two standard cases, and the parallel axis theorem connects them. Note that rotation about the rod's own length axis gives I ≈ 0 for a thin rod (negligible radius).
Case 1 — Axis Through Centre (Perpendicular)
This is the minimum moment of inertia for a rod rotating perpendicular to its length. The mass is distributed symmetrically about the centre, so distances range from 0 (at center) to L/2 (at ends), giving I = (1/12)mL².
Case 2 — Axis Through One End (Perpendicular)
The moment of inertia of a rod about one end is exactly 4 times larger than (1/12)mL² — wait, (1/3)/(1/12) = 4. Yes: rotating about the end is 4× harder than rotating about the center because all mass is now at distances from 0 to L. Via parallel axis theorem: Iend = (1/12)mL² + m(L/2)² = (1/12)mL² + (3/12)mL² = (4/12)mL² = (1/3)mL².
Worked Example 1: m=0.8kg, L=1.2m
- L² = 1.2² = 1.44 m²
- Icenter = (1/12) × 0.8 × 1.44 = 0.096 kg·m²
- Iend = (1/3) × 0.8 × 1.44 = 0.384 kg·m²
- Check: 0.096 + 0.8×(0.6)² = 0.096 + 0.288 = 0.384 ✓
Worked Example 2: Baton (m=0.2kg, L=0.5m)
- Icenter = (1/12) × 0.2 × 0.25 = 0.00417 kg·m²
- Iend = (1/3) × 0.2 × 0.25 = 0.01667 kg·m²
- Torque needed for α = 10 rad/s² about center: τ = 0.00417×10 = 0.0417 N·m
Moment of Inertia of a Rectangle
The moment of inertia of a rectangle is an area moment of inertia (second moment of area) used in structural engineering to quantify a rectangular beam's resistance to bending. The formula is I = bh³/12 about the centroidal horizontal axis, where b is width and h is height (depth). Note that height h appears cubed — this means doubling the depth multiplies bending resistance by 8×, while doubling the width only doubles it. This is why beams are always oriented with their greater dimension vertical.
Example 1: 200×400mm Beam (b=200mm, h=400mm)
- Ix = 200×400³/12 = 200×64,000,000/12 = 1,066,666,667 mm4 = 1.067×10? mm4
- Sx = Ix/(h/2) = 1,066,666,667/200 = 5,333,333 mm³
- A = 200×400 = 80,000 mm²
- kx = √(I/A) = √(1,066,666,667/80,000) = 115.5 mm
Example 2: Square 150×150mm
- Ix = Iy = 150×150³/12 = 1504/12 = 42,187,500 mm4
- S = I/(h/2) = 42,187,500/75 = 562,500 mm³
Example 3: I about base (b=100mm, h=200mm)
- Icentroid = bh³/12 = 100×200³/12 = 66,666,667 mm4
- Ibase = bh³/3 = 100×200³/3 = 266,666,667 mm4 (= 4 × Icentroid)
- Check via parallel axis: 66,666,667 + (100×200)×100² = 66,666,667 + 200,000,000 = 266,666,667 ✓
Worked Examples
1. Moment of Inertia of a Solid Cylinder About Its Axis
A solid cylinder spinning like a wheel uses I = (1/2)mR². For m=5kg, R=0.15m: I = 0.5×5×0.15² = 0.5×5×0.0225 = 0.05625 kg·m². Angular acceleration with 2 N·m torque: α = τ/I = 2/0.05625 = 35.6 rad/s².
2. Moment of Inertia of a Disk About Its Edge
Disk about its edge uses the parallel axis theorem: Iedge = Icenter + mR² = (1/2)mR² + mR² = (3/2)mR². For m=2kg, R=0.1m: Iedge = 1.5×2×0.01 = 0.03 kg·m². This is exactly 3× the spinning (central axis) value of 0.01 kg·m².
3. Moment of Inertia of a Rod — Center and End
m=0.8kg, L=1.2m: Icenter = (1/12)×0.8×1.44 = 0.096 kg·m². Iend = (1/3)×0.8×1.44 = 0.384 kg·m². Verification: 0.096 + 0.8×0.36 = 0.096 + 0.288 = 0.384 ✓. The end value is 4× the center value.
4. Rotational Inertia of a Sphere
Solid sphere: I = (2/5)mR². For m=3kg, R=0.08m: I = 0.4×3×0.0064 = 0.00768 kg·m². Hollow sphere same mass and radius: I = (2/3)×3×0.0064 = 0.01280 kg·m² — 67% higher because all mass is at the outer surface.
5. Moment of Inertia of a Rectangle for Beam Bending
b=100mm, h=200mm: Ix = 100×200³/12 = 66,666,667 mm4. Sx = bh²/6 = 100×40,000/6 = 666,667 mm³. For M=10 kN·m: σmax = 10×106/666,667 = 15 MPa.
6. Area Moment of Inertia of a Circular Cross Section
Solid circle d=50mm (R=25mm): I = π×254/4 = π×390,625/4 = 306,796 mm4. J = 2I = 613,592 mm4. S = I/R = 306,796/25 = 12,272 mm³. Radius of gyration k = R/2 = 12.5mm.
7. Using the Parallel Axis Theorem Step by Step
Find I of rectangle (100×200mm) about its base: Icentroid = 100×200³/12 = 66,666,667 mm4. Area A = 20,000 mm². Distance centroid to base d = 100mm. Ibase = 66,666,667 + 20,000×100² = 66,666,667 + 200,000,000 = 266,666,667 mm4.
8. Section Modulus for a Rectangular Beam
b=50mm, h=150mm: Sx = bh²/6 = 50×150²/6 = 50×22,500/6 = 187,500 mm³. Maximum allowable moment for σallow=120MPa: M = S×σ = 187,500×120 = 22,500,000 N·mm = 22.5 kN·m.
9. Moment of Inertia of a Hollow Sphere
Hollow sphere (spherical shell): I = (2/3)mR². For m=2kg, R=0.1m: I = (2/3)×2×0.01 = 0.01333 kg·m². Compare solid sphere same mass/radius: I = (2/5)×2×0.01 = 0.008 kg·m². The hollow sphere has 67% more rotational inertia — its mass is all at maximum radius.
10. Moment of Inertia of a Thin Hoop About Its Diameter
Thin hoop about diameter axis: I = (1/2)mR². For m=0.5kg, R=0.2m: I = 0.5×0.5×0.04 = 0.01 kg·m². Compare central axis (perpendicular to plane): I = mR² = 0.5×0.04 = 0.02 kg·m². The in-plane (diameter) rotation is half as resistant as the out-of-plane (central axis) rotation.
Frequently Asked Questions
Related Calculators
Torque = MOI × angular accel.
Rotational kinetic energy
Bending stress
Max stress via section modulus
Torsional shear stress