CLASSICAL-MECHANICS

Velocity in Circular Motion

IKey Formulas

Formula Name Description
r^=cosθı^+sinθȷ^\hat{r} = \cos\theta\,\hat{\imath} + \sin\theta\,\hat{\jmath} Radial unit vector Points outward, along the position vector
θ^=sinθı^+cosθȷ^\hat{\theta} = -\sin\theta\,\hat{\imath} + \cos\theta\,\hat{\jmath} Tangential unit vector r^\hat{r} rotated 9090^\circ counterclockwise
dr^dt=dθdtθ^\dfrac{d\hat{r}}{dt} = \dfrac{d\theta}{dt}\,\hat{\theta} Derivative of r^\hat{r} Radial direction turns into tangential
dθ^dt=dθdtr^\dfrac{d\hat{\theta}}{dt} = -\dfrac{d\theta}{dt}\,\hat{r} Derivative of θ^\hat{\theta} Tangential direction turns back inward
v=Rdθdtθ^=vθθ^\vec{v} = R\,\dfrac{d\theta}{dt}\,\hat{\theta} = v_\theta\,\hat{\theta} Velocity Purely tangential; no radial part
v=Rω,ω=dθdtv = R\,\omega,\quad \omega = \left\lvert\dfrac{d\theta}{dt}\right\rvert Speed and angular speed Radius times angular speed

IIInteractive Visualizations

Visualization 1 — Rotating Polar Unit Vectors

As the object circles, r^\hat{r} and θ^\hat{\theta} spin together and stay perpendicular, while ı^\hat{\imath} and ȷ^\hat{\jmath} at the origin stay fixed.

💡 The length r=R|\vec{r}| = R never changes — only its direction turns, and that turning of r^\hat{r} is the entire source of the motion.

Visualization 2 — Velocity Is Purely Tangential

Does an object on a fixed circle ever have velocity pointing toward or away from the center?

Visualization 3 — Speed Is Radius Times Angular Speed

How does the speed v=Rωv = R\,\omega respond as you scale the radius or the angular speed?

💡 Challenge: double RR with ω\omega fixed, then double ω\omega with RR fixed — confirm the speed doubles each time.

IIIQuiz Questions

Question 1

Differentiating the radial unit vector with respect to time gives dr^dt\dfrac{d\hat{r}}{dt}. Which vector does this point along?

Correct! dr̂/dt = (dθ/dt) θ̂ — the radial direction turns into the tangential one.

Not quite. Factor out dθ/dt; the leftover vector (-sinθ î + cosθ ĵ) is θ̂, not r̂.

Show solution

Solution:

Start from r^=cosθı^+sinθȷ^\hat{r} = \cos\theta\,\hat{\imath} + \sin\theta\,\hat{\jmath} with ı^,ȷ^\hat{\imath},\hat{\jmath} constant. By the chain rule:

dr^dt=sinθdθdtı^+cosθdθdtȷ^=dθdt(sinθı^+cosθȷ^).\frac{d\hat{r}}{dt} = -\sin\theta\,\frac{d\theta}{dt}\,\hat{\imath} + \cos\theta\,\frac{d\theta}{dt}\,\hat{\jmath} = \frac{d\theta}{dt}\left(-\sin\theta\,\hat{\imath} + \cos\theta\,\hat{\jmath}\right).

The vector in parentheses is exactly θ^\hat{\theta}, so

dr^dt=dθdtθ^.\frac{d\hat{r}}{dt} = \frac{d\theta}{dt}\,\hat{\theta}.

Differentiating the radial direction gives the tangential direction.

Question 2

Carrying out the same differentiation for the tangential unit vector, what is dθ^dt\dfrac{d\hat{\theta}}{dt}?

Correct! dθ̂/dt = -(dθ/dt) r̂ — the tangential direction turns back toward the center.

Not quite. Watch the sign: the leftover vector is -(cosθ î + sinθ ĵ) = -r̂, giving a minus sign.

Show solution

Solution:

From θ^=sinθı^+cosθȷ^\hat{\theta} = -\sin\theta\,\hat{\imath} + \cos\theta\,\hat{\jmath}, differentiate term by term with the chain rule:

dθ^dt=cosθdθdtı^sinθdθdtȷ^=dθdt(cosθı^sinθȷ^).\frac{d\hat{\theta}}{dt} = -\cos\theta\,\frac{d\theta}{dt}\,\hat{\imath} - \sin\theta\,\frac{d\theta}{dt}\,\hat{\jmath} = \frac{d\theta}{dt}\left(-\cos\theta\,\hat{\imath} - \sin\theta\,\hat{\jmath}\right).

The parenthesized vector is (cosθı^+sinθȷ^)=r^-(\cos\theta\,\hat{\imath} + \sin\theta\,\hat{\jmath}) = -\hat{r}, so

dθ^dt=dθdtr^.\frac{d\hat{\theta}}{dt} = -\frac{d\theta}{dt}\,\hat{r}.

Differentiating the tangential direction points you back inward, along r^-\hat{r}.

Question 3

For an object moving on a circle of fixed radius RR, the velocity is v=ddt(Rr^)\vec{v} = \dfrac{d}{dt}(R\,\hat{r}).

True or False: The velocity has both a radial (r^\hat{r}) component and a tangential (θ^\hat{\theta}) component.

Correct! With R constant, v = R(dθ/dt)θ̂ — purely tangential, no radial component.

Not quite. Since R is constant, dr̂/dt = (dθ/dt)θ̂ leaves only a tangential term.

Show solution

Solution:

Because RR is constant on a fixed circle, it pulls straight out of the derivative:

v=ddt(Rr^)=Rdr^dt=Rdθdtθ^.\vec{v} = \frac{d}{dt}(R\,\hat{r}) = R\,\frac{d\hat{r}}{dt} = R\,\frac{d\theta}{dt}\,\hat{\theta}.

There is no r^\hat{r} term at all — the velocity is purely tangential. This matches intuition: an object on a circle moves along the circle, never toward or away from the center. So the statement is False.

Question 4

A satellite moves on a circle of radius R=3R = 3 m with angular speed ω=4\omega = 4 rad/s, but it travels clockwise, so dθdt=4\dfrac{d\theta}{dt} = -4 rad/s. What is its speed vv?

Correct! v = Rω = 3 × 4 = 12 m/s. Speed uses ω = |dθ/dt|, always positive.

Not quite. Speed is a magnitude — it can't be negative. The sign of dθ/dt only sets direction, not speed.

Not quite. Use v = Rω: multiply R = 3 by ω = |dθ/dt| = 4, don't add or divide.

Show solution

Solution:

Speed is the magnitude of velocity and uses the angular speed ω=dθ/dt=4\omega = \left\lvert d\theta/dt\right\rvert = 4 rad/s:

v=Rω=(3)(4)=12 m/s.v = R\,\omega = (3)(4) = 12 \text{ m/s}.

The clockwise direction makes dθ/dt=4d\theta/dt = -4 rad/s, which flips the velocity vector to point clockwise, but speed is always positive — the sign drops out under the absolute value. So v=12v = 12 m/s.

IVSummary

The whole story of velocity in circular motion comes down to one move: differentiating the rotating radial direction r^\hat{r} turns it into the tangential direction θ^\hat{\theta}.

The motion was never in a stretching vector. It lived entirely in a spinning one.

Solved: 0 / 4