IB Maths AA HL Topic 1 β€” Number & Algebra Paper 1 & 2 ~9 min read

Introduction to Complex Numbers

For years, you’ve been told you can’t square root a negative number. Try to solve x2 = βˆ’1 and your teacher would say “no real solutions”. Mathematicians eventually got tired of that limitation, so they invented a new kind of number β€” called imaginary β€” that does exactly what you were told was impossible. The result is a much bigger number system called the complex numbers, written β„‚. Once you accept this single new symbol β€” the letter i, where i2 = βˆ’1 β€” every quadratic in the world has a solution, and a whole new branch of mathematics opens up.

πŸ“˜ What you need to know

The imaginary unit i

Here’s the one definition that unlocks the whole topic. Mathematicians said: “What if there were a number whose square is βˆ’1?” They couldn’t find one on the real number line, so they invented a new symbol for it.

The imaginary unit i = √(βˆ’1)   βŸΊ   i2 = βˆ’1

That’s it. One symbol, two ways of writing the same fact. Whenever you see i2 in your work, just replace it with βˆ’1 and keep going. Whenever you see √(βˆ’something), pull out the βˆ’1 as i and you’ve got a multiple of i.

Square roots of negatives β€” the standard trick √(βˆ’k) = √k Β· √(βˆ’1) = √k Β· i   (for k > 0)

So √(βˆ’4) = 2i, √(βˆ’9) = 3i, √(βˆ’16) = 4i, and √(βˆ’7) = √7 Β· i. Easy.

Whenever you’re squaring or unsquaring something negative, the only new rule is “replace √(βˆ’1) with i”. That single substitution turns every “no real solutions” into something solvable.

What is a complex number?

A complex number is just a real number plus a multiple of i. The general form is:

Cartesian form of a complex number z = a + bi    where a, b ∈ ℝ βœ“ in the formula booklet

The two parts have specific names:

Real part
Re(z) = a
The “ordinary” number part β€” the bit without an i.
Imaginary part
Im(z) = b
The number multiplying i. Note: the i itself is NOT part of Im(z).

For example, take z = 3 + 4i. Here Re(z) = 3 and Im(z) = 4. Notice the imaginary part is just 4 β€” not 4i. That’s a small detail, but it costs marks if you forget it.

Complex numbers are usually written using the letter z, the way we use x for real numbers. So if you see “let z = 2 βˆ’ 5i”, that just means “we’re calling this complex number z for short.”

Special cases β€” purely real and purely imaginary

A complex number doesn’t always need both parts. If the imaginary part is zero, it’s just a regular real number. If the real part is zero, it’s called purely imaginary.

How complex numbers extend everything you’ve seen before
β„‚ complex numbers (a + bi) ℝ real numbers β„š rationals β„€ integers β„• natural numbers (1, 2, 3, …) examples of “β„‚ but not ℝ”: 3 + 4i,   2i,   βˆ’1 + i√2

Look at the diagram. Real numbers are nested inside the complex numbers β€” every real number x is just x + 0i, a complex number with imaginary part zero. The complex numbers add a whole new layer that lives outside the real number line.

Two special types:   Purely real: imaginary part is 0 (e.g., 7 = 7 + 0i).   Purely imaginary: real part is 0 (e.g., 5i = 0 + 5i).

When are two complex numbers equal?

Two complex numbers a + bi and c + di are equal only when both their real parts match and both their imaginary parts match. There’s no halfway β€” the parts have to agree separately.

Equality of complex numbers a + bi = c + di  βŸΊ  a = c AND b = d

πŸ€” Why do real and imaginary parts have to agree separately?

Because i is not a real number β€” you can’t trade real for imaginary. Real and imaginary live on different “axes” (you’ll meet this idea properly in the Argand-diagram note). Saying 3 + 2i = 3 βˆ’ 2i would be like saying the points (3, 2) and (3, βˆ’2) are the same point. They aren’t.

This rule is incredibly useful in equation-solving. If a question gives you 2x + 3yi = 8 βˆ’ 9i, you can split it into two separate real equations: 2x = 8 and 3y = βˆ’9. Solve each on its own.

Solving equations that “had no real solutions”

Now for the payoff. With i in the toolkit, every quadratic equation now has a solution. The recipe is exactly the same as before β€” just use the √(βˆ’k) = i√k rule whenever a negative number ends up under a square root.

🧭 Recipe β€” solving x2 = (negative)

  1. Take the square root of both sides, including Β±.
  2. Pull the βˆ’1 out of the square root as i.
  3. Simplify the remaining real square root.
  4. Write the answers as Β±ki (or in Cartesian form if there’s a real part too).
If the equation has the form (x + a)2 = (negative), do the square root step first, then rearrange to isolate x. The final answer will be a complex number in Cartesian form: real part from rearranging, imaginary part from the square root.

Worked examples

WE 1

Simplify √(βˆ’25) and √(βˆ’18)

Express each square root in terms of i, simplifying as far as possible.

Part (a): √(βˆ’25) √(βˆ’25) = √(25 Β· βˆ’1) = √25 Β· √(βˆ’1) = 5 Β· i = 5i √(βˆ’25) = 5i Part (b): √(βˆ’18) √(βˆ’18) = √(18 Β· βˆ’1) = √18 Β· i √18 = √(9 Β· 2) = 3√2 √(βˆ’18) = 3√2 Β· i  (or 3i√2) always pull out the βˆ’1 first, then simplify the remaining surd as usual
WE 2

Solve x2 = βˆ’36

Find the values of x that satisfy x2 = βˆ’36.

Step 1: Square root both sides (don’t forget Β±) x = Β± √(βˆ’36) Step 2: Pull out the βˆ’1 as i √(βˆ’36) = √36 Β· √(βˆ’1) = 6i Step 3: Write the solutions x = Β±6i in real numbers there were no solutions β€” in complex numbers, there are two
WE 3

Solve (x βˆ’ 5)2 = βˆ’49 in Cartesian form

Solve the equation (x βˆ’ 5)2 = βˆ’49, giving your answers in Cartesian form.

Step 1: Square root both sides x βˆ’ 5 = Β± √(βˆ’49) x βˆ’ 5 = Β± 7i Step 2: Rearrange to isolate x x = 5 Β± 7i x = 5 + 7i   or   x = 5 βˆ’ 7i these are complex numbers in Cartesian form: real part 5, imaginary part Β±7
WE 4

Identify Re(z) and Im(z)

For each complex number, write down the real part and the imaginary part:
(a) z = 6 βˆ’ 11i   (b) w = 4i   (c) u = βˆ’7

Part (a): z = 6 βˆ’ 11i Re(z) = 6,   Im(z) = βˆ’11  (NOT βˆ’11i) Part (b): w = 4i = 0 + 4i Re(w) = 0,   Im(w) = 4  (purely imaginary) Part (c): u = βˆ’7 = βˆ’7 + 0i Re(u) = βˆ’7,   Im(u) = 0  (purely real) all three identified βœ“ remember Im(z) is just the coefficient of i β€” never include the i itself
WE 5

Find unknowns using equality

Find real numbers x and y such that
   (3x βˆ’ 1) + (2y + 5)i = 8 βˆ’ 3i

Step 1: Equate the real parts 3x βˆ’ 1 = 8 3x = 9,   x = 3 Step 2: Equate the imaginary parts 2y + 5 = βˆ’3 2y = βˆ’8,   y = βˆ’4 x = 3,   y = βˆ’4 two complex equations split into two real equations β€” solve each on its own

πŸ’‘ Top tips

⚠ Common mistakes

Complex numbers are the gateway to a huge area of mathematics β€” they show up everywhere from electrical engineering to quantum mechanics to computer graphics. The single new symbol i carries an enormous amount of weight, but at this stage your job is just to get comfortable with the notation: real part, imaginary part, equality, and solving equations that previously seemed impossible. The next note builds on this with arithmetic β€” adding, subtracting, multiplying, and dividing complex numbers.

Need help with Complex Numbers?

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

Book Free Session β†’