Skip to content

Complex Numbers

Definition

Complex numbers extend the concept of real numbers by introducing the imaginary unit, denoted by i, which is defined as the square root of -1 (i = √-1). A complex number is typically written in the standard form:

a + bi

where a and b are real numbers, a is called the real part, and b is called the imaginary part.

Prerequisites

To work with complex numbers, you should be comfortable with:

  1. Integers & Real Numbers
  2. Exponents & Radicals (especially square roots)
  3. Polynomials (operations)
  4. Quadratic Equations (understanding when solutions aren't real)
  5. Coordinate Plane (for visualizing complex numbers)

Learning Objectives

After mastering this topic, you should be able to:

  1. Define the imaginary unit i and understand its properties (i² = -1, i³ = -i, i⁴ = 1).
  2. Write complex numbers in standard form (a + bi).
  3. Add, subtract, and multiply complex numbers.
  4. Find the complex conjugate of a complex number.
  5. Divide complex numbers by multiplying the numerator and denominator by the complex conjugate of the denominator.
  6. Represent complex numbers graphically on the complex plane (Argand diagram).
  7. Find the absolute value (modulus) of a complex number.
  8. Solve quadratic equations that have complex solutions.

Key Concepts & Operations

  • Imaginary Unit (i): i = √-1, so i² = -1.
  • Standard Form: a + bi (a = real part, b = imaginary part).
  • Powers of i: Cycle in a pattern of 4: i¹=i, i²=-1, i³=-i, i⁴=1, i⁵=i, ...
  • Equality: Two complex numbers a + bi and c + di are equal if and only if a = c and b = d.
  • Addition/Subtraction: Combine real parts and imaginary parts separately.
    • (a + bi) + (c + di) = (a + c) + (b + d)i
    • (a + bi) - (c + di) = (a - c) + (b - d)i
  • Multiplication: Use the distributive property (like FOIL) and substitute i² = -1.
    • (a + bi)(c + di) = ac + adi + bci + bdi² = (ac - bd) + (ad + bc)i
  • Complex Conjugate: The conjugate of a + bi is a - bi. The product of a complex number and its conjugate is always a real number: (a + bi)(a - bi) = a² + b².
  • Division: Multiply numerator and denominator by the conjugate of the denominator.
    • (a + bi) / (c + di) = [(a + bi)(c - di)] / [(c + di)(c - di)] = [(ac + bd) + (bc - ad)i] / (c² + d²)
  • Complex Plane: A coordinate plane where the horizontal axis represents the real part and the vertical axis represents the imaginary part. The number a + bi is plotted as the point (a, b).
  • Absolute Value (Modulus): The distance from the origin to the point (a, b) in the complex plane. |a + bi| = √(a² + b²).

Examples

Example 1: Operations (High School)

Problem: Simplify (3 + 2i) - (5 - 4i) + (1 + i)(2 - i). Solution: 1. Subtract: (3 - 5) + (2 - (-4))i = -2 + 6i 2. Multiply: (1 + i)(2 - i) = 1(2) + 1(-i) + i(2) + i(-i) = 2 - i + 2i - i² = 2 + i - (-1) = 3 + i 3. Add results: (-2 + 6i) + (3 + i) = (-2 + 3) + (6 + 1)i = 1 + 7i

Example 2: Division (High School)

Problem: Write (4 - i) / (2 + 3i) in standard form. Solution: Multiply numerator and denominator by the conjugate of the denominator (2 - 3i): [(4 - i)(2 - 3i)] / [(2 + 3i)(2 - 3i)] Numerator: 4(2) + 4(-3i) - i(2) - i(-3i) = 8 - 12i - 2i + 3i² = 8 - 14i + 3(-1) = 5 - 14i Denominator: 2² + 3² = 4 + 9 = 13 Result: (5 - 14i) / 13 = 5/13 - (14/13)i

Example 3: Solving Quadratic Equation (High School)

Problem: Solve x² + 2x + 5 = 0. Solution: Use the quadratic formula: a=1, b=2, c=5. x = [-2 ± √(2² - 4(1)(5))] / 2(1) x = [-2 ± √(4 - 20)] / 2 x = [-2 ± √(-16)] / 2 x = [-2 ± √(16 ⋅ -1)] / 2 x = [-2 ± 4i] / 2 x = -1 ± 2i Solutions: x = -1 + 2i or x = -1 - 2i

Example 4: Absolute Value (High School)

Problem: Find the absolute value (modulus) of 6 - 8i. Solution: |6 - 8i| = √(6² + (-8)²) = √(36 + 64) = √100 = 10.

Common Misconceptions

  1. Treating i like a variable: Forgetting that i² = -1.
  2. Errors with √-b: Incorrectly writing √-b as -√b instead of i√b (e.g., √-9 = 3i, not -3).
  3. Division Errors: Forgetting to multiply both numerator and denominator by the conjugate, or errors in multiplication/simplification.
  4. Absolute Value: Calculating √(a² - b²) instead of √(a² + b²).

Applications in SAT

Complex numbers appear on the SAT, usually involving:

  1. Basic Operations: Adding, subtracting, multiplying complex numbers.
  2. Understanding i: Evaluating powers of i (i², i³, i⁴, etc.).
  3. Division: Writing complex fractions in standard form (less common but possible).
  4. Solving Equations: Recognizing when quadratic equations yield complex solutions.

Advanced Connections

Complex numbers are fundamental in many advanced fields:

  1. Trigonometry: Euler's formula (e^(iθ) = cosθ + i sinθ) connects complex exponentials to trigonometry. Polar form of complex numbers.
  2. Advanced Algebra: Fundamental Theorem of Algebra states every polynomial of degree n has exactly n complex roots (counting multiplicity).
  3. Differential Equations: Used in solving certain types of differential equations.
  4. Electrical Engineering: Analyzing AC circuits (using impedance).
  5. Quantum Mechanics: Wave functions are often complex-valued.
  6. Fractals: Sets like the Mandelbrot set are defined in the complex plane.

Practice Problems

  1. Basic: Simplify i¹⁵.
  2. Intermediate: Multiply (2 - 3i)(4 + i).
  3. Advanced: Find the absolute value of (1 + 2i) / (3 - i).
  4. SAT-Level: For i = √-1, what is the sum (7 + 3i) + (-8 + 9i)?