# Rotational Inertia and Mechanical Energy

> AP Physics C: Mechanics · Unit 5 Rotation
> Source: https://www.owlsprep.com/study/ap-physics-c-mech-u5-rotational-inertia-and-mechanical-energy/

This subtopic covers the definition of rotational inertia, calculation methods for discrete and continuous mass distributions, the parallel axis theorem, rotational kinetic energy, and conservation of mechanical energy for rotating rigid bodies.

**Prerequisites:** Integration of continuous mass distributions; [Conservation of mechanical energy for translational motion](https://www.owlsprep.com/study/ap-physics-c-mech-u3-work-energy-conservation/); Definition of angular speed for rigid bodies

## Learning objectives

- Define rotational inertia as the second moment of mass about a rotation axis
- Calculate rotational inertia for discrete and continuous rigid bodies
- Apply the parallel axis theorem to find rotational inertia for off-center axes
- Calculate total kinetic energy for translating and rotating rigid bodies
- Apply conservation of mechanical energy to rotational systems

## Rotational Inertia: Definition and Calculation

Rotational inertia (also called moment of inertia, interchangeable on the AP exam) is the rotational analog of mass in translational motion. It quantifies a rigid body’s resistance to angular acceleration about a specified axis, and depends on the distribution of mass relative to the rotation axis, not just total mass.

**Rotational Inertia** — The second moment of mass about a given rotation axis, measuring a rigid body's resistance to angular acceleration about that axis.

*Notation:* $I$

For a system of discrete point masses, rotational inertia is calculated as:

$$I = \sum_{i} m_i r_i^2$$

where $m_i$ is the mass of the $i$-th point, and $r_i$ is the perpendicular distance from that mass to the rotation axis. For continuous rigid bodies, the sum becomes an integral over the entire body:

$$I = \int r^2 dm$$

To solve this integral, express $dm$ in terms of density: linear density $\lambda = dm/dx$ for 1D objects (rods), area density $\sigma = dm/dA$ for 2D objects (disks, sheets), and volume density $\rho = dm/dV$ for 3D objects. Common standard results for symmetric shapes about their center of mass axis are $I = \frac{1}{12}ML^2$ for a rod, $I = \frac{1}{2}MR^2$ for a solid cylinder, and $I = MR^2$ for a thin hoop.

**Worked example:** A uniform thin rod of mass $M$ and length $L$ rotates about an axis perpendicular to the rod, located $L/4$ from the left end of the rod. Find the rotational inertia about this axis.

1. Set up a coordinate system with $x=0$ at the left end, so the axis is at $x = L/4$. For a uniform rod, linear density $\lambda = M/L$, so $dm = (M/L)dx$.
2. The distance squared from any point $x$ to the axis is:

   $$r^2 = (x - L/4)^2$$
3. Set up the integral over the full length of the rod:

   $$I = \int_0^L (x - L/4)^2 \frac{M}{L} dx$$
4. Substitute $u = x-L/4$, $du=dx$, with bounds from $u=-L/4$ to $u=3L/4$:

   $$I = \frac{M}{L} \int_{-L/4}^{3L/4} u^2 du = \frac{M}{3L} \left[ u^3 \right]_{-L/4}^{3L/4} = \frac{M}{3L} \left(\frac{27L^3}{64} + \frac{L^3}{64}\right) = \frac{7ML^2}{48}$$
5. The final rotational inertia is:

   $$I = \frac{7ML^2}{48}$$

> **Exam tip:** On the AP exam, you will almost never need to derive rotational inertia for a common symmetric shape from scratch if you already know the center of mass result. Save integration only for non-standard axis positions or asymmetric shapes.

## The Parallel Axis Theorem

The parallel axis theorem is a time-saving tool that lets you calculate rotational inertia for any axis parallel to a known center of mass (COM) axis, without repeating the full integration.

**Parallel Axis Theorem** — Relates rotational inertia about an axis parallel to a known COM axis, where $I_{CM}$ is rotational inertia about the COM axis, $M$ is total mass, and $d$ is the perpendicular distance between the two axes.

*Notation:* $I = I_{CM} + Md^2$

$$I = I_{CM} + M d^2$$

Rotational inertia is always smallest for the axis through the COM: any parallel shift away from the COM increases $I$ by $Md^2$. A critical restriction: this theorem only works when one of the two axes is the COM axis. You cannot directly relate two off-center parallel axes without first going back to the COM. The theorem confirms the result from the previous worked example: $I_{CM} = \frac{1}{12}ML^2$, $d = L/4$, so $I = \frac{ML^2}{12} + \frac{ML^2}{16} = \frac{7ML^2}{48}$, which matches the integration result.

**Worked example:** A uniform solid disk of mass $2.0 \text{ kg}$ and radius $0.50 \text{ m}$ rotates about an axis that lies on the edge of the disk, parallel to the disk’s central COM axis. Find the rotational inertia about this edge axis.

1. Recall the standard rotational inertia for a solid disk about its central COM axis:

   $$I_{CM} = \frac{1}{2}MR^2$$
2. The perpendicular distance between the central axis and the edge axis is equal to the disk radius: $d = R = 0.50 \text{ m}$.
3. Apply the parallel axis theorem:

   $$I = I_{CM} + Md^2 = \frac{1}{2}MR^2 + MR^2 = \frac{3}{2}MR^2$$
4. Substitute values to get the final result:

   $$I = 0.75 \text{ kg·m}^2$$

> **Exam tip:** Always confirm that your $d$ is the distance between the two axes, not the distance from the edge of the object to the axis. Double-check that one axis is the COM axis before applying the theorem.

## Rotational Kinetic Energy and Conservation of Energy

**Derivation:** Derive the expression for total kinetic energy of a translating and rotating rigid body

*Starting from:* Kinetic energy of individual point masses in a rigid body

1. For a rotating rigid body, each point mass $i$ has speed $v_i = \omega r_i$, so total kinetic energy is:
2. $$KE = \sum \frac{1}{2}m_i v_i^2$$
3. Substitute $v_i = \omega r_i$ and factor out constants:
4. $$KE = \frac{1}{2} \left(\sum m_i r_i^2\right) \omega^2$$
5. Recognize the sum is rotational inertia $I$, so this gives rotational kinetic energy:
6. $$KE_{rot} = \frac{1}{2} I \omega^2$$
7. For a rigid body that is both translating (COM moves at $v_{CM}$) and rotating about its COM, total kinetic energy splits into two independent terms:
8. $$KE_{total} = \frac{1}{2} M v_{CM}^2 + \frac{1}{2} I_{CM} \omega^2$$

*Conclusion:* For rolling without slipping, use the no-slip condition $v_{CM} = \omega R$ to relate angular and linear speed. If only conservative forces do work, total mechanical energy is conserved, with $KE$ including both rotational and translational components.

**Worked example:** A uniform solid sphere of mass $M$ and radius $R$ rolls without slipping down an incline of height $H$, starting from rest. Find the speed of the center of mass at the bottom of the incline.

1. Apply conservation of mechanical energy: initial gravitational potential energy converts to total kinetic energy at the bottom. Take $PE=0$ at the bottom, so $PE_{initial} = MgH$, $KE_{initial}=0$.
2. Final total kinetic energy is $KE_{final} = \frac{1}{2}Mv^2 + \frac{1}{2}I_{CM}\omega^2$. For a solid sphere, $I_{CM} = \frac{2}{5}MR^2$, and for no slip $\omega = v/R$.
3. Substitute into energy conservation:

   $$MgH = \frac{1}{2}Mv^2 + \frac{1}{2}\left(\frac{2}{5}MR^2\right)\left(\frac{v^2}{R^2}\right)$$
4. Cancel $M$ and $R^2$ from all terms, rearrange to solve for $v$:

   $$gH = \frac{1}{2}v^2 + \frac{1}{5}v^2 = \frac{7}{10}v^2 \implies v = \sqrt{\frac{10gH}{7}}$$

**Check your understanding**

Test your understanding of energy conservation for rolling objects

1. A thin hoop of mass $M$ and radius $R$ and a solid disk of the same mass $M$ and same radius $R$ are released from rest at the top of the same incline, both roll without slipping. Which of the following statements is true?

   - A) The hoop reaches the bottom first, because it has a larger rotational inertia
   - B) The disk reaches the bottom first, because a smaller fraction of the initial potential energy is converted to rotational kinetic energy
   - C) Both reach the bottom at the same time, because they have the same mass and same radius
   - D) The disk reaches the bottom first, because it has a larger total kinetic energy at the bottom

   *Why:* The disk has a smaller rotational inertia, so less of the initial potential energy goes to rotational KE, leaving more for translational KE, leading to a higher average speed. Total KE at the bottom equals initial PE for both objects, so total KE is identical.

> **Exam tip:** Always remember to include both translational and rotational kinetic energy when working with rolling objects; forgetting the rotational term is one of the most common mistakes on this type of problem.

## Additional Problem-Solving Examples

**Worked example:** A uniform thin rod of mass $M = 1.2 \text{ kg}$ and length $L = 1.0 \text{ m}$ is free to rotate about a frictionless pivot at one end. The rod is held horizontally at rest, then released, and swings down freely under gravity. Find the angular speed of the rod when it reaches the vertical hanging position.

1. First find the rotational inertia of the rod about the pivot (end axis):

   $$I = \frac{1}{3}ML^2 = \frac{1}{3}(1.2)(1.0)^2 = 0.40 \text{ kg·m}^2$$
2. When the rod swings to vertical, the COM drops by a height of $L/2$. Apply energy conservation: $Mg(L/2) = \frac{1}{2}I\omega^2$
3. Substitute $I = \frac{1}{3}ML^2$ and solve for $\omega$:

   $$\omega = \sqrt{\frac{3g}{L}} = \sqrt{3(9.8)/1.0} \approx 5.4 \text{ rad/s}$$

**Worked example:** A yo-yo is modeled as two uniform solid disks, each of mass $0.050 \text{ kg}$ and radius $3.0 \text{ cm}$, connected by a negligible mass central axle of radius $0.30 \text{ cm}$. The yo-yo is released from rest, falling $0.80 \text{ m}$ vertically as the string unwinds without slipping. Find the final translational speed of the yo-yo's center of mass.

1. Total mass $M = 0.10 \text{ kg}$, total rotational inertia $I = 2(\frac{1}{2}M_d R^2) = 4.5 \times 10^{-5} \text{ kg·m}^2$. No-slip condition gives $\omega = v/r$, where $r = 0.0030 \text{ m}$ is the axle radius.
2. Apply energy conservation: $Mgh = \frac{1}{2}Mv^2 + \frac{1}{2}I\omega^2$
3. Substitute and solve for $v$ to get the final result:

   $$v \approx 0.55 \text{ m/s}$$

## Common pitfalls

- **Wrong:** Applying the parallel axis theorem to relate two off-center parallel axes, writing $I_2 = I_1 + Md^2$ where neither $I_1$ is about the COM
  - Why it fails: Students memorize the 'add $Md^2$' rule without remembering the requirement that one axis must be the COM axis
  - Correct: Always go through the COM first: $I_{COM} = I_1 - Md_1^2$, then $I_2 = I_{COM} + Md_2^2$
- **Wrong:** Forgetting to square $r_i$ or $d$ in rotational inertia formulas, writing $I = \sum m_i r_i$ or $I = I_{COM} + Md$
  - Why it fails: Students confuse the first moment of mass (used for COM calculation) with the second moment (rotational inertia) when rushing
  - Correct: Flag any rotational inertia calculation by checking that all distance terms are squared; if not, you have made a mistake
- **Wrong:** Only counting translational kinetic energy for a translating + rotating object, omitting the $\frac{1}{2}I\omega^2$ term
  - Why it fails: Students default to translational-only energy problems they learned earlier in the course
  - Correct: For any rigid body problem, first ask: is it rotating? If yes, add the rotational KE term before applying energy conservation
- **Wrong:** Mixing rotation conventions, using $I$ about the instantaneous point of contact for rotation and then adding the translational KE of the COM
  - Why it fails: Students know rotation can be described as rotation about the point of contact, so they incorrectly add both terms
  - Correct: Choose one method: either $KE = \frac{1}{2}I_{CM} \omega^2 + \frac{1}{2}Mv_{CM}^2$, or $KE = \frac{1}{2}I_{contact} \omega^2$, do not mix both
- **Wrong:** Assuming rotational inertia depends only on total mass and shape, not on the axis position
  - Why it fails: Students memorize standard $I$ values for common axes and forget $I$ changes when the axis moves
  - Correct: Before writing down $I$, explicitly identify the rotation axis, then get $I$ for that specific axis

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Discrete Rotational Inertia | $I = \sum_i m_i r_i^2$ | $r_i$ = perpendicular distance from mass $i$ to rotation axis |
| Continuous Rotational Inertia | $I = \int r^2 dm$ | Express $dm$ using $\lambda, \sigma, \rho$ for 1D, 2D, 3D objects |
| Parallel Axis Theorem | $I = I_{CM} + M d^2$ | Only applies for parallel axes; one axis *must* pass through the center of mass |
| Rotational Kinetic Energy | $KE_{rot} = \frac{1}{2} I \omega^2$ | Energy stored in rotation of a rigid body |
| Total KE for Translating + Rotating Body | $KE_{total} = \frac{1}{2} M v_{CM}^2 + \frac{1}{2} I_{CM} \omega^2$ | Use this form for most rolling and falling rigid body problems |
| Rolling Without Slipping Relation | $v_{CM} = \omega R$ | $R$ = radius of the rolling object; always relates $\omega$ to $v_{CM}$ for no slip |
| Conservation of Mechanical Energy | $KE_{initial} + PE_{initial} = KE_{final} + PE_{final}$ | KE must include both translational and rotational components; only valid if non-conservative work is zero |

## What's next

This topic is the foundational prerequisite for all rotational dynamics topics that come next in Unit 5 Rotation. Next, you will apply rotational inertia to Newton's second law for rotation, which relates net torque to angular acceleration ($\tau_{net} = I \alpha$). Without a solid understanding of how to calculate $I$ for any axis, you will not be able to correctly set up or solve rotational dynamics problems, including common FRQ scenarios of rolling motion, hanging masses connected to rotating pulleys, and swinging rigid bodies. This topic also extends the conservation of energy principle you learned in Unit 3 to rotating rigid systems, which you will use for energy analysis in all future rotational problems, and lays the groundwork for angular momentum, the final major topic in Unit 5.

- [Angular Momentum and Its Conservation](https://www.owlsprep.com/study/ap-physics-c-mech-u5-angular-momentum-and-its-conservation/)
- [Oscillations Overview](https://www.owlsprep.com/study/ap-physics-c-mech-u6-overview/)
- [Simple Harmonic Motion](https://www.owlsprep.com/study/ap-physics-c-mech-u6-simple-harmonic-motion/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-physics-c-mech-u5-rotational-inertia-and-mechanical-energy/
