Intuition What this page is for
The parent note gave you the tools: θ , ω , α , the bridges s = r θ , v = r ω , a t = r α , and the three constant-α equations. Here we do the drilling . We enumerate every kind of situation a problem can hand you — spinning up, slowing down, reversing, starting from rest, no time given, real gears, exam traps — and solve one clean example for each. When you finish, no scenario should feel new.
Before anything, one habit that saves you every time:
Every rotational-kinematics problem is one (or a blend) of these cells. Each example below is tagged with the cell it covers.
Cell
What makes it distinct
Trap it hides
Example
A. Speed-up from rest
ω 0 = 0 , α > 0
forgetting rad vs rev
Ex 1
B. Slow-down to rest, no time
know ω , ω 0 , θ , want α
which equation (time-free)
Ex 2
C. Reversal
α opposite to ω , motion crosses zero
net vs total angle
Ex 3
D. Angular → linear at a point
need v , a t , a c at radius r
a t vs a c confusion
Ex 4
E. Two radii, one body
same ω , α , different v
who shares what
Ex 5
F. Degenerate: α = 0
uniform spin, period/frequency
can't use α equations blindly
Ex 6
G. Real-world word problem
rpm units, "how many turns"
unit conversion rpm→rad/s
Ex 7
H. Exam twist: coupled wheels
belt/gear links two rims
equal rim speed, not equal ω
Ex 8
A potter's wheel starts from rest and reaches ω = 20 rad/s after 4 s of constant angular acceleration. Find α and the total angle turned. How many full revolutions is that?
Forecast: guess before reading — will the angle be more or less than 40 rad? (Average speed is half of 20 , over 4 s...)
Find α : α = t ω − ω 0 = 4 20 − 0 = 5 rad/s 2 .
Why this step? With constant α the definition α = Δ ω /Δ t is exact — average equals instantaneous, so it's just rise over run.
Find θ : θ = ω 0 t + 2 1 α t 2 = 0 + 2 1 ( 5 ) ( 4 ) 2 = 40 rad .
Why this step? We know ω 0 , α , t and want θ — the displacement equation uses exactly those.
Convert to revolutions: N = 2 π θ = 2 π 40 ≈ 6.37 rev .
Why this step? One full turn is 2 π rad; dividing counts turns.
Verify: Average angular speed = ( 0 + 20 ) /2 = 10 rad/s , times 4 s = 40 rad . ✓ Matches. Units: ( rad/s ) ⋅ s = rad . ✓
A ceiling fan spinning at ω 0 = 30 rad/s is switched off and coasts to a stop after turning through θ = 10 rad . Find its angular acceleration.
Forecast: the sign of α — will it be positive or negative? (It's slowing, and we chose its spin as + ...)
Choose the right equation. We know ω = 0 , ω 0 = 30 , θ = 10 , but not the time . The equation with no t is ω 2 = ω 0 2 + 2 α θ .
Why this step? Reaching for ω = ω 0 + α t would force us to invent t . Match knowns to the equation that omits the unknown.
Solve: 0 = 3 0 2 + 2 α ( 10 ) ⇒ 20 α = − 900 ⇒ α = − 45 rad/s 2 .
Why this step? Pure algebra once the equation is chosen.
Verify: The minus sign is correct — α is opposite to the (positive) spin, which is exactly what "slowing down" means by our sign rule. Sanity: ∣ α ∣ is large because a lot of speed (30 ) is killed in a small angle (10 rad). ✓
A disc spins at ω 0 = + 6 rad/s (counter-clockwise) while a constant α = − 3 rad/s 2 acts. Find (a) the time to momentarily stop, (b) its net angular displacement at t = 4 s , and (c) the total angle actually swept in those 4 s .
Forecast: at t = 4 s is the disc spinning forward, stopped, or backward? Will net and total angle be equal?
Time to stop: set ω = 0 in ω = ω 0 + α t : 0 = 6 + ( − 3 ) t ⇒ t = 2 s .
Why this step? "Momentarily stops" means ω = 0 ; the velocity equation ties ω to t .
Net displacement at 4 s: θ = ω 0 t + 2 1 α t 2 = 6 ( 4 ) + 2 1 ( − 3 ) ( 4 ) 2 = 24 − 24 = 0 rad .
Why this step? The displacement equation gives signed position — forward and backward sweeps cancel.
Total angle swept. Forward phase (0 to 2 s): θ 1 = 6 ( 2 ) + 2 1 ( − 3 ) ( 2 ) 2 = 12 − 6 = 6 rad . Backward phase (2 to 4 s): by symmetry it sweeps 6 rad the other way. Total distance = 6 + 6 = 12 rad .
Why this step? Distance ignores direction — you must split at the turning point t = 2 s and add magnitudes, never subtract.
Verify: At t = 4 : ω = 6 + ( − 3 ) ( 4 ) = − 6 rad/s — exactly reversed from the start, mirroring θ net = 0 (it's back where it began, now spinning backward). ✓ Net 0 = total 12 : the classic reversal signature. ✓
= total when direction flips
The trap: plugging into θ = ω 0 t + 2 1 α t 2 gives you net (signed) displacement. If the object reverses, the true angle spun is larger.
Fix: whenever α opposes ω , find the stop time first, split the motion there, and add absolute values for total angle.
Take the potter's wheel of Example 1 (ω = 20 rad/s , α = 5 rad/s 2 ) at radius r = 0.30 m , at the instant it reaches 20 rad/s . Find the rim's linear speed v , tangential acceleration a t , centripetal acceleration a c , and the total linear acceleration magnitude a .
Forecast: which is bigger at high speed — a t or a c ?
Linear speed: v = r ω = 0.30 × 20 = 6 m/s .
Why this step? v = r ω is the bridge from turning rate to how fast the rim point actually travels.
Tangential acceleration: a t = r α = 0.30 × 5 = 1.5 m/s 2 .
Why this step? a t is the speed-changing part; it comes from α , the changing spin rate.
Centripetal acceleration: a c = ω 2 r = 2 0 2 × 0.30 = 120 m/s 2 .
Why this step? Even at constant speed a point on a circle accelerates inward to keep turning; that's a c , direction-changing only.
Total: a = a t 2 + a c 2 = 1. 5 2 + 12 0 2 ≈ 120.0 m/s 2 .
Why this step? a t (along path) and a c (inward) are perpendicular, so combine by Pythagoras.
Verify: a c ≫ a t — at high ω the turning dominates, so the total is almost pure centripetal, as expected. Units: ( rad/s ) 2 ⋅ m = m/s 2 (radian is dimensionless). ✓
On the same wheel (ω = 20 rad/s , α = 5 rad/s 2 ), a bug sits at the hub r 1 = 0.10 m and a chip of clay at the rim r 2 = 0.30 m . Compare their ω , their linear speeds, and their tangential accelerations.
Forecast: which of ω , v , a t is the same for both?
Angular quantities: both share ω = 20 rad/s and α = 5 rad/s 2 .
Why this step? A rigid body turns as one piece — every point sweeps the same angle in the same time, so θ , ω , α are common to all.
Linear speeds: v 1 = r 1 ω = 0.10 × 20 = 2 m/s ; v 2 = r 2 ω = 0.30 × 20 = 6 m/s .
Why this step? v = r ω : farther out means faster, even with identical ω .
Tangential accelerations: a t 1 = r 1 α = 0.5 m/s 2 ; a t 2 = r 2 α = 1.5 m/s 2 .
Why this step? a t = r α scales with r the same way.
Verify: Ratios: v 2 / v 1 = 6/2 = 3 = r 2 / r 1 = 0.30/0.10 . ✓ The angular quantities matched exactly; only the linear ones scaled with radius. That's the whole reason we invented angular variables. ✓
A hard drive platter spins steadily (no speed-up) at ω = 7200 rpm (revolutions per minute). Find its period T , frequency f , and angular velocity in rad/s. What is its angular acceleration?
Forecast: can we use θ = ω 0 t + 2 1 α t 2 here? What is α ?
Angular acceleration is zero: "spins steadily" ⇒ ω constant ⇒ α = 0 .
Why this step? The three kinematic equations still hold, but with α = 0 they collapse to ω = const and θ = ω t . Don't misuse the 2 1 α t 2 term — it vanishes.
Frequency: f = 7200 rev/min = 7200/60 = 120 Hz (rev/s) .
Why this step? Frequency is turns per second; divide rpm by 60 .
Period: T = 1/ f = 1/120 ≈ 0.00833 s .
Why this step? Period is seconds per turn — the reciprocal of frequency.
Angular velocity: ω = 2 π f = 2 π ( 120 ) ≈ 753.98 rad/s .
Why this step? Each turn is 2 π rad; ω = 2 π / T = 2 π f .
Verify: ω ⋅ T = 753.98 × 0.00833 ≈ 6.283 ≈ 2 π — one full turn per period, as it must be. ✓ Units: rev/s → × 2 π rad/rev = rad/s . ✓
A car engine idles at 800 rpm and is revved up to 3000 rpm in 2.5 s at constant angular acceleration. Find α (in rad/s²) and the number of revolutions the crankshaft makes during this rev-up.
Forecast: more or fewer than 60 revolutions in 2.5 s?
Convert both speeds to rad/s: ω 0 = 800 ⋅ 60 2 π ≈ 83.78 rad/s , ω = 3000 ⋅ 60 2 π ≈ 314.16 rad/s .
Why this step? Every kinematics formula needs rad/s; rpm must be converted first (× 2 π /60 ).
Angular acceleration: α = t ω − ω 0 = 2.5 314.16 − 83.78 ≈ 92.15 rad/s 2 .
Why this step? Constant α ⇒ rise over run of angular velocity.
Angle turned: use average speed × time: θ = 2 ω 0 + ω t = 2 83.78 + 314.16 ( 2.5 ) ≈ 497.4 rad .
Why this step? With constant α , average angular speed is the midpoint; this avoids re-plugging α .
Revolutions: N = θ /2 π ≈ 497.4/6.283 ≈ 79.2 rev .
Why this step? Convert rad to turns.
Verify: Cross-check θ with θ = ω 0 t + 2 1 α t 2 = 83.78 ( 2.5 ) + 2 1 ( 92.15 ) ( 2.5 ) 2 ≈ 209.4 + 288.0 = 497.4 rad . ✓ Both methods agree. ✓
A small pulley of radius r A = 0.05 m drives a large pulley of radius r B = 0.20 m through a non-slipping belt. The small pulley spins at ω A = 40 rad/s . Find the belt speed, the large pulley's ω B , and the ratio of their revolution rates.
Forecast: which pulley spins faster (bigger ω ) — the small or the large one?
Belt speed = rim speed of the driver: v = r A ω A = 0.05 × 40 = 2 m/s .
Why this step? A non-slipping belt moves at the linear speed of the rim it wraps — this is the shared quantity, not ω .
Same belt on pulley B: v = r B ω B ⇒ ω B = r B v = 0.20 2 = 10 rad/s .
Why this step? The belt's linear speed is common to both rims; invert v = r ω for B.
Ratio of spins: ω B ω A = 10 40 = 4 = r A r B = 0.05 0.20 .
Why this step? Equal rim speed forces ω ∝ 1/ r — the smaller wheel spins faster.
Verify: Belt speed from B: r B ω B = 0.20 × 10 = 2 m/s ✓ matches the driver. The small pulley spins 4 × faster, inverse to its 4 × -smaller radius. ✓
Common mistake "Linked wheels share angular velocity."
Why it feels right: they're connected, so surely they turn together.
The trap: a belt or gear couples the rim speeds (v = r ω ), not the ω 's. Different radii ⇒ different ω .
Fix: write v = r A ω A = r B ω B and solve. Only wheels on the same axle share ω .
Recall Quick self-test on the cells
Which equation for "know ω , ω 0 , θ , want α , no time"? ::: Time-free: ω 2 = ω 0 2 + 2 α θ .
After a reversal, is net displacement equal to total angle swept? ::: No — net is signed and can cancel; total adds magnitudes of each phase, split at the stop time.
Two clay chips at different radii on one platter: what do they share? ::: θ , ω , α (same); v , a t , a c differ, scaling with r .
Belt-linked pulleys share what? ::: Rim (linear) speed v , so r A ω A = r B ω B ; not ω .
Convert 3000 rpm to rad/s. ::: 3000 × 2 π /60 ≈ 314.16 rad/s.