IB Maths AA HL Topic 1 — Number & Algebra Paper 1 & 2 HL only ~9 min read

Conversion between Forms of Complex Numbers

By now you’ve met three different ways to write the same complex number — Cartesian (a + bi), polar (r cis θ), and exponential (re). Each one is best for a different job: Cartesian for adding and subtracting, polar and exponential for multiplying, dividing, and raising to powers. To make the most of all three, you need to be able to flip between them at will. The good news? There are really only two routes to memorise: Cartesian → Polar/Exponential, and the reverse. Polar and exponential are interchangeable — one is just the compact version of the other. Master those routes and every conversion question becomes a clean recipe.

📘 What you need to know

The three forms — same number, different outfits

Before we talk about converting, let’s lay out the three forms side by side. They all describe the same complex number, but each uses a different “vocabulary”:

Cartesian
x + yi
best for adding & subtracting
Polar (mod-arg)
r(cos θ + i sin θ)
best for multiplication & division
Exponential
re
best for powers & roots

Polar and exponential always carry the same r and the same θ — only the wrapping changes. Cartesian uses x and y, which are completely different numbers. So most “real” conversion work happens between Cartesian and one of the other two.

Conversion routes between the three forms
CARTESIAN x + yi POLAR r(cos θ + i sin θ) EXPONENTIAL re^(iθ) r = √(x²+y²) θ = arg(z) x = r cos θ y = r sin θ via polar via polar copy r and θ across to convert exp ↔ cart, route through polar form
Notice the diagram: there’s no direct shortcut from exponential to Cartesian (or back). You always pass through polar form. That’s because Cartesian uses cos θ and sin θ explicitly, while exponential hides them inside e. The conversion is the same as polar’s, just dressed differently.

Cartesian → Polar (or Exponential)

This is the most common direction in exams. Given z = x + yi, you need r and θ. Use Pythagoras for r and the quadrant rules from the modulus & argument note for θ.

Cartesian → Polar/Exponential r = √(x² + y²)   and   θ = arg(z)
then z = r(cos θ + i sin θ) = re

🧭 Recipe — Cartesian to Polar/Exponential

  1. Sketch z on an Argand diagram and identify the quadrant.
  2. Compute r = √(x² + y²) using Pythagoras.
  3. Compute the reference angle α = arctan(|y|/|x|).
  4. Adjust to get the actual argument θ based on the quadrant: Q1 → α, Q2 → π − α, Q3 → −(π − α), Q4 → −α.
  5. Write the answer as r(cos θ + i sin θ) or re as required.

Polar (or Exponential) → Cartesian

The reverse direction. Given r and θ, find x and y by evaluating the trig functions.

Polar/Exponential → Cartesian x = r cos θ   and   y = r sin θ
then z = x + yi

🧭 Recipe — Polar/Exponential to Cartesian

  1. If you’re starting from exponential form, first rewrite as polar: re = r(cos θ + i sin θ).
  2. Evaluate cos θ and sin θ — use exact values where possible (π/6, π/4, π/3, π/2, etc.).
  3. Multiply each by r to get x = r cos θ and y = r sin θ.
  4. Combine into x + yi.
Memorise these exact values:   cos(π/6) = √3/2,   sin(π/6) = 1/2   ·   cos(π/4) = sin(π/4) = √2/2   ·   cos(π/3) = 1/2,   sin(π/3) = √3/2.   And of course cos(0) = 1, sin(0) = 0, cos(π/2) = 0, sin(π/2) = 1.

Polar ↔ Exponential — the easy swap

Polar and exponential forms carry exactly the same information — modulus r and argument θ. So converting between them is just notation:

Polar ↔ Exponential r(cos θ + i sin θ)  ⟺  re

If you’ve got 4(cos(π/3) + i sin(π/3)), the exponential version is simply 4eiπ/3. Take the same r, the same θ, and write them in the new wrapper. No calculation needed.

🤔 Why is this swap free?

Because of Euler’s formula: e = cos θ + i sin θ. So multiplying both sides by r gives re = r(cos θ + i sin θ). They’re literally equal, just typeset differently. Whatever you can do in one form, you can do in the other.

Worked examples

WE 1

Cartesian to exponential form (Q1)

Express z = 1 + i in exponential form, with the argument in the range −π < θ ≤ π.

Step 1: Sketch — z in Q1 argument will be positive acute Step 2: Modulus r = √(1² + 1²) = √2 Step 3: Argument arctan(1/1) = π/4 Q1 → arg(z) = π/4 Step 4: Write in exponential form z = √2 · e^(iπ/4) in polar form this would be √2(cos(π/4) + i sin(π/4)) — same r and θ, different wrapper
WE 2

Cartesian to polar form (Q3 — careful with sign)

Express z = −2 − 2√3 i in polar form r cis θ, with the argument in the range −π < θ ≤ π.

Step 1: Sketch — both parts negative → Q3 argument will be negative obtuse, between −π and −π/2 Step 2: Modulus r = √((−2)² + (−2√3)²) = √(4 + 12) = √16 = 4 Step 3: Reference angle α = arctan(2√3 / 2) = arctan(√3) = π/3 Step 4: Q3 → θ = −(π − α) θ = −(π − π/3) = −2π/3 z = 4 cis(−2π/3) Q3 always gives a negative argument in the standard range — sketch first, never trust raw arctan
WE 3

Polar to Cartesian form

Express z = 6(cos(π/6) + i sin(π/6)) in Cartesian form a + bi.

Step 1: Identify r and θ r = 6,   θ = π/6 Step 2: Look up exact values cos(π/6) = √3/2,   sin(π/6) = 1/2 Step 3: Compute x and y x = 6 · √3/2 = 3√3 y = 6 · 1/2 = 3 Step 4: Combine z = 3√3 + 3i always work with exact values where possible — IB markschemes prefer surds over decimals
WE 4

Exponential to Cartesian — go via polar

Express z = 5 ei·3π/4 in Cartesian form.

Step 1: Convert to polar (Euler’s formula) z = 5(cos(3π/4) + i sin(3π/4)) Step 2: Look up exact values (3π/4 is in Q2) cos(3π/4) = −√2/2,   sin(3π/4) = √2/2 Step 3: Compute components x = 5 · (−√2/2) = −5√2/2 y = 5 · (√2/2) = 5√2/2 Step 4: Combine z = −5√2/2 + (5√2/2)i exponential to Cartesian is never direct — always rewrite via polar form first
WE 5

Polar to Cartesian with a negative argument

Express z = 8(cos(−π/3) + i sin(−π/3)) in Cartesian form.

Step 1: Use even/odd rules cos(−π/3) = cos(π/3) = 1/2  (cos is even) sin(−π/3) = −sin(π/3) = −√3/2  (sin is odd) Step 2: Compute x and y x = 8 · 1/2 = 4 y = 8 · (−√3/2) = −4√3 Step 3: Combine z = 4 − 4√3 i a negative argument lands in Q4 (positive real, negative imag) — the answer here confirms it
WE 6

Convert and apply

Two complex numbers are z1 = 2 + 2i and z2 = 4 ei·5π/12.
(a) Write z1 in exponential form.   (b) Find z1z2 in exponential form.

Part (a): Convert z₁ to exponential form |z₁| = √(2² + 2²) = √8 = 2√2 arg(z₁) = arctan(2/2) = π/4  (Q1) (a) z₁ = 2√2 · e^(iπ/4) Part (b): Multiply z₁z₂ in exponential form moduli: 2√2 · 4 = 8√2 arguments: π/4 + 5π/12 = 3π/12 + 5π/12 = 8π/12 = 2π/3 (b) z₁z₂ = 8√2 · e^(i·2π/3) converting first lets you use the index-law shortcut for multiplication — much faster than expanding (2+2i)·(Cartesian form of z₂)

💡 Top tips

⚠ Common mistakes

Once you can move comfortably between all three forms, the rest of the Further Complex Numbers section becomes much smoother. The next big payoff is De Moivre’s theorem, which uses exponential and polar form to take huge powers of complex numbers in a single line. Before that, the next note covers complex roots of polynomials — the area where conjugate pairs and quadratic factoring really earn their keep.

Need help with Conversion between Forms?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →