Angular Kinematics

A spinning wheel is a strange object to describe with the kinematics of straight-line motion. Every piece of it is moving, but no two pieces share the same velocity — the rim races along while material near the axle barely crawls. The trick is to stop tracking positions and start tracking a single angle. One number, θ\theta, pins down the orientation of the whole wheel, and everything else follows from it.

Radians: the Natural Angle

Wrap a distance around a circle and you get the natural definition of angle: the radian. An angle in radians is the arc length it spans divided by the radius,

θ=srs=rθ.\theta = \frac{s}{r} \quad\Longleftrightarrow\quad s = r\theta.

One full turn wraps the full circumference 2πr2\pi r, so a revolution is 2π2\pi radians and a radian is about 57.3°57.3°. Degrees and revolutions are fine for bookkeeping, but s=rθs = r\theta — and every formula descended from it — only works when θ\theta is in radians. It is worth being paranoid about this; it is the single most common error in rotation problems.

The Angular Vocabulary

Each linear quantity has a rotational twin, built the same way:

LinearAngularConnection
position xxangle θ\theta (rad)s=rθs = r\theta
velocity v=dxdtv = \dfrac{dx}{dt}angular velocity ω=dθdt\omega = \dfrac{d\theta}{dt} (rad/s)v=rωv = r\omega
acceleration a=dvdta = \dfrac{dv}{dt}angular acceleration α=dωdt\alpha = \dfrac{d\omega}{dt} (rad/s²)at=rαa_t = r\alpha

The connections in the last column are what make the angular description powerful. A rigid body has just one ω\omega — every point sweeps the same angle in the same time — but each point’s speed grows with its distance from the axis:

v=rω.v = r\omega.

That is why the rim of a merry-go-round feels fast while the center feels calm: same ω\omega, different rr.

Two markers ride the same wheel, so they share the same ω — but the outer one moves faster, since v = rω. Switch to rolling and watch the rim marker stop dead each time it touches the ground.

v = 0.8 m/sv = 0.0 m/sω = 3.0 rad/s — the same for every point

Signs work like they do on a number line, except the line is bent into a circle: pick a positive rotation direction (counterclockwise, by convention), and ω\omega and α\alpha carry signs relative to it. A wheel spinning counterclockwise (ω>0\omega > 0) while slowing down has a clockwise angular acceleration (α<0\alpha < 0) — just as a car moving in the +x+x direction while braking has a negative aa.

One caution: at=rαa_t = r\alpha is only the tangential part of a point’s acceleration — the part that changes its speed. Any point moving in a circle also has the inward centripetal part ac=rω2a_c = r\omega^2, even at constant ω\omega. The rotating frames page takes that inward piece apart in detail.

The Same Old Equations, Rotated

Because θ\theta, ω\omega, and α\alpha are defined exactly like xx, vv, and aa, constant-α\alpha rotation obeys the same kinematic equations with the letters swapped:

ω=ω0+αt,θ=θ0+ω0t+12αt2,ω2=ω02+2αΔθ.\omega = \omega_0 + \alpha t, \qquad \theta = \theta_0 + \omega_0 t + \tfrac{1}{2}\alpha t^2, \qquad \omega^2 = \omega_0^2 + 2\alpha\,\Delta\theta.

No new problem-solving skills are required — identify what is given, spot the missing variable, and pick the equation that avoids it, exactly as in linear kinematics.

A wheel spins up with constant angular acceleration. Scrub or play time and compare the curves: ω(t) is a straight line, θ(t) a parabola — the same shapes as v(t) and x(t) in linear kinematics.

θ(t)ω(t)
t = 3.00sθ = 6.8radθ/2π = 1.07revω = 4.50rad/s

Problem Solving

From RPM to Radians per Second

Problem

An old hard drive spins at 300 rpm300\ \text{rpm}. What is its angular speed in rad/s, and how fast does a point at radius 4.0 cm4.0\ \text{cm} move?

Use

One revolution is 2π2\pi radians, so ω=2πrpm/60\omega = 2\pi \cdot \text{rpm}/60; then v=rωv = r\omega.

Solve

ω=2π(300)60=10π31.4 rad/s,\omega = \frac{2\pi (300)}{60} = 10\pi \approx 31.4\ \text{rad/s},v=rω=(0.040)(31.4)1.3 m/s.v = r\omega = (0.040)(31.4) \approx 1.3\ \text{m/s}.

Check

Five revolutions per second times roughly 6.286.28 radians per revolution is indeed about 3131 rad/s. The units only work because radians are dimensionless — a speed in “degrees·meters per second” would mean nothing.

Counting Revolutions During Spin-Up

Problem

A turbine starts from rest and accelerates at a constant α=2.0 rad/s2\alpha = 2.0\ \text{rad/s}^2 for 10 s10\ \text{s}. Find its final angular speed and the number of revolutions it completes.

Use

Constant-α\alpha kinematics from rest: ω=αt\omega = \alpha t and θ=12αt2\theta = \tfrac{1}{2}\alpha t^2.

Solve

ω=(2.0)(10)=20 rad/s,\omega = (2.0)(10) = 20\ \text{rad/s},θ=12(2.0)(10)2=100 rad1002π15.9 revolutions.\theta = \tfrac{1}{2}(2.0)(10)^2 = 100\ \text{rad} \quad\Rightarrow\quad \frac{100}{2\pi} \approx 15.9\ \text{revolutions}.

Check

The average angular speed is 10 rad/s10\ \text{rad/s} (half the final value), and 10 rad/s×10 s=100 rad10\ \text{rad/s} \times 10\ \text{s} = 100\ \text{rad} — the two routes agree. You can replay these exact numbers in the grapher above.

Angular Kinematics Checkpoint

Question 1 of 4

Two children ride a spinning merry-go-round: one near the center, one at the rim. Which quantities do they share?

Choose an answer to get instant feedback.