A second address for the same point
On the Argand diagram, z = a + bi gives a point by its horizontal and vertical distances — a street address. There is a second way to reach the same point: say how far it is from the origin and in what direction. That is the polar form, and for everything except addition it is by far the more useful of the two.
The distance is the modulus r = |z| = √(a² + b²). The direction is the argument θ, the angle measured from the positive real axis, taken anticlockwise as positive.
- r
- the modulusnever negative
- θ
- the argumentdepends on the quadrant, not just on b/a
Switch to z × w. Notice the modulus of the answer is the product of the two moduli and its argument is their sum. That single observation is the whole reason polar form exists.
Getting the argument right
The calculator computes tan⁻¹(b/a) and always hands back an angle between −90° and 90°. That is correct only when the point is in the first or fourth quadrant. For the other two you must adjust, and the adjustment is worth a mark every time.
The safe method is to find the acute angle α = tan⁻¹|b/a| first, then place it using a quick sketch.
| Quadrant | Signs of a, b | Argument θ |
|---|---|---|
| First | + , + | α |
| Second | − , + | 180° − α |
| Third | − , − | α − 180° |
| Fourth | + , − | −α |
Sketch before you trust the calculator
For z = −1 + i the calculator gives tan⁻¹(−1) = −45°, which points into the fourth quadrant — the wrong side of the diagram entirely. The point is plainly in the second quadrant, so the argument is 135°. A five-second sketch catches this every time; nothing else reliably does.
Multiplication and division become rotation and scaling
In Cartesian form, multiplying two complex numbers is an expansion with four terms and an i² to tidy up. In polar form it is two operations, and both are geometric.
To multiply, multiply the moduli and add the arguments. To divide, divide the moduli and subtract the arguments. So multiplying by a complex number stretches the plane by its modulus and rotates it by its argument — multiplying by i, which has modulus 1 and argument 90°, is exactly a quarter turn.
Express z = −√3 + i in polar form, and hence find z².
r = √(3 + 1) = 2.The modulus ignores the signs, since both parts are squared.- Acute angle
α = tan⁻¹(1/√3) = 30°. The point is in the second quadrant, soθ = 180° − 30° = 150°.Real part negative, imaginary part positive — second quadrant. The calculator would have said −30°. z = 2(cos 150° + i sin 150°).- Squaring: modulus
2² = 4, argument2 × 150° = 300°, soz² = 4(cos 300° + i sin 300°).Multiply the moduli, add the arguments — here both numbers are the same one. - In Cartesian form:
4(0.5 − i(√3/2)) = 2 − 2√3 i.Check by squaring directly: (−√3 + i)² = 3 − 2√3 i + i² = 2 − 2√3 i ✓
z = 2 cis 150°; z² = 4 cis 300° = 2 − 2√3 i
De Moivre's theorem
If multiplying adds the arguments, then raising to the power n multiplies the argument by n. Written out, that is De Moivre's theorem, and it turns a problem that would need repeated expansion into a single line.
It also runs backwards. Taking an n-th root divides the argument by n — and because adding 360° to an argument gives the same number, there are n different n-th roots, spaced evenly around a circle of radius r^(1/n).
Where the trigonometric identities come from
Take (cos θ + i sin θ)² = cos 2θ + i sin 2θ and expand the left side directly: cos²θ − sin²θ + 2i sin θ cos θ. Comparing real parts gives cos 2θ = cos²θ − sin²θ and imaginary parts gives sin 2θ = 2 sin θ cos θ. Both double-angle formulae, from one line of algebra.
Before you leave this chapter
- r = √(a² + b²) and θ = tan⁻¹(b/a), adjusted for the quadrant. Always sketch.
- Principal argument lies in −180° < θ ≤ 180°.
- Multiplying multiplies moduli and adds arguments; dividing does the reverse.
- De Moivre:
(r cis θ)ⁿ = rⁿ cis nθ. - A complex number has exactly n distinct n-th roots, evenly spaced around a circle.
The square root of a complex number
Every complex number has two square roots, and there are two routes to them. The polar route is quick: halve the argument and take the square root of the modulus, then add 180° for the second root.
The algebraic route avoids trigonometry altogether and is often preferred when the answer should be exact. Set √(a + bi) = x + yi, square both sides, and compare real and imaginary parts to get two equations in x and y.
Find the square roots of 3 + 4i.
- Let
√(3 + 4i) = x + yi. Squaring:x² − y² + 2xyi = 3 + 4i.Remember i² = −1, which is what turns the y² term negative. - Comparing parts:
x² − y² = 3and2xy = 4, soxy = 2.Two real equations from one complex equation — that comparison is the key step. - From
y = 2/x:x² − 4/x² = 3, sox⁴ − 3x² − 4 = 0.Multiply through by x² to clear the fraction. - Factorise as a quadratic in x²:
(x² − 4)(x² + 1) = 0. Since x is real,x² = 4andx = ±2.x² = −1 is rejected because x was defined as a real number. x = 2 → y = 1, andx = −2 → y = −1.Check: (2 + i)² = 4 + 4i − 1 = 3 + 4i ✓
±(2 + i)
The two roots are always negatives of each other
If w is one square root then −w is the other, because (−w)² = w². So finding one root gives the second for free — and any answer offering only one of them is incomplete.
Loci on the Argand diagram
A condition on z that is not an equation with a single answer usually describes a set of points — a curve or region in the plane. Reading these is mostly a matter of translating the notation back into the geometry it came from.
The one fact that unlocks all of them is that |z − a| is the distance between the point z and the point a. Once that is fixed in mind, each standard locus becomes an ordinary sentence about distances and angles.
| Condition | In words | The locus |
|---|---|---|
| |z − a| = r | distance from a is r | circle, centre a, radius r |
| |z − a| < r | distance from a is less than r | the inside of that circle |
| |z − a| = |z − b| | equally far from a and b | perpendicular bisector of ab |
| arg(z − a) = θ | the direction from a is θ | a half-line from a, at angle θ |
| |z| = |z − 4| | equally far from 0 and 4 | the vertical line x = 2 |
Describe the locus given by |z − 3 + 2i| = 4, and find the greatest value of |z| on it.
- Rewrite in the standard form: |z − (3 − 2i)| = 4.The subtraction must be made explicit. The +2i in the question is −(−2i), so the centre has a negative imaginary part.
- So the locus is a circle with centre 3 − 2i and radius 4.Reading straight from |z − a| = r, taking care with the sign of the centre.
- The distance from the origin to the centre is √(3² + (−2)²) = √13 ≈ 3.606.|z| is the distance from the origin, so the origin is the point to measure from.
- The greatest |z| is that distance plus the radius: √13 + 4 ≈ 7.61.The furthest point of a circle from an external point lies on the line through the centre, on the far side.
A circle, centre 3 − 2i, radius 4; greatest |z| = √13 + 4 ≈ 7.61
A half-line, not a full line
The locus arg(z − a) = θ is a half-line starting at a and heading in the direction θ. Points on the opposite side have argument θ ± π, not θ, so they are excluded. The starting point a is excluded too, because arg 0 is undefined — mark it with an open circle.