# Rotational Kinematics

> AP Physics 1 · Unit 6: Rotational Motion
> Source: https://www.owlsprep.com/study/ap-physics-1-u6-rotational-kinematics/

This guide covers core rotational kinematics concepts for AP Physics 1, including angular quantities, constant angular acceleration equations, relationships between linear and rotational motion, and the rolling without slipping condition, aligned to the official AP CED.

**Prerequisites:** [1D linear kinematics for constant acceleration](https://www.owlsprep.com/study/ap-physics-1-u1-constant-acceleration-kinematics/); Circular motion basics and right-angle trigonometry; Definition of a rigid rotating body

## Learning objectives

- Identify core rotational kinematic quantities and follow standard AP sign conventions
- Apply constant angular acceleration kinematic equations to solve motion problems
- Relate tangential and centripetal acceleration to rotational quantities for rigid bodies
- Correctly use the rolling without slipping kinematic relationship for rolling objects

## Core Rotational Kinematics Quantities

Rotational kinematics describes the position, speed, and acceleration of rotating rigid bodies, without referencing the torques or forces that cause rotation (that analysis is covered in rotational dynamics). This topic makes up ~4–6% of your total AP Physics 1 exam score, appearing in both multiple-choice and free-response questions.

**Standard Rotational Notation** — By AP convention, we use Greek letters to avoid confusion with linear motion variables: $\theta$ (theta) = angular position, $\omega$ (omega) = angular velocity, $\alpha$ (alpha) = angular acceleration. All standard formulas require angles measured in radians, not degrees.

*Notation:* Greek letters for rotational quantities

The standard sign convention for AP Physics 1 is counterclockwise rotation = positive, clockwise rotation = negative. Angular displacement is defined as $
Delta \theta = \theta_f - \theta_i$, the change in angular position over a time interval.

**Check your understanding**

Test your understanding of basic conventions:

1. A wheel rotates 3 full turns clockwise. What is its angular displacement in radians?

   - $6\pi$ rad
   - $-6\pi$ rad
   - $3$ rad
   - $-3$ rad

   *Why:* Correct! Clockwise rotation is negative per standard convention, and 3 full turns = $3 \times 2\pi = 6\pi$ radians.

## Constant Angular Acceleration Kinematics

When angular acceleration $\alpha$ is constant (meaning rotation speeds up or slows uniformly), we use three kinematic equations directly parallel to 1D linear constant acceleration kinematics:

$$\begin{align}
\omega_f &= \omega_i + \alpha t \\
\Delta \theta &= \omega_i t + \frac{1}{2} \alpha t^2 \\
\omega_f^2 &= \omega_i^2 + 2 \alpha \Delta \theta
\end{align}$$

**Worked example:** A blender blade slows uniformly from 120 rad/s to a full stop over 15 seconds. What is the total angular displacement of the blade as it stops?

1. 1. List known variables: $\omega_i = 120$ rad/s, $\omega_f = 0$ rad/s, $t = 15$ s, $\Delta \theta = ?$
2. 2. Use the average angular velocity relation to avoid calculating $\alpha$ first:
3. $$\Delta \theta = \frac{1}{2}(\omega_i + \omega_f)t$$
4. 3. Substitute values:
5. $$\Delta \theta = 0.5 (120 + 0)(15) = 900 \text{ radians}$$
6. 4. Verify by calculating $\alpha$ first: $\alpha = \frac{\omega_f - \omega_i}{t} = \frac{-120}{15} = -8$ rad/s². Substitute into the second kinematic equation: $\Delta \theta = (120)(15) + 0.5(-8)(15)^2 = 900$ radians, which matches.

> **Exam Tip**
>
> Always convert any given angular speed in revolutions per minute (rpm) to radians per second before plugging into kinematic equations: $1 \text{ rpm} = \frac{2\pi}{60} \approx 0.105$ rad/s. Forgetting this conversion is the most common mistake on these problems.

## Relating Tangential and Rotational Quantities

For a rigid body rotating around a fixed axis, every point in the body has the same angular velocity $\omega$ and same angular acceleration $\alpha$, regardless of distance from the axis. However, each point has a different linear (tangential) speed and acceleration, because it travels along a circular path with radius equal to its distance $r$ from the rotation axis.

From the definition of a radian, the arc length (linear distance traveled along the circular path) is $s = r\theta$. Differentiating both sides with respect to time gives the key relations: tangential speed $v_t = r\omega$, and tangential acceleration $a_t = r\alpha$.

Do not confuse tangential acceleration with centripetal (radial) acceleration: centripetal acceleration points toward the center of the circular path, keeps the point moving in a circle, and has magnitude $a_c = r\omega^2$. Tangential acceleration is tangent to the path, and only exists if angular acceleration is non-zero. Total linear acceleration is the vector sum of these two perpendicular accelerations.

**Worked example:** A merry-go-round with radius 2.5 m accelerates from rest at a constant 0.20 rad/s² for 8.0 seconds. What is the magnitude of the total linear acceleration of a child sitting on the outer edge at $t=8.0$ s?

1. 1. Find $\omega_f$ at $t=8.0$ s using the constant angular acceleration equation:
2. $$\omega_f = \omega_i + \alpha t = 0 + (0.20)(8.0) = 1.6 \text{ rad/s}$$
3. 2. Calculate tangential acceleration:
4. $$a_t = r\alpha = (2.5)(0.20) = 0.50 \text{ m/s²}$$
5. 3. Calculate centripetal acceleration:
6. $$a_c = r\omega^2 = (2.5)(1.6)^2 = 6.4 \text{ m/s²}$$
7. 4. Find total acceleration magnitude (since $a_t$ and $a_c$ are perpendicular):
8. $$a_{total} = \sqrt{a_t^2 + a_c^2} = \sqrt{0.50^2 + 6.4^2} \approx 6.4 \text{ m/s²}$$

> **Exam Tip**
>
> If a question asks for acceleration of a point on a rotating rigid body, always include centripetal acceleration unless the question explicitly asks only for tangential acceleration. AP exam questions frequently test this distinction.

## Rolling Without Slipping Kinematic Relationship

A common AP exam application of rotational kinematics is rolling without slipping, the case for wheels, tires, and balls rolling along a surface with no sliding. When an object rolls without slipping, the distance the center of mass of the object moves linearly is exactly equal to the arc length of the tire that contacts the surface. This gives the key relationship:

$$\Delta x_{cm} = r \Delta \theta \implies v_{cm} = r \omega \implies a_{cm} = r \alpha$$

This relationship only holds for rolling without slipping; if the object slips (like a car tire spinning on ice), this relation does not apply.

**Worked example:** A bicycle tire with outer radius 0.35 m rolls without slipping down a hill. The bicycle accelerates from rest at a constant 1.5 m/s² for 6.0 seconds. How many complete revolutions does the tire make during this time?

1. 1. Use the rolling without slipping relation to find angular acceleration:
2. $$\alpha = \frac{a_{cm}}{r} = \frac{1.5}{0.35} \approx 4.29 \text{ rad/s²}$$
3. 2. Calculate total angular displacement ($\omega_i = 0$):
4. $$\Delta \theta = \omega_i t + \frac{1}{2}\alpha t^2 = 0 + 0.5(4.29)(6.0)^2 = 77.2 \text{ radians}$$
5. 3. Convert radians to revolutions (1 revolution = $2\pi$ radians):
6. $$N = \frac{77.2}{2\pi} \approx 12.3, \text{ so } 12 \text{ complete revolutions}$$
7. 4. Verify with linear motion: total distance traveled $\Delta x = 0.5 a_{cm} t^2 = 27$ m, tire circumference $2\pi r \approx 2.2$ m, so $N = 27 / 2.2 \approx 12.3$, which matches.

> **Exam Tip**
>
> The rolling without slipping relation $v_{cm} = r\omega$ only applies to the speed of the center of mass, not to any other point on the rolling object. Do not use this relation to find the speed of a point on the edge unless the point is the center of mass.

## Common pitfalls

- **Wrong:** Leaving angular quantities in degrees or rpm when plugging into kinematic equations
  - Why it fails: Problems often give initial values in rpm or degrees as a trap; all rotational kinematic formulas require radians to work correctly
  - Correct: Convert all angular speeds to rad/s and angles to radians immediately after listing known variables at the start of every problem
- **Wrong:** Mixing up tangential acceleration $a_t = r\alpha$ and centripetal acceleration $a_c = r\omega^2$ when asked for total acceleration
  - Why it fails: Students confuse the acceleration that changes rotation speed with the acceleration required to keep the point moving in a circle
  - Correct: Label both accelerations explicitly: tangential comes from $\alpha$, centripetal comes from $\omega$, add them as perpendicular vectors for total acceleration
- **Wrong:** Applying constant angular acceleration kinematic equations to problems where $\alpha$ is not constant
  - Why it fails: The equations follow the same structure as linear kinematics, so students assume they work for all rotation problems
  - Correct: Before using the kinematic equations, confirm the problem explicitly states angular acceleration is constant (described as uniform acceleration/deceleration in AP problems)
- **Wrong:** Using the rolling without slipping relation $v_{cm} = r\omega$ for a sliding/slipping object
  - Why it fails: Students treat rolling without slipping as a universal rule for all rotating objects that move linearly, but it is a special case
  - Correct: Only use this relationship if the problem explicitly states the object rolls without slipping, or no slipping can be inferred from context (e.g., a car driving normally on pavement)
- **Wrong:** Taking clockwise rotation as positive, violating the standard convention
  - Why it fails: Many problems show clockwise rotation, so students default to the wrong sign, leading to incorrect displacement or acceleration values
  - Correct: Always stick to counterclockwise = positive at the start of the problem, assign signs to all variables based on this rule before substituting into equations

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Angular Displacement | $\Delta \theta = \theta_f - \theta_i$ | Counterclockwise = positive, clockwise = negative |
| Average angular velocity | $\bar{\omega} = \Delta \theta / \Delta t$ | Units: radians per second (rad/s) |
| Average angular acceleration | $\bar{\alpha} = \Delta \omega / \Delta t$ | Units: radians per second squared (rad/s²) |
| Constant $\alpha$ kinematics (1) | $\omega_f = \omega_i + \alpha t$ | Only for constant angular acceleration |
| Constant $\alpha$ kinematics (2) | $\Delta \theta = \omega_i t + \frac{1}{2}\alpha t^2$ | Only for constant angular acceleration |
| Constant $\alpha$ kinematics (3) | $\omega_f^2 = \omega_i^2 + 2\alpha \Delta \theta$ | Only for constant angular acceleration |
| Arc length (linear distance) | $s = r \theta$ | Requires $\theta$ in radians |
| Tangential speed | $v_t = r \omega$ | Requires $\omega$ in rad/s, $r$ = distance from axis |
| Tangential acceleration | $a_t = r \alpha$ | Requires $\alpha$ in rad/s² |
| Centripetal acceleration | $a_c = r \omega^2 = v_t^2 / r$ | Points toward axis of rotation |
| Rolling without slipping | $v_{cm} = r \omega, \quad a_{cm} = r \alpha$ | Only applies to objects rolling with no slipping |

## What's next

Rotational kinematics is the foundation for all rotational motion topics that follow in AP Physics 1. Next, you will use the angular acceleration and kinematic relationships you learned here to connect rotation to torque and rotational inertia in rotational dynamics. Without a solid mastery of converting between linear and rotational quantities, you will not be able to solve for angular acceleration from net torque, or calculate the motion of rolling objects, which are common high-weight FRQ topics. This topic also connects to energy and momentum, where you will calculate rotational kinetic energy and angular momentum for rotating rigid bodies, both of which require correct use of angular velocity from kinematics.

- [Angular Momentum](https://www.owlsprep.com/study/ap-physics-1-u6-angular-momentum/)
- [AP Physics 1 Torque](https://www.owlsprep.com/study/ap-physics-1-u6-torque/)
- [Rotational Inertia and Rotational Newton's Second Law](https://www.owlsprep.com/study/ap-physics-1-u6-rotational-inertia-and-rotational-newton/)

---

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-kinematics/
