Mathematics: Analysis & Approaches · Topic 1: Number & algebra

Complex numbers (HL heavy)

Lesson 4

Complex numbers (HL heavy)

7 min read
AI Explain — Ask anything
AI Illustrate — Make it visual

Why This Matters

# Complex Numbers (HL Heavy) - Summary This Higher Level topic introduces complex numbers in the form z = a + bi, covering operations, algebraic manipulation, and representation in both Cartesian and polar (modulus-argument) forms. Students learn to solve polynomial equations with complex roots, apply De Moivre's theorem for powers and roots, and interpret complex numbers geometrically using Argand diagrams. Essential for Paper 2 and Paper 3 questions, this topic frequently appears in examinations worth 12-15 marks, often integrated with functions, calculus, or proof questions, making mastery crucial for achieving top HL grades.

Key Words to Know

01
Complex Number — A number made up of a real part and an imaginary part, written as a + bi, where 'a' and 'b' are real numbers and 'i' is the imaginary unit.
02
Imaginary Unit (i) — The special number defined as the square root of -1, meaning i² = -1.
03
Real Part — The part of a complex number that does not include 'i' (e.g., 'a' in a + bi).
04
Imaginary Part — The part of a complex number that is multiplied by 'i' (e.g., 'b' in a + bi).
05
Argand Diagram — A special coordinate plane where the horizontal axis represents real numbers and the vertical axis represents imaginary numbers, used to plot complex numbers.
06
Modulus — The distance of a complex number from the origin (0,0) on the Argand diagram, representing its 'size' or magnitude.
07
Argument — The angle (usually in radians) that a complex number makes with the positive real axis on the Argand diagram, representing its 'direction'.
08
Complex Conjugate — For a complex number a + bi, its conjugate is a - bi; it's like mirroring the number across the real axis on the Argand diagram.
09
Polar Form — A way to write a complex number using its modulus (r) and argument (θ) as r(cosθ + isinθ), which is very useful for multiplication and division.
10
Euler's Form — An even more compact way to write a complex number using its modulus (r) and argument (θ) as re^(iθ), building on the polar form.

Core Concepts & Theory

Complex numbers extend the real number system to include solutions to equations like x² + 1 = 0. A complex number takes the form z = a + bi, where a is the real part Re(z), b is the imaginary part Im(z), and i is the imaginary unit satisfying i² = -1.

Key Definitions:

  • Complex conjugate: If z = a + bi, then z̄ = a - bi (reflects across real axis)
  • Modulus: |z| = √(a² + b²) (distance from origin)
  • Argument: arg(z) = θ where tan(θ) = b/a (angle from positive real axis, -π < θ ≤ π)

Forms of Complex Numbers:

  1. Cartesian form: z = a + bi
  2. Polar form: z = r(cos θ + i sin θ) where r = |z|
  3. Euler form: z = re^(iθ) using Euler's formula: e^(iθ) = cos θ + i sin θ

Essential Operations:

  • Addition: (a + bi) + (c + di) = (a + c) + (b + d)i
  • Multiplication: (a + bi)(c + di) = (ac - bd) + (ad + bc)i
  • Division: Multiply by conjugate of denominator
  • De Moivre's Theorem: (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)

Properties:

  • |z₁z₂| = |z₁||z₂| and arg(z₁z₂) = arg(z₁) + arg(z₂)
  • |z₁/z₂| = |z₁|/|z₂| and arg(z₁/z₂) = arg(z₁) - arg(z₂)
  • z·z̄ = |z|² (always real and non-negative)

Mnemonic: CAPER for forms: Cartesian, Argand (geometric), Polar, Euler, Roots

Detailed Explanation with Real-World Examples

Complex numbers aren't just mathematical abstractions—they're fundamental to modern technology. Think of i as a 90° rotation operator: multiplying by i rotates a vector counterclockwise by 90° in the complex plane.

Real-World Applications:

1. Electrical Engineering: AC circuits use complex impedance Z = R + iX where R is resistance and X is reactance. The imaginary component represents phase shift—voltage and current being "out of sync." Engineers use |Z| to find total opposition to current and arg(Z) for phase angle, critical in power transmission efficiency.

2. Signal Processing: Audio compression (MP3s) and image processing (JPEGs) use the Fast Fourier Transform, which decomposes signals into complex exponentials e^(iωt). Each frequency component has magnitude (volume/brightness) and phase (timing).

3. Quantum Mechanics: Particle wavefunctions are complex-valued: ψ(x) = A·e^(ikx). The modulus squared |ψ|² gives probability density—where you'll find the particle. Phase differences create interference patterns.

Analogy: Imagine complex numbers as GPS coordinates with direction. The real part is East-West position, imaginary part is North-South. The modulus is distance from home, and argument is compass bearing. Multiplying complex numbers is like combining movements: "walk 5 km Northeast, then 3 km at 60°" naturally adds angles and multiplies distances—exactly what arg and |z| properties describe!

Argand Diagram Visualization: Plot z = 3 + 4i as point (3,4). It's 5 units from origin (modulus) at angle arctan(4/3) ≈ 53.13° (argument). The conjugate 3 - 4i mirrors below the x-axis, like a reflection in water.

Worked Examples & Step-by-Step Solutions

Example 1: Express z = (2 + i)/(1 - 3i) in form a + bi.

Solution: Multiply by conjugate of denominator: z = [(2 + i)(1 + 3i)] / [(1 - 3i)(1 + 3i)]

Numerator: 2(1) + 2(3i) + i(1) + i(3i) = 2 + 6i + i + 3i² = 2 + 7i - 3 = -1 + 7i Denominator: 1² - (3i)² = 1 - 9i² = 1 + 9 = 10

Therefore: z = (-1 + 7i)/10 = -1/10 + 7i/10

Examiner note: Always simplify i² = -1 immediately. Show conjugate multiplication explicitly for method marks.

Example 2: Find all solutions to z³ = -8.

Solution: Express -8 in polar form: -8 = 8(cos π + i sin π) = 8e^(iπ)

Using De Moivre's: z = 8^(1/3) · [cos((π + 2πk)/3) + i sin((π + 2πk)/3)] for k = 0, 1, 2

z = 2·[cos(π/3 + 2πk/3) + i sin(π/3 + 2πk/3)]

k = 0: z₁ = 2(cos(π/3) + i sin(π/3)) = 2(1/2 + i√3/2) = 1 + i√3 k = 1: z₂ = 2(cos π + i sin π) = -2 k = 2: z₃ = 2(cos(5π/3) + i sin(5π/3)) = 2(1/2 - i√3/2) = 1 - i√3

Examiner note: Roots are equally spaced at 120° intervals. Always find ALL roots specified.

Example 3: Prove |z₁ + z₂| ≤ |z₁| + |z₂| (triangle inequality).

Proof uses: |z|² = z·z̄ and (z₁ + z₂)·(z̄₁ + z̄₂) expansion, applying Cauchy-Schwarz—see full geometric interpretation in mark schemes.

Common Exam Mistakes & How to Avoid Them

Mistake 1: Incorrect argument calculation Why it happens: Using arctan(b/a) without considering quadrant. Example...

This section is locked

Cambridge Exam Technique & Mark Scheme Tips

Command Word Mastery:

  • "Express": Write in specified form (Cartesian/polar/Euler)—3 marks for correct conversio...
This section is locked

2 more sections locked

Upgrade to Starter to unlock all study notes, audio listening, and more.

Exam Tips

  • 1.Always draw an Argand diagram for modulus and argument questions; it helps visualize the complex number and avoid angle errors.
  • 2.Remember that i² = -1 is your best friend; use it to simplify expressions whenever you see i².
  • 3.When multiplying or dividing complex numbers, consider if polar or Euler's form would be simpler, especially for higher powers or roots.
  • 4.Be careful with the range of the argument; ensure your answer is within the specified range, usually -π < θ ≤ π or 0 ≤ θ < 2π.
  • 5.Practice converting between Cartesian (a + bi), Polar (r(cosθ + isinθ)), and Euler's (re^(iθ)) forms; this is a common exam requirement.
Ask Aria anything!

Your AI academic advisor