Physics Formulae Mechanics Moment Of Inertia

Subset – Definition and Properties

Learn to calculate an object's resistance to rotational motion with the moment of inertia formula. Understand how mass a...
🔄

Definition of Moment of Inertia

Moment of inertia is a measure of an object's resistance to changes in rotational motion about a specific axis. It depends on both the mass of the object and how that mass is distributed relative to the axis of rotation. Objects with mass concentrated farther from the rotation axis have larger moments of inertia and require more torque to achieve the same angular acceleration. This concept is fundamental to rotational dynamics and is analogous to mass in linear motion.

The concept was systematically developed by Leonhard Euler in 1765, building on earlier work by Christiaan Huygens. It became critical during the industrial revolution for designing efficient rotating machinery, flywheels, and precision instruments.

\[ I = \int r^2 \, dm \]
General Definition of Moment of Inertia

Physical Properties

Moment of inertia is a scalar quantity that describes how an object's mass is distributed relative to an axis of rotation, determining its resistance to angular acceleration.

PropertyDetails
NatureA scalar quantity for a fixed axis of rotation. More generally, it is a component of the inertia tensor.
SI UnitsKilogram meter squared (kg·m²)
MagnitudeDepends on the object's total mass and how that mass is distributed. Mass farther from the axis of rotation contributes more to the moment of inertia.
DirectionAs a scalar for a fixed axis, it has no direction.
Related Conservation LawsPlays a key role in the conservation of angular momentum. If net external torque is zero, angular momentum (L = Iω) is conserved. A change in I must be compensated by a change in angular velocity ω.
Dimensional Formula[M][L]²
📐

Diagram & Visualization

ω Axis r1 m Ismall r2 m Ilarge
Moment of inertia (I) increases as mass (m) is distributed farther from the axis of rotation (r₂ > r₁).
📝

Key Formulas

\[ I = I_{cm} + md^2 \]
Parallel Axis Theorem
\[ I = \frac{1}{12}ml^2 \]
Rod about center
\[ I = mR^2 \]
Thin Circular Hoop or Thin Cylindrical Shell about center
\[ I = \frac{1}{2}mR^2 \]
Solid Disk or Solid Cylinder about center
\[ I = \frac{2}{3}mR^2 \]
Hollow Sphere about center
\[ I = \frac{2}{5}mR^2 \]
Solid Sphere about center
🔣

Variables and Symbols

SymbolQuantitySI UnitDescription
\( I \)Moment of inertiakg⋅m²Measure of an object's resistance to angular acceleration.
\( m \)MasskgThe total amount of matter in an object.
\( r \)Distance from axismThe perpendicular distance of a mass element from the axis of rotation.
\( R, l \)Geometric dimensionsmCharacteristic dimensions like radius or length.
\( I_{cm} \)Moment of inertia about center of masskg⋅m²Moment of inertia for an axis passing through the object's center of mass.
\( d \)Parallel axis distancemPerpendicular distance between the center of mass axis and a parallel axis.
\( \tau \)TorqueN⋅mThe rotational equivalent of force.
\( \alpha \)Angular accelerationrad/s²The rate of change of angular velocity.
\( L \)Angular momentumkg⋅m²/sThe rotational equivalent of linear momentum.
\( \omega \)Angular velocityrad/sThe rate of change of angular displacement.
\( KE_{rot} \)Rotational kinetic energyJEnergy an object possesses due to its rotation.
📈

Derivation for a Uniform Rod (about center)

We can derive the formula for the moment of inertia of a thin, uniform rod of mass \( m \) and length \( l \) rotating about an axis through its center and perpendicular to its length. We start from the general definition of moment of inertia.

\[ I = \int r^2 \, dm \]
General Definition

For a uniform rod, we define a linear mass density \( \lambda \), which is mass per unit length. An infinitesimal mass element \( dm \) can be expressed in terms of an infinitesimal length element \( dr \).

\[ \lambda = \frac{m}{l} \implies dm = \lambda \, dr \]

We substitute this into the integral. Since the axis is at the center of the rod, we integrate from \( -l/2 \) to \( +l/2 \).

\[ I = \int_{-l/2}^{l/2} r^2 (\lambda \, dr) = \lambda \int_{-l/2}^{l/2} r^2 \, dr \]

Now, we evaluate the integral.

\[ I = \lambda \left[ \frac{r^3}{3} \right]_{-l/2}^{l/2} = \frac{\lambda}{3} \left[ \left(\frac{l}{2}\right)^3 - \left(-\frac{l}{2}\right)^3 \right] = \frac{\lambda}{3} \left[ \frac{l^3}{8} - \left(-\frac{l^3}{8}\right) \right] = \frac{\lambda}{3} \left( \frac{2l^3}{8} \right) = \frac{\lambda l^3}{12} \]

Finally, we substitute the expression for \( \lambda \) back in to get the final formula.

\[ I = \frac{(m/l) l^3}{12} = \frac{1}{12}ml^2 \]
📚

Types & Special Cases

The calculation of moment of inertia depends on whether the mass is concentrated at points or distributed continuously throughout a body. Standard formulas exist for common geometric shapes.

Type / CaseDescriptionWhen to Use
Single Point MassThe simplest case, calculated as I = mr², where r is the perpendicular distance from the mass to the axis of rotation.For a single particle or an object whose size is negligible compared to its distance from the axis.
System of Discrete ParticlesThe total moment of inertia is the algebraic sum of the moments of inertia of each individual particle: I = Σ(mᵢrᵢ²).For systems composed of several distinct masses, like planets orbiting a star or weights on a spinning bar.
Continuous BodyFor an extended object, the sum becomes an integral over the entire body: I = ∫r²dm.For solid, rigid objects like rods, disks, spheres, and cylinders, where mass is distributed continuously.
Parallel Axis TheoremA theorem used to find the moment of inertia about any axis, given the moment of inertia about a parallel axis through the center of mass: I = I_cm + Md².When the axis of rotation does not pass through the object's center of mass.
Perpendicular Axis TheoremFor a planar object (lamina), the moment of inertia about an axis perpendicular to the plane (I_z) is the sum of the moments of inertia about two perpendicular axes in the plane (I_x + I_y).When dealing with 2D or flat objects to find the moment of inertia about an axis perpendicular to its surface.
🔢

Numerical Example

A uniform rod has a mass of 3 kg and a length of 2 m. Calculate its moment of inertia about an axis perpendicular to the rod and located 0.5 m from its center.
  1. First, calculate the moment of inertia about the center of mass (I_cm) for a uniform rod: \( I_{cm} = \frac{1}{12}ml^2 \).
  2. \( I_{cm} = \frac{1}{12}(3 \text{ kg})(2 \text{ m})^2 = \frac{1}{12}(3)(4) = 1.0 \text{ kg} \cdot \text{m}^2 \).
  3. Next, use the Parallel Axis Theorem, \( I = I_{cm} + md^2 \), where \( d \) is the distance from the center of mass to the new axis.
  4. Given \( d = 0.5 \text{ m} \), we calculate the additional term: \( md^2 = (3 \text{ kg})(0.5 \text{ m})^2 = (3)(0.25) = 0.75 \text{ kg} \cdot \text{m}^2 \).
  5. Add the two parts to find the total moment of inertia about the new axis: \( I = 1.0 \text{ kg} \cdot \text{m}^2 + 0.75 \text{ kg} \cdot \text{m}^2 \).
\( I = 1.75 \text{ kg} \cdot \text{m}^2 \)
🧮

Try It

🔬

Applications in Science and Engineering

Automotive Engineering: Moment of inertia is critical in designing engine flywheels to smooth power delivery, in wheel design for vehicle dynamics and acceleration, and in crankshaft balancing to reduce vibrations.

Aerospace Industry: Spacecraft use reaction wheels and control moment gyroscopes to change their orientation (attitude control). The moment of inertia of the spacecraft determines how much torque is needed to rotate it.

Sports Science: Athletes manipulate their moment of inertia to control rotation. Figure skaters pull their arms in to spin faster, divers tuck into a ball to complete more somersaults, and gymnasts change their body shape to control flips and twists.

Industrial Machinery: The design of turbines, motors, centrifuges, and other rotating equipment depends on understanding moment of inertia for balancing, vibration control, and energy efficiency.

🌍

Real-World Problems

A figure skater, modeled as a 50 kg uniform cylinder (torso, R=0.2m) and two 5 kg rods (arms, l=0.7m), is spinning. Calculate her total moment of inertia when her arms are extended horizontally.
  1. Calculate the torso's moment of inertia (solid cylinder): \( I_{torso} = \frac{1}{2}m_1 R^2 = \frac{1}{2}(50)(0.2)^2 = 1.0 \text{ kg} \cdot \text{m}^2 \).
  2. Calculate the moment of inertia for one extended arm, treated as a rod rotating about its end: \( I_{arm} = \frac{1}{3}m_2 l^2 = \frac{1}{3}(5)(0.7)^2 = 0.817 \text{ kg} \cdot \text{m}^2 \).
  3. The total moment of inertia is the sum of the torso and both arms: \( I_{total} = I_{torso} + 2 \times I_{arm} \).
  4. \( I_{total} = 1.0 + 2(0.817) = 1.0 + 1.634 = 2.634 \text{ kg} \cdot \text{m}^2 \).
The skater's total moment of inertia with arms extended is approximately \( 2.63 \text{ kg} \cdot \text{m}^2 \).
A flywheel made of 100 kg of steel with a radius of 0.5 m is used for energy storage. How much more energy can it store at 3000 RPM if the mass is arranged as a thin ring at the rim versus a solid disk?
  1. Calculate the moment of inertia for the solid disk: \( I_{disk} = \frac{1}{2}mR^2 = \frac{1}{2}(100)(0.5)^2 = 12.5 \text{ kg} \cdot \text{m}^2 \).
  2. Calculate the moment of inertia for the thin ring: \( I_{ring} = mR^2 = (100)(0.5)^2 = 25.0 \text{ kg} \cdot \text{m}^2 \).
  3. Convert angular velocity: \( \omega = 3000 \text{ RPM} \times \frac{2\pi \text{ rad}}{1 \text{ rev}} \times \frac{1 \text{ min}}{60 \text{ s}} \approx 314.16 \text{ rad/s} \).
  4. Calculate energy for the disk: \( KE_{disk} = \frac{1}{2}I_{disk}\omega^2 = \frac{1}{2}(12.5)(314.16)^2 \approx 616,850 \text{ J} \).
  5. Calculate energy for the ring: \( KE_{ring} = \frac{1}{2}I_{ring}\omega^2 = \frac{1}{2}(25.0)(314.16)^2 \approx 1,233,700 \text{ J} \).
  6. Find the difference: \( \Delta KE = KE_{ring} - KE_{disk} = 1,233,700 - 616,850 = 616,850 \text{ J} \).
The flywheel can store approximately 617 kJ (or 100%) more energy when the mass is arranged as a ring instead of a solid disk.
🏞️

Where It Appears in Daily Life

Spinning Chair
Pulling arms in reduces moment of inertia, increasing rotational speed due to conservation of angular momentum.
Axis Hard Easy
Heavy Door
Pushing a door far from its hinges is easier because less force creates the torque needed to overcome its moment of inertia.
High Inertia Slow to accelerate Low Inertia Quick to accelerate
Car Wheels
Wheels with mass near the center have a lower moment of inertia, requiring less torque to change their rotational speed.

Spinning Office Chair: When you spin in an office chair, you can speed up by pulling your legs and arms close to your body. This action reduces your moment of inertia, and by conservation of angular momentum, your angular velocity increases.

Opening a Heavy Door: It is much easier to push a heavy door open near the handle (far from the hinges) than near the hinges. The hinges act as the axis of rotation, and applying force far from this axis produces more torque, making it easier to overcome the door's large moment of inertia.

Vehicle Wheels and Rims: The design of car wheels affects performance. Lighter wheels, or wheels with mass concentrated near the center, have a lower moment of inertia. This allows the car to accelerate and decelerate more quickly because less torque is required to change the wheel's rotational speed.

⚠️

Limitations and Assumptions

⚠️ Rigid Body Assumption: All formulas assume the object is a perfect rigid body that does not deform. At very high rotational speeds, centrifugal forces can cause real objects to stretch, slightly changing their mass distribution and moment of inertia.
⚠️ Uniform Density: The standard formulas for common shapes (e.g., \( I = \frac{2}{5}mR^2 \) for a solid sphere) assume the object has a uniform mass density throughout. For objects with varying density, like the Earth, one must use the integral definition \( I = \int r^2 \, dm \).
💡 Axis Specificity: The moment of inertia is not an intrinsic property of an object; it is specific to the chosen axis of rotation. An object can have infinitely many moments of inertia, one for every possible axis.

Common Mistakes

⚠️ Confusing Mass and Moment of Inertia: A common mistake is assuming a heavier object always has a larger moment of inertia. A light, large-diameter hoop can have a greater moment of inertia than a small, heavy solid disk because mass distribution (the \(r^2\) term) is more influential than mass itself.
⚠️ Incorrectly Applying the Parallel Axis Theorem: The theorem \( I = I_{cm} + md^2 \) only works when \(I_{cm}\) is the moment of inertia about the center of mass. It cannot be used to shift from one arbitrary axis to another; you must always go via the center of mass.
⚠️ Adding Moments of Inertia for Composite Objects Incorrectly: When finding the total moment of inertia for a composite object, you must first find the moment of inertia of *each part* about the *same final axis of rotation* before summing them. This often requires using the Parallel Axis Theorem for individual components.
📏

Units and Dimensional Analysis

The dimension of moment of inertia is mass times length squared. All quantities in rotational dynamics must be expressed in consistent SI units for calculations to be correct.

QuantitySymbolSI UnitDimensions
Moment of Inertia\( I \)kg⋅m²\( [M][L]^2 \)
Mass\( m \)kg\( [M] \)
Length / Radius\( l, R, r, d \)m\( [L] \)
Torque\( \tau \)N⋅m\( [M][L]^2[T]^{-2} \)
Angular Momentum\( L \)kg⋅m²/s\( [M][L]^2[T]^{-1} \)
Rotational Kinetic Energy\( KE_{rot} \)Joule (J)\( [M][L]^2[T]^{-2} \)
🎯

Study Strategy

1 🧠 Grasp the Fundamentals
  • Read the DEFINITION section to understand that moment of inertia is an object's resistance to rotational change, not just its mass.
  • Focus on how mass distribution is key. Visualize why a long, light rod can be harder to spin than a small, heavy weight.
  • Distinguish between the formula for a point mass (I = mr²) and the concept of summing parts for a complex object (I = Σmᵢrᵢ²).
  • Recognize that the value of I is always defined relative to a specific axis of rotation; changing the axis changes the moment of inertia.
2 📝 Commit the Formula to Memory
  • Memorize the standard formulas for common shapes: hoop (MR²), solid disk (½MR²), solid sphere (⅖MR²), and a rod about its center (¹⁄₁₂ML²).
  • Use flashcards to drill these common formulas. Include a sketch of the object and its rotation axis for each one.
  • Learn the Parallel Axis Theorem, I = I_cm + md², focusing on what each term represents: I_cm (I about center of mass), M (total mass), and d (shift distance).
  • Write out a summary sheet with all the key formulas and the Parallel Axis Theorem. Review it before each study session.
3 ✍️ Practice with Problems
  • Start with simple problems involving discrete point masses before moving to continuous objects like disks and rods.
  • Carefully analyze the COMMON_MISTAKES section. Do practice problems specifically designed to test your understanding of mass vs. mass distribution.
  • Solve problems that require using the Parallel Axis Theorem. Confirm you are using the correct I_cm and that d is the perpendicular distance between axes.
  • Try to solve problems combining moment of inertia with other concepts, such as torque (τ = Iα) or rotational kinetic energy (K = ½Iω²).
4 🌍 Connect to Real-World Physics
  • Review the APPLICATIONS section. Explain in your own words how a car's flywheel uses a large moment of inertia to ensure smooth engine operation.
  • Think about the Aerospace Industry example. How does changing the moment of inertia of reaction wheels allow a satellite to turn in space?
  • Consider an ice skater pulling their arms in to spin faster. Relate this directly to conservation of angular momentum and a change in their moment of inertia.
  • Observe sports equipment. Why is a figure skating blade so thin, while a baseball bat is thicker at the end? Discuss in terms of moment of inertia.
Master moment of inertia by grasping the core concept of mass distribution, memorizing key formulas, applying them methodically to problems, and connecting it to the spinning world around you.

Frequently Asked Questions

×

×