06
Converting between rectangular and polar
core concept
We just saw that polar form $z = r(\cos\theta + i\sin\theta)$ uses $r = |z|$ and $\theta = \arg z$, with $a = r\cos\theta$ and $b = r\sin\theta$. That raises a question: how do we reliably convert in both directions, especially avoiding the $\arctan$ quadrant trap? This card answers it → sketch first, find the reference angle $\alpha = \arctan(|b/a|)$, then choose $\theta \in (-\pi,\pi]$ by quadrant.
Rectangular to polar ($a + bi \to r(\cos\theta + i\sin\theta)$):
- Sketch $(a, b)$ on the Argand diagram to see the quadrant.
- Compute $r = \sqrt{a^2 + b^2}$.
- Find the reference angle $\alpha$ from $\tan\alpha = |b/a|$.
- Place $\theta$ in the correct quadrant in $(-\pi, \pi]$: Q1 gives $\theta = \alpha$; Q2 gives $\theta = \pi - \alpha$; Q3 gives $\theta = -(\pi - \alpha)$; Q4 gives $\theta = -\alpha$.
Polar to rectangular ($r(\cos\theta + i\sin\theta) \to a + bi$): expand directly: $a = r\cos\theta$, $b = r\sin\theta$. No quadrant fuss needed.
Common mistake. Using $\tan^{-1}(b/a)$ blindly. The calculator's $\tan^{-1}$ returns a value in $(-\pi/2, \pi/2)$, so for $z$ in quadrants 2 or 3 you must add or subtract $\pi$. A sketch is the safest fix.
Rect $\to$ polar: sketch, find $r$, find reference angle, choose quadrant, write $\theta \in (-\pi, \pi]$ · Polar $\to$ rect: $a = r\cos\theta$, $b = r\sin\theta$, then $z = a + bi$ · $\tan^{-1}$ alone gives Q1/Q4, manually fix for Q2/Q3 by adding/subtracting $\pi$ · Reference angle $\alpha$ is always acute and computed from $|b/a|$
Pause, copy the two-direction conversion procedure: rect→polar (sketch, $r$, reference angle, quadrant choice) and polar→rect ($a = r\cos\theta$, $b = r\sin\theta$, write $a+bi$), and the warning that $\arctan$ alone gives Q1/Q4 only into your book.