# Rotational Kinetic Energy

> AP Physics 1 · AP Physics 1 2024-2026 Curriculum
> Source: https://www.owlsprep.com/study/ap-physics-1-u6-rotational-kinetic-energy/

This module covers rotational kinetic energy definition, derivation from point-mass motion, total KE for rolling objects, and energy conservation applications for AP Physics 1 exam problems.

**Prerequisites:** [Translational kinetic energy and work-energy theorem](https://www.owlsprep.com/study/ap-physics-1-u5-work-energy-power/); [Moment of inertia and angular velocity basics](https://www.owlsprep.com/study/ap-physics-1-u6-moment-of-inertia/)

## Learning objectives

- Distinguish between translational and rotational kinetic energy for rigid bodies
- Derive the rotational kinetic energy formula from point-mass kinetic energy principles
- Calculate total kinetic energy for objects undergoing rolling without slipping
- Apply conservation of mechanical energy to systems with combined translational and rotational motion

## Definition and Derivation of Rotational Kinetic Energy

Any rigid body can be modeled as a collection of tiny point masses, each moving at a different tangential speed as the body rotates. The total kinetic energy of the rotating body is the sum of the individual translational kinetic energies of all these point masses.

**Derivation:** Derive the formula for rotational kinetic energy

*Starting from:* Sum of kinetic energy for all point masses in a rigid body

1. For each point mass $m_i$ at distance $r_i$ from the rotation axis, tangential speed $v_i = r_i \omega$
2. $$K_{total} = \sum \frac{1}{2} m_i v_i^2 = \sum \frac{1}{2} m_i (r_i \omega)^2$$
3. Factor out the constant $\frac{1}{2}\omega^2$ for all points in the rigid body
4. $$K_{total} = \frac{1}{2} \omega^2 \sum m_i r_i^2$$
5. The sum $\sum m_i r_i^2$ is the definition of moment of inertia $I$

*Conclusion:* Rotational kinetic energy is given by $K_r = \frac{1}{2} I \omega^2$

**Rotational Kinetic Energy** — The kinetic energy stored in a rigid body due to its rotation around a fixed axis or its center of mass

*Notation:* $K_r = \frac{1}{2} I \omega^2$

*Example:* A solid disk with $I = 2 \text{ kg} \cdot \text{m}^2$ rotating at 3 rad/s has $K_r = 9 \text{ J}$

**Worked example:** Calculate the rotational kinetic energy of a 2 m long thin rod of mass 0.5 kg rotating around its center at 4 rad/s. The moment of inertia for a rod around its center is $I = \frac{1}{12}ML^2$.

1. First calculate the moment of inertia of the rod
2. $$I = \frac{1}{12} \times 0.5 \text{ kg} \times (2 \text{ m})^2 = \frac{1}{12} \times 0.5 \times 4 = 0.167 \text{ kg} \cdot \text{m}^2$$
3. Substitute I and angular velocity into the rotational KE formula
4. $$K_r = \frac{1}{2} \times 0.167 \text{ kg} \cdot \text{m}^2 \times (4 \text{ rad/s})^2 = 0.5 \times 0.167 \times 16 = 1.33 \text{ J}$$

## Total Kinetic Energy for Rolling Motion

For objects that roll across a surface, the motion is a combination of translation of the center of mass and rotation around the center of mass. The total kinetic energy is the sum of these two independent components.

$$K_{total} = K_{translational} + K_{rotational} = \frac{1}{2} M v_{cm}^2 + \frac{1}{2} I_{cm} \omega^2$$

> **info**
>
> For rolling without slipping, the no-slip condition $v_{cm} = R \omega$ (where R is the object's radius) lets you rewrite total KE entirely in terms of $v_{cm}$ or entirely in terms of $\omega$ to simplify calculations.

**Worked example:** A 3 kg solid sphere of radius 0.2 m rolls without slipping at a center of mass speed of 2 m/s. Calculate its total kinetic energy. $I_{sphere} = \frac{2}{5}MR^2$.

1. First find the angular velocity using the no-slip condition
2. $$\omega = \frac{v_{cm}}{R} = \frac{2 \text{ m/s}}{0.2 \text{ m}} = 10 \text{ rad/s}$$
3. Calculate the translational kinetic energy
4. $$K_t = \frac{1}{2} M v_{cm}^2 = 0.5 \times 3 \text{ kg} \times (2 \text{ m/s})^2 = 6 \text{ J}$$
5. Calculate the moment of inertia and rotational kinetic energy
6. $$I = \frac{2}{5} \times 3 \text{ kg} \times (0.2 \text{ m})^2 = 0.048 \text{ kg} \cdot \text{m}^2, \quad K_r = 0.5 \times 0.048 \times 10^2 = 2.4 \text{ J}$$
7. Sum the two components for total kinetic energy
8. $$K_{total} = 6 \text{ J} + 2.4 \text{ J} = 8.4 \text{ J}$$

## Conservation of Energy for Rotational Systems

Conservation of mechanical energy applies to rotational systems exactly the same way as translational systems, as long as you include the rotational kinetic energy term in your total energy sum. Static friction in rolling without slipping does zero work, so it does not remove mechanical energy from the system.

**Exam command terms**

AP Physics 1 exam questions use specific command terms for energy problems with rotation:

- **Calculate** — You must show your full substitution of values into the rotational KE formula, not just the final number

- **Derive** — You must start from the conservation of energy statement, not use a memorized shortcut for final speed

- **Explain** — You must explicitly reference the difference in moment of inertia to justify different final speeds for different shapes

**Worked example:** A solid cylinder of mass M and radius R rolls without slipping down a 3 m tall ramp from rest. Use conservation of energy to find its speed at the bottom of the ramp. $I_{cylinder} = \frac{1}{2}MR^2$.

1. Write the initial and final total mechanical energy, initial KE is zero
2. $$E_{initial} = U_g = Mgh, \quad E_{final} = K_t + K_r = \frac{1}{2}Mv^2 + \frac{1}{2}I\omega^2$$
3. Substitute $I = \frac{1}{2}MR^2$ and no-slip $\omega = v/R$
4. $$E_{final} = \frac{1}{2}Mv^2 + \frac{1}{2} \times (\frac{1}{2}MR^2) \times (\frac{v}{R})^2 = \frac{1}{2}Mv^2 + \frac{1}{4}Mv^2 = \frac{3}{4}Mv^2$$
5. Set initial and final energy equal, cancel M from both sides
6. $$Mgh = \frac{3}{4}Mv^2 \implies v = \sqrt{\frac{4gh}{3}}$$
7. Substitute g = 9.8 m/s² and h = 3 m
8. $$v = \sqrt{\frac{4 \times 9.8 \times 3}{3}} = \sqrt{39.2} \approx 6.26 \text{ m/s}$$

**Check your understanding**

Test your understanding of the energy conservation rules:

1. Which of the following has the highest total kinetic energy when rolling without slipping at the same center of mass speed?

   - Solid sphere of mass M
   - Hollow sphere of mass M
   - Solid cylinder of mass M
   - All have equal total KE

   *Why:* The hollow sphere has the largest moment of inertia, so it stores more energy as rotational KE at the same speed.

## Common pitfalls

- **Wrong:** Using only $K = \frac{1}{2}mv^2$ to calculate total KE of a rolling rigid body
  - Why it fails: This ignores the rotational motion of the object around its center of mass, which can make up more than 50% of total kinetic energy for some shapes
  - Correct: Always sum both translational $\frac{1}{2}mv_{cm}^2$ and rotational $\frac{1}{2}I\omega^2$ components for rolling objects
- **Wrong:** Applying $v_{cm} = R\omega$ to objects that are slipping
  - Why it fails: The no-slip condition only holds when static friction prevents relative motion between the object and the surface at the contact point
  - Correct: Only use $v_{cm} = R\omega$ when the problem explicitly states rolling without slipping
- **Wrong:** Using total mass $m$ instead of moment of inertia $I$ in the rotational KE formula
  - Why it fails: Rotational inertia depends on mass distribution relative to the rotation axis, not just total mass of the object
  - Correct: Use the standard moment of inertia formula for the object's shape and given rotation axis
- **Wrong:** Including work done by static friction in rolling without slipping energy calculations
  - Why it fails: The point of instantaneous contact between the rolling object and surface has zero displacement, so static friction does zero net work
  - Correct: Treat rolling without slipping as a conservative system if no other non-conservative forces are acting
- **Wrong:** Using g = 9.8 m/s² when the problem explicitly specifies g = 10 m/s² for simplicity
  - Why it fails: AP Physics 1 problems often use g = 10 to reduce calculation load, and you will lose points if you use the wrong value
  - Correct: Always use the exact value of gravitational acceleration stated in the problem prompt

## Cheatsheet

| Quantity | Formula | Applicable Condition |
| --- | --- | --- |
| Translational KE | $K_t = \frac{1}{2} M v_{cm}^2$ | Center of mass motion of any rigid body |
| Rotational KE | $K_r = \frac{1}{2} I \omega^2$ | Rotation around fixed axis or center of mass |
| Total Rolling KE | $K_{total} = \frac{1}{2}Mv_{cm}^2 + \frac{1}{2}I\omega^2$ | Combined translation and rotation motion |
| No-slip Relation | $v_{cm} = R \omega$ | Rolling without slipping, R = object radius |
| Gravitational PE | $U_g = mgh$ | Uniform gravity, h = height of center of mass |

## What's next

Mastering rotational kinetic energy is critical for tackling the full suite of AP Physics 1 rotational motion questions, from multiple choice trick questions to multi-part FRQs that combine energy, forces, and torque. This concept also forms the foundation for understanding angular momentum conservation, one of the highest-weighted topics on the AP Physics 1 exam. After completing this module, you will be able to solve complex problems that mix linear and rotational motion without needing to use messy rotational kinematic equations, saving valuable time during your exam. Practice applying these rules to ramp problems, pulley systems with hanging masses, and rotating collision scenarios to solidify your mastery.

---

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-1-u6-rotational-kinetic-energy/
