Study Guide

Rotational Inertia and Rotational Newton's Second Law

AP Physics 1· AP Physics 1 CED — Rotational Motion· 14 min read

1. Core Definition of Rotational Inertia★★☆☆☆⏱ 2 min

Rotational inertia (also called moment of inertia, symbol ) is the rotational analog of mass in linear motion. It quantifies a rigid body’s resistance to angular acceleration about a given axis, just like inertial mass quantifies resistance to linear acceleration. Unlike mass, rotational inertia is not an intrinsic property of the object—it depends on both the object’s mass distribution and the location of the rotation axis. This is the foundation for all rotational dynamics problems on the AP Physics 1 exam.

📘 Definition

Rotational Inertia

A measure of a rigid body's resistance to angular acceleration about a fixed rotation axis.

2. Calculating Rotational Inertia★★☆☆☆⏱ 4 min

For any system of point masses rotating about a fixed axis, rotational inertia is defined from first principles as the sum of each mass multiplied by the square of its perpendicular distance from the rotation axis:

I=miri2I = \sum m_i r_i^2

For continuous rigid bodies (like a solid disk or rod), this sum becomes an integral, but AP Physics 1 only requires you to remember common results for uniform symmetric objects about their center of mass axes: thin hoop (), solid disk (), solid sphere (), thin rod about center ().

A key intuition: rotational inertia scales with the square of distance from the axis, so mass far from the axis contributes far more to resistance to angular acceleration than mass close to the axis.

📐 Worked Example

Three 0.5 kg point masses are mounted on a massless rigid rod: one at m, one at m, and one at m. What is the rotational inertia of the system about an axis at ?

  1. 1

    Identify each mass and its perpendicular distance from the axis

    m1=0.5 kg,r1=2 m;m2=0.5 kg,r2=0 m;m3=0.5 kg,r3=3 mm_1 = 0.5 \text{ kg}, r_1 = 2 \text{ m}; m_2 = 0.5 \text{ kg}, r_2 = 0 \text{ m}; m_3 = 0.5 \text{ kg}, r_3 = 3 \text{ m}
  2. 2

    Substitute into the discrete rotational inertia formula

    I=m1r12+m2r22+m3r32I = m_1 r_1^2 + m_2 r_2^2 + m_3 r_3^2
  3. 3

    Calculate the final result

    I=(0.5)(22)+(0.5)(02)+(0.5)(32)=2+0+4.5=6.5 kg\cdotpm2I = (0.5)(2^2) + (0.5)(0^2) + (0.5)(3^2) = 2 + 0 + 4.5 = 6.5 \text{ kg·m}^2
  4. 4

    Confirm units match: rotational inertia always has units of mass × length squared.

Exam tip:

AP Physics 1 will never ask you to integrate to find rotational inertia for an unfamiliar continuous object. If you need a moment of inertia for a non-standard shape, it will always be given to you in the problem stem.

3. Parallel Axis Theorem★★★☆☆⏱ 3 min

If you know the rotational inertia of an object about an axis through its center of mass, you can easily calculate the rotational inertia about any parallel axis without recalculating from scratch, using the parallel axis theorem:

I=Icm+Md2I = I_{cm} + Md^2

Where is the rotational inertia about the center of mass axis, is the total mass of the object, and is the perpendicular distance between the two parallel axes. This theorem is particularly useful for AP problems that ask for rotational inertia about an axis at the end of a rod or the edge of a disk.

📐 Worked Example

A uniform solid disk has mass 4 kg and radius 0.5 m. What is its rotational inertia about an axis tangent to the edge of the disk, parallel to the disk’s central axis?

  1. 1

    Recall the center of mass rotational inertia for a solid disk

    Icm=12MR2I_{cm} = \frac{1}{2}MR^2
  2. 2

    The perpendicular distance between the axes equals the disk radius

    d=R=0.5 md = R = 0.5 \text{ m}
  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=32(4)(0.5)2=1.5 kg\cdotpm2I = \frac{3}{2}(4)(0.5)^2 = 1.5 \text{ kg·m}^2

Exam tip:

You cannot use the parallel axis theorem to shift between two non-center-of-mass axes. Always shift from the center of mass rotational inertia to your target axis, no exceptions.

4. Rotational Newton's Second Law★★★★☆⏱ 5 min

Rotational Newton’s second law is the direct analog of linear Newton’s second law () for fixed-axis rotation. It states that the net torque about a fixed axis equals the product of the rotational inertia about that axis and the resulting angular acceleration:

τnet=Iα\tau_{net} = I \alpha

This is the central governing equation for all rotational dynamics problems. For connected systems (like a block hanging from a massive pulley), you can apply linear Newton’s second law to translating objects and rotational Newton’s second law to the rotating object, linking linear and angular acceleration via the no-slip relation .

📐 Worked Example

A 2 kg block hangs from a massless string wrapped around a 1 kg solid disk pulley of radius 0.1 m. The pulley rotates about a fixed frictionless axis through its center. What is the angular acceleration of the pulley after the system is released from rest?

  1. 1

    Draw free-body diagrams: for the block, downward weight and upward tension ; for the pulley, only tension produces non-zero torque (weight and axis force act at the center, so their torque is zero).

  2. 2

    Apply linear Newton's second law to the block (downward = positive)

    mgT=mamg - T = ma
  3. 3

    Apply rotational Newton's second law to the pulley

    τnet=TR=Iα,I=12MR2\tau_{net} = TR = I\alpha, \quad I = \frac{1}{2}MR^2
  4. 4

    Substitute from the no-slip relation and simplify

    TR=12MR2(aR)=12MRa    T=12MaTR = \frac{1}{2}MR^2 \left(\frac{a}{R}\right) = \frac{1}{2}MRa \implies T = \frac{1}{2}Ma
  5. 5

    Solve for linear acceleration of the block

    mg12Ma=ma    a=mgm+M/2=7.84 m/s2mg - \frac{1}{2}Ma = ma \implies a = \frac{mg}{m + M/2} = 7.84 \text{ m/s}^2
  6. 6

    Solve for angular acceleration of the pulley

    α=aR=7.840.1=78.4 rad/s2\alpha = \frac{a}{R} = \frac{7.84}{0.1} = 78.4 \text{ rad/s}^2
✓ Quick check

Test your understanding of how mass distribution affects rotational inertia:

  1. Two uniform spheres have the same total mass and same outer radius. Sphere A is solid with uniform mass distribution, while Sphere B has most of its mass concentrated near its outer surface. Which statement correctly compares the rotational inertia of the two spheres about an axis through their center of mass?

    • , because mass closer to the axis gives larger rotational inertia

    • , because they have the same total mass and same radius

    • , because mass farther from the axis gives larger rotational inertia

    • , because hollow objects always have smaller rotational inertia than solid objects of the same mass and radius

    Reveal answer
    2

    Rotational inertia scales with , so more mass at larger radii gives a larger total rotational inertia, making C the correct answer.

Exam tip:

Always calculate net torque and rotational inertia about the same axis. Mismatching axes is one of the most common errors on AP rotational dynamics problems.

5. Common Pitfalls

Wrong move:

Using for a solid disk, or for a hoop

Why:

Students mix up coefficients for common rotational inertia formulas because both share the same form

Correct move:

Memorize the correct coefficient for each common shape, and double-check the formula when starting a problem

Wrong move:

Applying the parallel axis theorem starting from a non-center-of-mass axis

Why:

Students misremember that the theorem requires the starting axis to pass through the center of mass

Correct move:

Always start from the center of mass rotational inertia when calculating for a new parallel axis

Wrong move:

Assuming tension equals the weight of a hanging block when the pulley has mass

Why:

Students carry over the massless pulley assumption that to massive pulley systems

Correct move:

Always write a separate Newton’s second law equation for the hanging block to solve for tension

Wrong move:

Writing instead of for discrete systems

Why:

Students confuse the center of mass position formula with the rotational inertia formula

Correct move:

Always explicitly write the exponent 2 for when setting up your calculation

Wrong move:

Adding rotational inertia directly to mass when solving block-pulley system acceleration

Why:

Students take an incorrect shortcut and forget rotational inertia and mass have different units and cannot be added directly

Correct move:

Always write separate equations for linear and rotational motion, then eliminate variables step-by-step

6. Quick Reference Cheatsheet

Category

Formula

Notes

Discrete system rotational inertia

= perpendicular distance from axis

Thin hoop (central axis)

All mass at distance from axis

Solid disk (central axis)

Uniform mass distribution

Thin rod (end axis)

Derived from parallel axis theorem

Parallel Axis Theorem

Only for parallel axes from CM

Rotational Newton's Second Law

and about same axis

Tangential/Angular Acceleration

No-slip fixed-axis rotation

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.

  • 2022 · FRQ

    Massive pulley dynamics problem

  • 2023 · MCQ

    Rotational inertia comparison

Going deeper

What's Next

This topic is the non-negotiable foundation for all rotational dynamics that follows in Unit 6. Next, you will apply rotational Newton’s second law to rolling motion without slipping, where you combine rotational and linear motion for objects moving across a surface. Without mastering how to calculate rotational inertia and relate net torque to angular acceleration, you cannot correctly solve rolling motion problems, which frequently appear on the AP Physics 1 FRQ section. This topic also feeds into rotational kinetic energy and angular momentum, two other core concepts that make up a large portion of Unit 6’s exam weight.