Skip to content

9231 · 1.5

Polar coordinates

Instead of giving directions with 'go across' and 'go up' (like Cartesian x, y), polar coordinates tell you which direction to face and how far to walk. This system is brilliant for describing anything with rotation or circular patterns.

Need to know

What you need to know

  • The pole is the point $(0,0)$.
  • The initial line is the positive x-axis.
  • By convention, $\theta$ is positive for anti-clockwise rotation and negative for clockwise rotation.
  • When finding $\theta$ from $\tan \theta = y/x$, always check which quadrant the point $(x,y)$ is in to ensure you have the correct angle. Your calculator's $\arctan$ function will typically give a principal value in $(-\pi/2, \pi/2)$.

Explanation

Mapping with Distance and Direction

  1. Analyse the polar equation $r = f(\theta)$ to find key features, such as maximum and minimum values of $r$ and values of $\theta$ where $r=0$.
  2. Create a table of values for $r$ at key angles of $\theta$ (e.g., $0, \pi/6, \pi/4, \pi/3, \pi/2$).
  3. Plot these $(r, \theta)$ points. Imagine a rotating line from the origin (the pole); as it sweeps through an angle $\theta$, you move out to a distance $r$ along it.
  4. Join the points smoothly, considering the curve's symmetry and its behaviour near the pole, to form the complete sketch.