Every complex number $z = a + ib$ can be pictured as the point $(a, b)$ in a plane: the horizontal axis carries the real part and the vertical axis carries the imaginary part. This picture is the Argand plane (or complex plane), and it turns algebra into geometry.
Conjugate. The conjugate of $z = a + ib$ is obtained by flipping the sign of the imaginary part:
Geometrically, $\overline{z}$ is the mirror image of $z$ across the real axis. A key product collapses to a real number:
Modulus. The modulus $|z|$ is the distance of the point from the origin, found by Pythagoras:
Because $z\,\overline{z} = |z|^2$, the multiplicative inverse of a non-zero $z$ has a clean closed form — there is no need to guess:
Polar form. Instead of the coordinates $(a, b)$, a point can be located by its distance $r = |z|$ from the origin and the angle $\theta$ its line makes with the positive real axis. Then $a = r\cos\theta$ and $b = r\sin\theta$, which gives the polar (or trigonometric) form:
The angle $\theta$ is the argument of $z$. The value taken in $(-\pi, \pi]$ is the principal argument, written $\arg(z)$. The quadrant of the point decides the correct angle, so you must check signs of $a$ and $b$ rather than trust $\tan^{-1}(b/a)$ blindly.
| Quadrant of $(a,b)$ | Signs | Principal argument $\theta$ |
|---|---|---|
| I | $a > 0,\ b > 0$ | $\tan^{-1}\dfrac{b}{a}$ |
| II | $a < 0,\ b > 0$ | $\pi - \tan^{-1}\dfrac{b}{|a|}$ |
| III | $a < 0,\ b < 0$ | $-\pi + \tan^{-1}\dfrac{|b|}{|a|}$ |
| IV | $a > 0,\ b < 0$ | $-\tan^{-1}\dfrac{|b|}{a}$ |
Deeper Insight — the modulus and conjugate are two halves of one idea: The conjugate and the modulus are not separate tricks; they are bound together by the single identity $z\,\overline{z} = |z|^2$. That identity is exactly why division and inversion of complex numbers work at all: multiplying by the conjugate is the move that converts a complex denominator into a real one, and the real number it produces is precisely $|z|^2$. Geometry makes the rest intuitive — $|z|$ is a length, so $|z_1 z_2| = |z_1||z_2|$ (lengths multiply) and the modulus obeys the triangle inequality $|z_1 + z_2| \le |z_1| + |z_2|$ just as distances do. The polar form then reveals the deepest fact of all: multiplying complex numbers adds their arguments and multiplies their moduli, so multiplication by a complex number is a rotation combined with a scaling. Seeing complex numbers as points with a length and a direction, rather than as $a + ib$ alone, is what makes the next chapters on rotations and roots fall into place.