The math optional, made finite. Daily Practice

Motion in a Plane (Resolved Components / Polar)

At a Glance

Why This Chapter Matters

UPSC appeared once (2020) asking a derivation of the polar-component form of velocity and acceleration. The topic tests whether you can pass from Cartesian differentiation of x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta to the clean radial-transverse decomposition used throughout dynamics. A clean, well-labelled derivation earns all marks in one go.

Minimum Theory

Polar coordinates in the plane

Let a particle’s position be (r,θ)(r, \theta) in polar coordinates, with unit vectors e^r\hat{e}_r (radially outward) and e^θ\hat{e}_\theta (transverse, 90°90° anticlockwise from e^r\hat{e}_r).

e^r=cosθi^+sinθj^,e^θ=sinθi^+cosθj^\hat{e}_r = \cos\theta\,\hat{i} + \sin\theta\,\hat{j}, \qquad \hat{e}_\theta = -\sin\theta\,\hat{i} + \cos\theta\,\hat{j}

Time derivatives of the unit vectors:

e^˙r=θ˙e^θ,e^˙θ=θ˙e^r\dot{\hat{e}}_r = \dot{\theta}\,\hat{e}_\theta, \qquad \dot{\hat{e}}_\theta = -\dot{\theta}\,\hat{e}_r

Position, velocity, acceleration

r=re^r\mathbf{r} = r\,\hat{e}_r

Velocity:

v=r˙e^r+rθ˙e^θ\mathbf{v} = \dot{r}\,\hat{e}_r + r\dot{\theta}\,\hat{e}_\theta

Acceleration (differentiate v\mathbf{v}):

a=(r¨rθ˙2)e^r+(rθ¨+2r˙θ˙)e^θ\mathbf{a} = (\ddot{r} - r\dot{\theta}^2)\,\hat{e}_r + (r\ddot{\theta} + 2\dot{r}\dot{\theta})\,\hat{e}_\theta

Cartesian derivation check

With x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta:

x˙=r˙cosθrθ˙sinθ,y˙=r˙sinθ+rθ˙cosθ\dot{x} = \dot{r}\cos\theta - r\dot{\theta}\sin\theta, \qquad \dot{y} = \dot{r}\sin\theta + r\dot{\theta}\cos\theta

x¨=(r¨rθ˙2)cosθ(rθ¨+2r˙θ˙)sinθ\ddot{x} = (\ddot{r} - r\dot{\theta}^2)\cos\theta - (r\ddot{\theta} + 2\dot{r}\dot{\theta})\sin\theta

y¨=(r¨rθ˙2)sinθ+(rθ¨+2r˙θ˙)cosθ\ddot{y} = (\ddot{r} - r\dot{\theta}^2)\sin\theta + (r\ddot{\theta} + 2\dot{r}\dot{\theta})\cos\theta

confirming a=(r¨rθ˙2)e^r+(rθ¨+2r˙θ˙)e^θ\mathbf{a} = (\ddot{r}-r\dot{\theta}^2)\hat{e}_r + (r\ddot{\theta}+2\dot{r}\dot{\theta})\hat{e}_\theta.

Special cases

Circular motion (r=r = const, r˙=0\dot{r} = 0, r¨=0\ddot{r} = 0): ar=rθ˙2=v2r,aθ=rθ¨a_r = -r\dot{\theta}^2 = -\frac{v^2}{r}, \qquad a_\theta = r\ddot{\theta}

Radial motion (θ=\theta = const): v=r˙e^r,a=r¨e^r\mathbf{v} = \dot{r}\,\hat{e}_r, \qquad \mathbf{a} = \ddot{r}\,\hat{e}_r

Question Archetypes

ArchetypeRecognition
polar-derivation”Derive velocity/acceleration components in polar coordinates” or “show ar=r¨rθ˙2a_r = \ddot{r}-r\dot{\theta}^2

polar-derivation (1 question; 2020)

Recognition Cues

Solution Template

  1. Write the position vector r=re^r\mathbf{r} = r\,\hat{e}_r and define e^r\hat{e}_r, e^θ\hat{e}_\theta in Cartesian terms.
  2. Compute e^˙r\dot{\hat{e}}_r and e^˙θ\dot{\hat{e}}_\theta by differentiating with respect to tt (chain rule through θ\theta).
  3. Differentiate r\mathbf{r} once for velocity; collect e^r\hat{e}_r and e^θ\hat{e}_\theta terms.
  4. Differentiate velocity for acceleration; substitute e^˙r\dot{\hat{e}}_r, e^˙θ\dot{\hat{e}}_\theta; collect terms.
  5. Identify ar=r¨rθ˙2a_r = \ddot{r} - r\dot{\theta}^2 and aθ=rθ¨+2r˙θ˙a_\theta = r\ddot{\theta} + 2\dot{r}\dot{\theta}; simplify aθ=1rddt(r2θ˙)a_\theta = \frac{1}{r}\frac{d}{dt}(r^2\dot{\theta}) if useful.

Worked Example

2020 Paper 1, 2020-P1-Q3a (10 marks)

Derive expressions for the radial and transverse components of the velocity and acceleration of a particle moving in a plane, using polar coordinates (r,θ)(r, \theta).

Step 1. Set up unit vectors.

Define: e^r=cosθi^+sinθj^,e^θ=sinθi^+cosθj^.\hat{e}_r = \cos\theta\,\hat{i} + \sin\theta\,\hat{j}, \qquad \hat{e}_\theta = -\sin\theta\,\hat{i} + \cos\theta\,\hat{j}.

Note e^re^r=1\hat{e}_r \cdot \hat{e}_r = 1, e^θe^θ=1\hat{e}_\theta \cdot \hat{e}_\theta = 1, e^re^θ=0\hat{e}_r \cdot \hat{e}_\theta = 0.

Step 2. Time derivatives of unit vectors.

e^˙r=ddt(cosθi^+sinθj^)=(sinθi^+cosθj^)θ˙=θ˙e^θ\dot{\hat{e}}_r = \frac{d}{dt}(\cos\theta\,\hat{i} + \sin\theta\,\hat{j}) = (-\sin\theta\,\hat{i} + \cos\theta\,\hat{j})\dot{\theta} = \dot{\theta}\,\hat{e}_\theta

e^˙θ=ddt(sinθi^+cosθj^)=(cosθi^sinθj^)θ˙=θ˙e^r\dot{\hat{e}}_\theta = \frac{d}{dt}(-\sin\theta\,\hat{i} + \cos\theta\,\hat{j}) = (-\cos\theta\,\hat{i} - \sin\theta\,\hat{j})\dot{\theta} = -\dot{\theta}\,\hat{e}_r

Step 3. Velocity.

r=re^r\mathbf{r} = r\,\hat{e}_r

v=r˙=r˙e^r+re^˙r=r˙e^r+rθ˙e^θ\mathbf{v} = \dot{\mathbf{r}} = \dot{r}\,\hat{e}_r + r\dot{\hat{e}}_r = \dot{r}\,\hat{e}_r + r\dot{\theta}\,\hat{e}_\theta

Radial component: vr=r˙v_r = \dot{r}; transverse component: vθ=rθ˙v_\theta = r\dot{\theta}.

Step 4. Acceleration.

a=v˙=ddt(r˙e^r)+ddt(rθ˙e^θ)\mathbf{a} = \dot{\mathbf{v}} = \frac{d}{dt}(\dot{r}\,\hat{e}_r) + \frac{d}{dt}(r\dot{\theta}\,\hat{e}_\theta)

=r¨e^r+r˙e^˙r+(r˙θ˙+rθ¨)e^θ+rθ˙e^˙θ= \ddot{r}\,\hat{e}_r + \dot{r}\dot{\hat{e}}_r + (\dot{r}\dot{\theta} + r\ddot{\theta})\hat{e}_\theta + r\dot{\theta}\dot{\hat{e}}_\theta

=r¨e^r+r˙θ˙e^θ+(r˙θ˙+rθ¨)e^θ+rθ˙(θ˙e^r)= \ddot{r}\,\hat{e}_r + \dot{r}\dot{\theta}\,\hat{e}_\theta + (\dot{r}\dot{\theta} + r\ddot{\theta})\hat{e}_\theta + r\dot{\theta}(-\dot{\theta}\,\hat{e}_r)

=(r¨rθ˙2)e^r+(rθ¨+2r˙θ˙)e^θ= (\ddot{r} - r\dot{\theta}^2)\hat{e}_r + (r\ddot{\theta} + 2\dot{r}\dot{\theta})\hat{e}_\theta

Step 5. Final result.

ar=r¨rθ˙2,aθ=rθ¨+2r˙θ˙=1rddt(r2θ˙)\boxed{a_r = \ddot{r} - r\dot{\theta}^2, \qquad a_\theta = r\ddot{\theta} + 2\dot{r}\dot{\theta} = \frac{1}{r}\frac{d}{dt}(r^2\dot{\theta})}

Common Traps

Marks-Aware Writing

This is a 10-mark derivation. Examiners look for:

  1. Defined notation — state e^r\hat{e}_r, e^θ\hat{e}_\theta explicitly (2 marks).
  2. Unit-vector derivatives — both e^˙r\dot{\hat{e}}_r and e^˙θ\dot{\hat{e}}_\theta shown with working (3 marks).
  3. Velocity derivation — one clean differentiation step (2 marks).
  4. Acceleration derivation — product rule applied correctly, all four sub-terms collected (3 marks).

Write every line of algebra; do not skip the collection step. Underline or box the final components.

Practice Set

Only one historical question on this atom (shown above).

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.