IB Maths AI HLFurther Complex NumbersPaper 1 & 2Form conversion~8 min read
Conversion between Forms of Complex Numbers
A complex number has three faces: Cartesianx + yi, polarr(cos θ + isin θ), and exponentialreiθ. All represent the same number; the polar form is the bridge between the other two.
📘 What you need to know
All three forms are equivalent: z = x + yi = r(cos θ + i sin θ) = reiθ.
The relationship is in the formula booklet.
Out of Cartesian: compute r = √(x²+y²) and θ = arg z (quadrant-aware).
Into Cartesian: evaluate cos θ and sin θ (often exact), then multiply through by r.
You cannot go directly from exponential to Cartesian — always pass through polar.
Mind the range: −π < θ ≤ π or 0 ≤ θ < 2π, depending on what the question asks.
The three forms and how they relate
The three forms answer the same question in different languages. Cartesian gives the point’s coordinates. Polar gives its modulus and the cosine/sine of its argument. Exponential compresses polar into a single exponential expression. They share the same r and θ; only the wrapper around them changes.
Cartesian ↔ polar uses r, θ and the cos/sin values. Polar ↔ exponential is a pure notation swap. Cartesian ↔ exponential always passes through polar.
The three equivalent formsz = x + yi = r(cos θ + i sin θ) = reiθ = r cis θr = √(x² + y²), θ = arg z
Converting out of Cartesian
Starting with z = x + yi, find the modulusr = √(x²+y²) and the argumentθ using a sketch and the quadrant rule. Once you have r and θ, both polar and exponential are written directly: z = r(cos θ + i sin θ) = reiθ.
Watch the range: principal-value questions use −π < θ ≤ π, while exponential-form questions often ask for 0 ≤ θ < 2π. Add or subtract 2π if θ doesn’t fit.
Converting into Cartesian
Going the other way, evaluate cos θ and sin θ — usually exact at standard angles like π/6, π/4, π/3, π/2 — then multiply each by r to get x and y. Exponential form does not convert directly to Cartesian. First write reiθ as r(cos θ + i sin θ), then expand.
🧠Recipe — converting between any two forms
Identify the starting form: Cartesian, polar, or exponential.
Identify the target form: Cartesian, polar, or exponential.
If neither end is polar, route through polar — never convert exponential straight to Cartesian.
From Cartesian: compute r and θ. To Cartesian: evaluate cos θ, sin θ, then expand.
Adjust θ into the requested range by adding or subtracting 2π.
Worked examples
WE 1
Cartesian to both polar and exponential
Express z = −1 + √3 i in (a) polar form and (b) exponential form.
r = √((−1)² + (√3)²) = √4r = 2sketch: Q2, positive obtuse — α = tan⁻¹(√3) = π/3θ = π − π/3 = 2π/3(a) 2(cos 2π/3 + i sin 2π/3) · (b) 2 ei 2π/3same r, same θ — the two forms differ only in wrapper.
WE 2
Polar to Cartesian (quadrant 3)
Write z = 4(cos(7π/6) + i sin(7π/6)) in Cartesian form.
7π/6 lies in quadrant 3 — both cos and sin negativecos 7π/6 = −√3/2, sin 7π/6 = −1/2multiply through by r = 4z = 4(−√3/2 − i/2) = −2√3 − 2iz = −2√3 − 2ia Q3 argument gives both parts negative — quick sanity check.
WE 3
Exponential to Cartesian via polar
Express z = √2 ei 5π/4 in Cartesian form.
first rewrite in polar formz = √2 (cos 5π/4 + i sin 5π/4)5π/4 in Q3: cos = −√2/2, sin = −√2/2z = √2 (−√2/2 − i√2/2)= −1 − iz = −1 − iei θ can’t be expanded directly — the polar middle step is essential.
WE 4
Cartesian to exponential with 0 ≤ θ < 2π
Write z = −2 − 2√3 i in the form reiθ with 0 ≤ θ < 2π.
r = √(4 + 12) = √16 = 4sketch: x < 0, y < 0 ⇒ Q3, negative obtuse principal argα = tan⁻¹(2√3/2) = π/3; θprinc = −(π − π/3) = −2π/3range asked: 0 ≤ θ < 2π, so add 2πθ = −2π/3 + 2π = 4π/3z = 4 ei 4π/3always check the asked range — 4π/3 is the Q3 angle in [0, 2π).
WE 5
Polar to exponential and to Cartesian
Let z = 6 cis(−π/4). (a) Write z in exponential form. (b) Write z in Cartesian form.
(a) polar → exponential: same r, same θz = 6 e−i π/4(b) evaluate cos(−π/4) = √2/2, sin(−π/4) = −√2/2z = 6(√2/2 − i√2/2) = 3√2 − 3√2 i(a) 6 e−i π/4 · (b) 3√2 − 3√2 igoing polar → exponential is a free conversion — the maths is identical.
WE 6
Full question: convert, multiply, convert back
Let z1 = √3 − i and z2 = 4 eiπ/2. (a) Write z1 in exponential form with 0 ≤ θ < 2π. (b) Find z1z2 in the same form. (c) Write z1z2 in Cartesian form.
(a) r₁ = √(3+1) = 2; Q4 ⇒ θ = −π/6 (principal)in [0, 2π): −π/6 + 2π = 11π/6z₁ = 2 ei 11π/6(b) multiply moduli, add argumentsr = 2 · 4 = 8; θ = 11π/6 + π/2 = 14π/6 = 7π/37π/3 > 2π, so subtract 2π7π/3 − 6π/3 = π/3 ⇒ z₁z₂ = 8 ei π/3(c) 8(cos π/3 + i sin π/3) = 8(1/2 + i√3/2)(a) 2 ei 11π/6 · (b) 8 ei π/3 · (c) 4 + 4√3 icheck: (√3 − i)(4i) = 4√3 i − 4i² = 4 + 4√3 i. The Cartesian route confirms it.
💡 Top tips
Polar ↔ exponential is free — same r, same θ, only the wrapper changes.
Sketch before converting from Cartesian — the quadrant pins down θ.
Standard angles (π/6, π/4, π/3, π/2 and multiples) give exact cos and sin values — memorise the table.
Out of Cartesian and back: same procedure on r and θ — the wrapper is interchangeable.
Your GDC may convert between forms (look for ‘polar’ or ‘rectangular’ modes) — useful for checking.
âš Common mistakes
Going exponential straight to Cartesian — you must route through polar (cos and sin).
Forgetting to check the asked range for θ — principal vs 0 ≤ θ < 2π.
Using only tan−1 — that gives the reference angle, not the argument; quadrant adjustment is needed.
Approximating cos/sin when an exact value (e.g. √3/2) was available.
Mixing degrees and radians — complex-number arguments are in radians.
Next up: Frequency & Phase of Trig Functions — using exponential form to add two sinusoidal signals with the same frequency. A surprising application of complex numbers to AC circuits.
Need help with AI HL Further Complex Numbers?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.