Unit 5 Rotation: Understanding Rotational Kinematics (AP Physics C: Mechanics)

Angular Position, Velocity, and Acceleration

Rotational kinematics is the language you use to describe how something rotates—how far it has turned, how fast it is turning, and how that turning rate changes. In AP Physics C: Mechanics, this matters because rotation is not “extra”; it’s the natural way to model wheels, pulleys, gears, rolling motion, spinning disks, and later (in dynamics) torques and rotational energy.

A powerful idea to keep in mind from the start: for motion in a circle, you can often describe the motion more simply using angles instead of using xx and yy positions.

Angular position

Angular position is where an object is in its rotation, measured as an angle from a chosen reference line. The standard variable is θ\theta.

  • If you imagine a point on the rim of a wheel, θ\theta tells you “how far around the circle” that point has rotated.
  • The SI unit is the radian (rad). A key reason radians matter is that the clean relationships between linear and angular quantities (like s=rθs = r\theta) only work as written when θ\theta is in radians.

Conceptually, radians measure angle by comparing an arc length to a radius:

θ=sr\theta = \frac{s}{r}

Here ss is arc length along the circle and rr is the radius. Since ss and rr are both lengths, θ\theta is technically dimensionless, but we still label it “rad” to emphasize it is an angle.

Sign convention (very important): In most AP Physics contexts, counterclockwise angles are taken as positive and clockwise as negative. This is not a “law of physics,” but a convention that keeps equations consistent. Once you choose a sign convention, stick with it.

Angular velocity

Angular velocity describes how fast the angular position changes with time. The standard variable is ω\omega.

Average angular velocity over a time interval is:

ωavg=ΔθΔt\omega_{avg} = \frac{\Delta \theta}{\Delta t}

Instantaneous angular velocity is the time derivative of θ\theta:

ω=dθdt\omega = \frac{d\theta}{dt}

Units are rad/s\text{rad/s}.

Why it matters: ω\omega is the rotational analog of linear velocity vv. It tells you the “turning rate,” and later it connects directly to tangential speed via v=rωv = r\omega.

Direction: In full 3D, angular velocity is a vector pointing along the axis of rotation, using the right-hand rule. In many AP rotational kinematics problems, rotation is about a fixed axis and you treat ω\omega as a signed scalar (positive or negative) based on clockwise vs counterclockwise.

Angular acceleration

Angular acceleration describes how fast the angular velocity changes with time. The standard variable is α\alpha.

Average angular acceleration:

αavg=ΔωΔt\alpha_{avg} = \frac{\Delta \omega}{\Delta t}

Instantaneous angular acceleration:

α=dωdt=d2θdt2\alpha = \frac{d\omega}{dt} = \frac{d^2\theta}{dt^2}

Units are rad/s2\text{rad/s}^2.

Why it matters: α\alpha tells you whether the object is speeding up its rotation, slowing down, or reversing direction. In rotational dynamics (later in Unit 5), α\alpha is caused by net torque, just as linear acceleration is caused by net force.

Interpreting graphs (a frequent AP skill)

Rotational kinematics uses the same calculus relationships as linear kinematics:

  • Slope of a θ\theta vs tt graph is ω\omega.
  • Slope of an ω\omega vs tt graph is α\alpha.
  • Area under an ω\omega vs tt graph is Δθ\Delta\theta.
  • Area under an α\alpha vs tt graph is Δω\Delta\omega.

Common trap: students memorize equations but miss that graph interpretation can solve problems faster and with less algebra.

Worked example: reading rotation direction and sign

A wheel’s angular position is given (in radians) by:

θ(t)=2.03.0t+1.5t2\theta(t) = 2.0 - 3.0t + 1.5t^2

1) Find ω(t)\omega(t) and α(t)\alpha(t).

Differentiate:

ω(t)=dθdt=3.0+3.0t\omega(t) = \frac{d\theta}{dt} = -3.0 + 3.0t

Differentiate again:

α(t)=dωdt=3.0\alpha(t) = \frac{d\omega}{dt} = 3.0

2) At what time does the wheel momentarily stop (instantaneously)?

The wheel “stops” when ω=0\omega = 0:

0=3.0+3.0t0 = -3.0 + 3.0t

t=1.0 st = 1.0\ \text{s}

Interpretation: before 1.0 s1.0\ \text{s}, ω<0\omega < 0 (clockwise if CCW is positive); after 1.0 s1.0\ \text{s}, ω>0\omega > 0 (counterclockwise). The constant positive α\alpha indicates the wheel is accelerating in the positive direction the entire time, which can slow it down (if it was initially rotating negative) and then speed it up in the opposite direction.

Common misconceptions to watch for (embedded as you practice)
  • Degrees vs radians: If you use degrees inside formulas like v=rωv = r\omega or s=rθs = r\theta without converting to radians, your numerical answers will be wrong by a factor of π/180\pi/180.
  • Confusing ω\omega with “speed”: ω\omega can be negative; “speed” is a magnitude and is nonnegative.
  • Assuming α\alpha must point in the same direction as ω\omega: If an object is slowing down, α\alpha and ω\omega have opposite signs.
Exam Focus
  • Typical question patterns

    • Given θ(t)\theta(t), find ω(t)\omega(t) and α(t)\alpha(t) using derivatives, then interpret sign changes.
    • Use a graph of ω\omega vs tt to find Δθ\Delta\theta (area) or identify whether α\alpha is constant (straight line).
    • Determine direction of rotation from sign conventions and changes in θ\theta.
  • Common mistakes

    • Treating degrees as radians in kinematics relationships (convert first).
    • Dropping signs and losing direction information (especially when the object reverses).
    • Mixing up what slope vs area represents on rotational graphs.

Rotational Kinematics with Constant Angular Acceleration

Many AP problems focus on constant angular acceleration, because it produces a set of kinematics equations that mirror the constant-acceleration equations from linear motion. The deep idea is that if α\alpha is constant, then ω\omega changes linearly with time and θ\theta changes quadratically with time—exactly like vv and xx do in 1D motion.

The constant-α\alpha equations (and what they mean)

When α\alpha is constant, you can derive the core equations by integrating:

Start with:

α=dωdt\alpha = \frac{d\omega}{dt}

Integrate over time to relate ω\omega and tt:

ω=ω0+αt\omega = \omega_0 + \alpha t

  • ω0\omega_0 is the initial angular velocity at t=0t = 0.
  • tt is the elapsed time.

Since ω=dθ/dt\omega = d\theta/dt, integrate again to relate θ\theta and tt:

θ=θ0+ω0t+12αt2\theta = \theta_0 + \omega_0 t + \frac{1}{2}\alpha t^2

A third form eliminates time (useful when tt is not given). With constant α\alpha, you can derive:

ω2=ω02+2α(θθ0)\omega^2 = \omega_0^2 + 2\alpha(\theta - \theta_0)

And a fourth form uses average angular velocity. If α\alpha is constant, ω\omega changes linearly, so the average angular velocity is:

ωavg=ω0+ω2\omega_{avg} = \frac{\omega_0 + \omega}{2}

Then angular displacement is:

θθ0=ωavgt=ω0+ω2t\theta - \theta_0 = \omega_{avg} t = \frac{\omega_0 + \omega}{2}t

When you are allowed to use these equations

These equations require constant angular acceleration. In AP exam problems, “constant” may be stated directly, or implied by context (for example, “uniform angular acceleration” or a constant net torque applied to a rigid object with fixed moment of inertia, which later implies constant α\alpha).

If α\alpha varies with time, you must return to calculus/graph methods:

Δθ=ωdt\Delta\theta = \int \omega\,dt

Δω=αdt\Delta\omega = \int \alpha\,dt

Strategy: treat it like linear kinematics, but keep units and radians straight

A helpful memory aid is that the rotational equations are “the same shapes” as the linear ones:

  • θ\theta plays the role of xx.
  • ω\omega plays the role of vv.
  • α\alpha plays the role of aa.

The danger is overextending the analogy: in rotation, direction is often encoded by sign (CW vs CCW), and later you must also connect these to linear quantities carefully.

Worked example: spinning up a disk

A pottery wheel starts from rest and reaches 12 rad/s12\ \text{rad/s} in 3.0 s3.0\ \text{s} with constant angular acceleration.

1) Find α\alpha.

Use:

ω=ω0+αt\omega = \omega_0 + \alpha t

Given ω0=0\omega_0 = 0, ω=12\omega = 12, t=3.0t = 3.0:

12=0+α(3.0)12 = 0 + \alpha(3.0)

α=4.0 rad/s2\alpha = 4.0\ \text{rad/s}^2

2) Find the angular displacement during the spin-up.

Use:

θθ0=ω0t+12αt2\theta - \theta_0 = \omega_0 t + \frac{1}{2}\alpha t^2

With ω0=0\omega_0 = 0:

θθ0=12(4.0)(3.0)2\theta - \theta_0 = \frac{1}{2}(4.0)(3.0)^2

θθ0=18 rad\theta - \theta_0 = 18\ \text{rad}

Interpretation: 18 rad18\ \text{rad} is about 18/(2π)18/(2\pi) revolutions, which is a little under 3 revolutions. You do not need to convert to revolutions unless asked; radians keep the physics relationships clean.

Worked example: stopping a rotating fan (signs matter)

A fan is rotating counterclockwise at ω0=20 rad/s\omega_0 = 20\ \text{rad/s}. You apply a braking torque that produces constant angular acceleration α=5.0 rad/s2\alpha = -5.0\ \text{rad/s}^2.

1) How long until it stops?

Stopping means ω=0\omega = 0. Use:

ω=ω0+αt\omega = \omega_0 + \alpha t

0=20+(5.0)t0 = 20 + (-5.0)t

t=4.0 st = 4.0\ \text{s}

2) How many radians does it rotate while stopping?

Use:

ω2=ω02+2α(θθ0)\omega^2 = \omega_0^2 + 2\alpha(\theta - \theta_0)

Plug in ω=0\omega = 0:

0=(20)2+2(5.0)(θθ0)0 = (20)^2 + 2(-5.0)(\theta - \theta_0)

0=40010(θθ0)0 = 400 - 10(\theta - \theta_0)

θθ0=40 rad\theta - \theta_0 = 40\ \text{rad}

Notice the displacement is positive even though α\alpha is negative. That’s not a contradiction: the fan continues rotating CCW while slowing down; it simply rotates fewer and fewer radians per second until it reaches zero.

What goes wrong most often with constant-α\alpha problems
  • Using the wrong “displacement”: In rotation you need θθ0\theta - \theta_0, not a linear distance. If you accidentally insert arc length (meters) into these angular equations, units won’t match.
  • Forgetting that reversing direction is allowed: If ω\omega changes sign, the object reverses rotation. Problems sometimes ask when that happens; it occurs when ω=0\omega = 0.
  • Assuming “slowing down” means α<0\alpha < 0: Slowing down means α\alpha has the opposite sign from ω\omega, which could be positive or negative depending on direction.
Exam Focus
  • Typical question patterns

    • Given three of ω0\omega_0, ω\omega, α\alpha, tt, Δθ\Delta\theta, solve for the others using the constant-α\alpha equations.
    • Problems that involve “spin up” or “braking to rest,” often including a request for time to stop and angular displacement during stopping.
    • Identify direction changes by solving for when ω=0\omega = 0, then interpreting the sign of ω\omega before and after.
  • Common mistakes

    • Mixing radians and revolutions or degrees mid-problem (stick to radians unless conversion is explicitly required at the end).
    • Plugging magnitudes into equations and losing sign, leading to wrong direction conclusions.
    • Using a constant-acceleration equation when the problem implies changing α\alpha (for example, if a graph shows α\alpha is not constant).

Relating Linear and Angular Quantities

Rotational kinematics becomes especially useful when you connect it to linear motion—because the same rotation can produce very different linear speeds at different radii. For example, the outside edge of a vinyl record moves much faster (in m/s\text{m/s}) than a point near the center, even though the entire record shares the same ω\omega.

The key assumption for these relationships is rigid body rotation about a fixed axis: all points rotate through the same angle θ\theta in the same time, meaning they share the same ω\omega and α\alpha.

Arc length and angular displacement

If a point at radius rr rotates through angular displacement θ\theta (in radians), it travels an arc length ss:

s=rθs = r\theta

Why it matters: this is the bridge between angular displacement and linear distance along the circular path. It also explains why radians are special: since θ=s/r\theta = s/r, radians make the formula a direct proportionality with no extra conversion factor.

Tangential speed and angular speed

A point on a rotating object has tangential speed vv (the linear speed along the tangent to the circle). The relationship is:

v=rωv = r\omega

  • If ω\omega is the same for all points (rigid rotation), then points farther out (larger rr) move faster.
  • Direction: vv is tangent to the circle; ω\omega is along the axis (right-hand rule). In 2D problems, you often use magnitudes for speed and rely on geometry for direction.
Tangential acceleration and angular acceleration

If the object’s angular speed is changing, points have tangential acceleration ata_t:

at=rαa_t = r\alpha

Tangential acceleration changes the magnitude of the tangential velocity (speeds the point up or slows it down along the circular path).

Centripetal (radial) acceleration and angular speed

Even if ω\omega is constant, a rotating point is continuously changing direction, so it has centripetal acceleration (also called radial acceleration) pointing toward the center:

ac=rω2a_c = r\omega^2

Using v=rωv = r\omega, you can also write:

ac=v2ra_c = \frac{v^2}{r}

This acceleration changes the direction of the velocity, not its magnitude.

A major conceptual checkpoint: in general circular motion, a point can have both tangential and centripetal acceleration at the same time. The total acceleration is the vector sum of perpendicular components:

  • ata_t tangent to the path.
  • aca_c toward the center.

So the magnitude is:

a=at2+ac2a = \sqrt{a_t^2 + a_c^2}

Notation and relationship table (linear vs angular)
ConceptAngular quantityLinear analog (for point at radius rr)Relationship
Displacementθ\thetasss=rθs = r\theta
Velocityω\omegavvv=rωv = r\omega
Acceleration (tangential)α\alphaata_tat=rαa_t = r\alpha
Acceleration (centripetal)ω\omegaaca_cac=rω2a_c = r\omega^2
Worked example: two points on the same rotating disk

A disk rotates with angular speed ω=8.0 rad/s\omega = 8.0\ \text{rad/s}. Compare a point at r1=0.10 mr_1 = 0.10\ \text{m} and a point at r2=0.30 mr_2 = 0.30\ \text{m}.

1) Tangential speeds:

v1=r1ω=(0.10)(8.0)=0.80 m/sv_1 = r_1\omega = (0.10)(8.0) = 0.80\ \text{m/s}

v2=r2ω=(0.30)(8.0)=2.4 m/sv_2 = r_2\omega = (0.30)(8.0) = 2.4\ \text{m/s}

So the point three times farther out moves three times faster.

2) Centripetal accelerations:

ac1=r1ω2=(0.10)(8.0)2=6.4 m/s2a_{c1} = r_1\omega^2 = (0.10)(8.0)^2 = 6.4\ \text{m/s}^2

ac2=r2ω2=(0.30)(8.0)2=19.2 m/s2a_{c2} = r_2\omega^2 = (0.30)(8.0)^2 = 19.2\ \text{m/s}^2

Again, the outer point experiences greater centripetal acceleration because it must “turn” its velocity direction faster in linear terms.

Worked example: from angular acceleration to linear acceleration

A wheel of radius 0.25 m0.25\ \text{m} starts from rest and has constant angular acceleration α=6.0 rad/s2\alpha = 6.0\ \text{rad/s}^2.

1) What is the tangential acceleration of a point on the rim?

Use:

at=rαa_t = r\alpha

at=(0.25)(6.0)=1.5 m/s2a_t = (0.25)(6.0) = 1.5\ \text{m/s}^2

2) After t=2.0 st = 2.0\ \text{s}, what is the centripetal acceleration of that point?

First find ω\omega:

ω=ω0+αt=0+(6.0)(2.0)=12 rad/s\omega = \omega_0 + \alpha t = 0 + (6.0)(2.0) = 12\ \text{rad/s}

Then:

ac=rω2=(0.25)(12)2=(0.25)(144)=36 m/s2a_c = r\omega^2 = (0.25)(12)^2 = (0.25)(144) = 36\ \text{m/s}^2

Interpretation: after a short time the centripetal acceleration can become much larger than the tangential acceleration because aca_c grows with ω2\omega^2.

Common pitfalls when relating linear and angular quantities
  • Using degrees in s=rθs = r\theta or v=rωv = r\omega: Those formulas assume θ\theta is in radians and ω\omega in rad/s\text{rad/s}.
  • Mixing up tangential vs centripetal acceleration:
    • at=rαa_t = r\alpha comes from changing speed.
    • ac=rω2a_c = r\omega^2 comes from changing direction.
    • If α=0\alpha = 0 but ω0\omega \neq 0, there is still acceleration (centripetal).
  • Assuming all points have the same linear speed: In rigid rotation, all points share the same ω\omega, not the same vv.
Exam Focus
  • Typical question patterns

    • Convert between angular and linear quantities for a point on a rotating object (use v=rωv = r\omega, at=rαa_t = r\alpha, ac=rω2a_c = r\omega^2).
    • Given a wheel’s ω(t)\omega(t) or α\alpha and a radius, compute linear speed or acceleration at the rim.
    • Compare motion at two radii on the same rigid object (proportional reasoning with rr).
  • Common mistakes

    • Treating ata_t and aca_c as the same thing or adding them algebraically without recognizing they are perpendicular vectors.
    • Forgetting that centripetal acceleration exists even at constant angular speed.
    • Plugging in rr incorrectly (using diameter instead of radius is a classic, very costly error).