Math graphic
📐 Concept diagram

03-06 - Complex Numbers

Phase: 3 | Subject: 03-06 Prerequisites: 01-08-quadratic-equations.md (discriminant), 02-07-unit-circle-and-radians.md Next subject: 03-07-sequences-and-series.md


Learning Objectives

By the end of this subject, you will be able to:

  1. Understand why we need complex numbers (i = √(-1))
  2. Perform arithmetic with complex numbers (add, subtract, multiply, divide)
  3. Represent complex numbers on the complex plane (Argand diagram)
  4. Find modulus and argument of a complex number
  5. Convert between rectangular and polar forms

Core Content

Why Complex Numbers?

Not all quadratic equations have real solutions.

Example: x² + 1 = 0 x² = -1 x = ±√(-1)

There is no REAL number whose square is -1. So we define the imaginary unit:

$i = √(-1), so i² = -1
$

Any number of the form a + bi (where a, b are real) is a complex number.

Arithmetic

Addition and Subtraction

Add/subtract real and imaginary parts separately.

(2 + 3i) + (1 - 2i) = (2 + 1) + (3i - 2i) = 3 + i

Multiplication

Use FOIL (distributive law) and remember i² = -1.

(2 + 3i)(1 - 2i) = 2 - 4i + 3i - 6i² = 2 - i + 6 = 8 - i

Division

Multiply numerator and denominator by the COMPLEX CONJUGATE of the denominator.

Complex conjugate of a + bi is a - bi.

Key conjugate properties: - z · z̄ = |z|² (product of a number and its conjugate gives squared modulus) - For z = a + bi: (a+bi)(a-bi) = a² + b² = |z|² - The sum z + z̄ = 2a (twice the real part) - The difference z - z̄ = 2bi (twice the imaginary part)

Division using conjugate:

(3 + 2i)/(1 - i) = (3 + 2i)(1 + i) / ((1 - i)(1 + i)) = (3 + 3i + 2i + 2i²) / (1 - i²) = (3 + 5i - 2) / (1 + 1) = (1 + 5i) / 2 = 1/2 + (5/2)i

Complex Plane (Argand Diagram)

Example: 3 + 4i is plotted at point (3, 4)

Modulus and Argument

For z = a + bi:

Modulus: |z| = √(a² + b²) (distance from origin) Argument: arg(z) = θ where tan(θ) = b/a (angle from positive real axis)

Example: z = 3 + 4i |z| = √(9 + 16) = 5 arg(z) = tan⁻¹(4/3) ≈ 53.13°

Polar Form

z = a + bi can be written as:

$z = r·(cos(θ) + i·sin(θ)) = r·cis(θ)
$

where r = |z| and θ = arg(z).

Example: z = 3 + 4i r = 5, θ = tan⁻¹(4/3) ≈ 53.13° z = 5·cis(53.13°)

Euler's Formula

$e^(iθ) = cos(θ) + i·sin(θ)
$

So z = r·e^(iθ)

This connects complex numbers to exponentials and is CRITICAL in advanced math and physics.

De Moivre's Theorem

For any integer n:

$(r·cis(θ))^n = r^n·cis(nθ)
$

Example: (cos(30°) + i·sin(30°))³ = cos(90°) + i·sin(90°) = 0 + i(1) = i

Finding roots: To find the n-th roots of z = r·cis(θ):

z^(1/n) = r^(1/n)·cis((θ + 2πk)/n) for k = 0, 1, ..., n-1


Key Terms

Worked Examples

Example 1: Simplify (1 + i)²

(1 + i)² = 1 + 2i + i² = 1 + 2i - 1 = 2i

Example 2: Divide (2 + i)/(1 - 3i)

Multiply by conjugate: (2 + i)(1 + 3i) / ((1 - 3i)(1 + 3i)) Numerator: 2 + 6i + i + 3i² = 2 + 7i - 3 = -1 + 7i Denominator: 1 + 9 = 10 Result: (-1 + 7i)/10 = -0.1 + 0.7i

Example 3: Modulus and argument

z = -1 + i√3 |z| = √(1 + 3) = 2 arg(z) = tan⁻¹(√3 / -1). In Quadrant II: θ = 180° - 60° = 120° = 2π/3

Example 4: Finding roots of a complex number

Find ALL cube roots of z = 8 (i.e., solve w³ = 8).

In polar form: 8 = 8·cis(0). So r = 8, θ = 0.

Using the root formula: w_k = 8^(1/3)·cis((0 + 2πk)/3) for k = 0, 1, 2.

The three cube roots of 8 are evenly spaced on a circle of radius 2.



Quiz

Q1: What does the concept of Addition and Subtraction primarily refer to in this subject?

A) The definition and application of Addition and Subtraction B) A computational error related to Addition and Subtraction C) A visual representation of Addition and Subtraction D) A historical anecdote about Addition and Subtraction

Correct: A)

Q2: What is the primary purpose of Arithmetic?

A) It is used to arithmetic in mathematical analysis B) It is primarily a historical notation system C) It is used only in advanced research contexts D) It replaces all other methods in this domain

Correct: A)

Q3: Which statement about Complex Plane (Argand Diagram) is TRUE?

A) Complex Plane (Argand Diagram) is not related to this subject B) Complex Plane (Argand Diagram) is mentioned only as a historical footnote C) Complex Plane (Argand Diagram) is an advanced topic beyond this subject's scope D) Complex Plane (Argand Diagram) is a fundamental concept covered in this subject

Correct: D)

Q4: Based on the worked examples in this subject, what is the correct result?

A) -0.1 + 0.7i B) A different result from a common mistake C) An unrelated numerical value D) The inverse of the correct answer

Correct: A)

Q5: How are Complex Plane (Argand Diagram) and Division related?

A) Complex Plane (Argand Diagram) is the inverse of Division B) Complex Plane (Argand Diagram) is a special case of Division C) Complex Plane (Argand Diagram) and Division are closely related concepts D) Complex Plane (Argand Diagram) and Division are completely unrelated topics

Correct: C)

Q6: What is a common pitfall when working with Why Complex Numbers??

A) A common mistake is confusing Why Complex Numbers? with a similar concept B) The main error with Why Complex Numbers? is using it when it is not needed C) Why Complex Numbers? is always computed the same way in all contexts D) Why Complex Numbers? has no common misconceptions

Correct: A)

Q7: When should you apply Multiplication?

A) Multiplication is not practically useful B) Apply Multiplication to solve problems in this subject's domain C) Avoid Multiplication unless explicitly instructed D) Use Multiplication only in pure mathematics contexts

Correct: B)

Practice Problems

  1. i³ = ? Answer: i³ = i²·i = -1·i = -i

  2. (2 + 3i) + (4 - i) Answer: 6 + 2i

  3. (1 + i)(1 - i) Answer: 1 - i² = 1 + 1 = 2

  4. |3 - 4i| Answer: √(9 + 16) = 5

  5. Convert 1 + i to polar form Answer: r = √2, θ = π/4. z = √2·cis(π/4)


Summary

Key takeaways:

Pitfalls



Next Steps

Next up: 03-07-sequences-and-series.md