06
The argument and quadrant care
core concept
We just saw that $|z| = \sqrt{a^2+b^2}$ gives the distance from the origin, with $|z|^2 = z\bar{z}$ and $|z_1-z_2|$ being the distance between two points. That raises a question: how do we find the direction (argument) of $z$, and how does the quadrant affect the answer? This card answers it → use the reference angle $\alpha = \arctan(|b/a|)$, then adjust sign and magnitude by quadrant to get $\theta \in (-\pi, \pi]$.
The argument $\arg(z)$ is the angle $\theta$, measured anticlockwise from the positive real axis, to the line segment from $0$ to $z$. Because rotating by $2\pi$ returns to the same point, $\arg z$ is defined only modulo $2\pi$. The principal argument is the unique value in $(-\pi, \pi]$.
Why $\arctan(b/a)$ alone is not enough. The calculator's $\arctan$ function returns values in $(-\pi/2, \pi/2)$, only half the plane. For $z = -1 + i$ in quadrant 2, $b/a = -1$ so $\arctan(-1) = -\pi/4$, but the true angle to $(-1, 1)$ is in the upper-left, i.e., $3\pi/4$. The fix: identify the quadrant first, then build the argument from a reference angle.
Boundary cases. Positive real: $\arg = 0$. Negative real: $\arg = \pi$. Positive imaginary: $\arg = \pi/2$. Negative imaginary: $\arg = -\pi/2$. The number $z = 0$ has no argument.
Sketch first, compute second. A two-second sketch on the Argand plane eliminates 90% of quadrant errors. Mark $(a, b)$, identify the quadrant, then choose the formula. Never trust $\arctan(b/a)$ blindly.
Principal argument $\theta \in (-\pi, \pi]$ · Reference angle $\alpha = \arctan(|b|/|a|) \in [0, \pi/2]$ · Q1: $\theta = \alpha$; Q2: $\theta = \pi - \alpha$; Q3: $\theta = -(\pi - \alpha)$; Q4: $\theta = -\alpha$ · Always sketch $z$ on the Argand plane before computing $\arg z$
Pause, copy the principal argument range $\theta \in (-\pi,\pi]$, the reference-angle formula $\alpha = \arctan(|b/a|)$, and the four-quadrant adjustment rules (Q1: $\theta=\alpha$; Q2: $\theta=\pi-\alpha$; Q3: $\theta=-(\pi-\alpha)$; Q4: $\theta=-\alpha$) into your book.