Study Guide

Rotational Inertia and Mechanical Energy

AP Physics C: MechanicsΒ· AP Physics C: Mechanics CED β€” RotationΒ· 14 min read

1. Rotational Inertia: Definition and Calculationβ˜…β˜…β˜†β˜†β˜†β± 4 min

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.

πŸ“˜ Definition

Rotational Inertia

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

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

I=βˆ‘imiri2I = \sum_{i} m_i r_i^2

where is the mass of the -th point, and 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=∫r2dmI = \int r^2 dm

To solve this integral, express in terms of density: linear density for 1D objects (rods), area density for 2D objects (disks, sheets), and volume density for 3D objects. Common standard results for symmetric shapes about their center of mass axis are for a rod, for a solid cylinder, and for a thin hoop.

πŸ“ Worked Example

A uniform thin rod of mass and length rotates about an axis perpendicular to the rod, located from the left end of the rod. Find the rotational inertia about this axis.

  1. 1

    Set up a coordinate system with at the left end, so the axis is at . For a uniform rod, linear density , so .

  2. 2

    The distance squared from any point to the axis is:

    r2=(xβˆ’L/4)2r^2 = (x - L/4)^2
  3. 3

    Set up the integral over the full length of the rod:

    I=∫0L(xβˆ’L/4)2MLdxI = \int_0^L (x - L/4)^2 \frac{M}{L} dx
  4. 4

    Substitute , , with bounds from to :

    I=MLβˆ«βˆ’L/43L/4u2du=M3L[u3]βˆ’L/43L/4=M3L(27L364+L364)=7ML248I = \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. 5

    The final rotational inertia is:

    I=7ML248I = \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.

2. The Parallel Axis Theoremβ˜…β˜…β˜†β˜†β˜†β± 3 min

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.

πŸ“˜ Definition

Parallel Axis Theorem

Relates rotational inertia about an axis parallel to a known COM axis, where is rotational inertia about the COM axis, is total mass, and is the perpendicular distance between the two axes.

I=ICM+Md2I = I_{CM} + M d^2

Rotational inertia is always smallest for the axis through the COM: any parallel shift away from the COM increases by . 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: , , so , which matches the integration result.

πŸ“ Worked Example

A uniform solid disk of mass and radius 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. 1

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

    ICM=12MR2I_{CM} = \frac{1}{2}MR^2
  2. 2

    The perpendicular distance between the central axis and the edge axis is equal to the disk radius: .

  3. 3

    Apply the parallel axis theorem:

    I=ICM+Md2=12MR2+MR2=32MR2I = I_{CM} + Md^2 = \frac{1}{2}MR^2 + MR^2 = \frac{3}{2}MR^2
  4. 4

    Substitute values to get the final result:

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

Exam tip:

Always confirm that your 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.

3. Rotational Kinetic Energy and Conservation of Energyβ˜…β˜…β˜…β˜†β˜†β± 5 min

πŸ”¬ Derivation
Goal:

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. 1

    For a rotating rigid body, each point mass has speed , so total kinetic energy is:

  2. 2
    KE=βˆ‘12mivi2KE = \sum \frac{1}{2}m_i v_i^2
  3. 3

    Substitute and factor out constants:

  4. 4
    KE=12(βˆ‘miri2)Ο‰2KE = \frac{1}{2} \left(\sum m_i r_i^2\right) \omega^2
  5. 5

    Recognize the sum is rotational inertia , so this gives rotational kinetic energy:

  6. 6
    KErot=12Iω2KE_{rot} = \frac{1}{2} I \omega^2
  7. 7

    For a rigid body that is both translating (COM moves at ) and rotating about its COM, total kinetic energy splits into two independent terms:

  8. 8
    KEtotal=12MvCM2+12ICMω2KE_{total} = \frac{1}{2} M v_{CM}^2 + \frac{1}{2} I_{CM} \omega^2
Result:

For rolling without slipping, use the no-slip condition to relate angular and linear speed. If only conservative forces do work, total mechanical energy is conserved, with including both rotational and translational components.

πŸ“ Worked Example

A uniform solid sphere of mass and radius rolls without slipping down an incline of height , starting from rest. Find the speed of the center of mass at the bottom of the incline.

  1. 1

    Apply conservation of mechanical energy: initial gravitational potential energy converts to total kinetic energy at the bottom. Take at the bottom, so , .

  2. 2

    Final total kinetic energy is . For a solid sphere, , and for no slip .

  3. 3

    Substitute into energy conservation:

    MgH=12Mv2+12(25MR2)(v2R2)MgH = \frac{1}{2}Mv^2 + \frac{1}{2}\left(\frac{2}{5}MR^2\right)\left(\frac{v^2}{R^2}\right)
  4. 4

    Cancel and from all terms, rearrange to solve for :

    gH=12v2+15v2=710v2β€…β€ŠβŸΉβ€…β€Šv=10gH7gH = \frac{1}{2}v^2 + \frac{1}{5}v^2 = \frac{7}{10}v^2 \implies v = \sqrt{\frac{10gH}{7}}
βœ“ Quick check

Test your understanding of energy conservation for rolling objects

  1. A thin hoop of mass and radius and a solid disk of the same mass and same radius 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

    Reveal answer
    B β€”

    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.

4. Additional Problem-Solving Examplesβ˜…β˜…β˜…β˜†β˜†β± 2 min

πŸ“ Worked Example

A uniform thin rod of mass and length 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. 1

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

    I=13ML2=13(1.2)(1.0)2=0.40 kg\cdotpm2I = \frac{1}{3}ML^2 = \frac{1}{3}(1.2)(1.0)^2 = 0.40 \text{ kgΒ·m}^2
  2. 2

    When the rod swings to vertical, the COM drops by a height of . Apply energy conservation:

  3. 3

    Substitute and solve for :

    Ο‰=3gL=3(9.8)/1.0β‰ˆ5.4 rad/s\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 and radius , connected by a negligible mass central axle of radius . The yo-yo is released from rest, falling vertically as the string unwinds without slipping. Find the final translational speed of the yo-yo's center of mass.

  1. 1

    Total mass , total rotational inertia . No-slip condition gives , where is the axle radius.

  2. 2

    Apply energy conservation:

  3. 3

    Substitute and solve for to get the final result:

    vβ‰ˆ0.55 m/sv \approx 0.55 \text{ m/s}

5. Common Pitfalls

Wrong move:

Applying the parallel axis theorem to relate two off-center parallel axes, writing where neither is about the COM

Why:

Students memorize the 'add ' rule without remembering the requirement that one axis must be the COM axis

Correct move:

Always go through the COM first: , then

Wrong move:

Forgetting to square or in rotational inertia formulas, writing or

Why:

Students confuse the first moment of mass (used for COM calculation) with the second moment (rotational inertia) when rushing

Correct move:

Flag any rotational inertia calculation by checking that all distance terms are squared; if not, you have made a mistake

Wrong move:

Only counting translational kinetic energy for a translating + rotating object, omitting the term

Why:

Students default to translational-only energy problems they learned earlier in the course

Correct move:

For any rigid body problem, first ask: is it rotating? If yes, add the rotational KE term before applying energy conservation

Wrong move:

Mixing rotation conventions, using about the instantaneous point of contact for rotation and then adding the translational KE of the COM

Why:

Students know rotation can be described as rotation about the point of contact, so they incorrectly add both terms

Correct move:

Choose one method: either , or , do not mix both

Wrong move:

Assuming rotational inertia depends only on total mass and shape, not on the axis position

Why:

Students memorize standard values for common axes and forget changes when the axis moves

Correct move:

Before writing down , explicitly identify the rotation axis, then get for that specific axis

6. Quick Reference Cheatsheet

Category

Formula

Notes

Discrete Rotational Inertia

= perpendicular distance from mass to rotation axis

Continuous Rotational Inertia

Express using for 1D, 2D, 3D objects

Parallel Axis Theorem

Only applies for parallel axes; one axis must pass through the center of mass

Rotational Kinetic Energy

Energy stored in rotation of a rigid body

Total KE for Translating + Rotating Body

Use this form for most rolling and falling rigid body problems

Rolling Without Slipping Relation

= radius of the rolling object; always relates to for no slip

Conservation of Mechanical Energy

KE must include both translational and rotational components; only valid if non-conservative work is zero

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Rolling object energy comparison

  • 2022 Β· FRQ

    Rotational inertia calculation for off-center axis

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 (). Without a solid understanding of how to calculate 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.