Complex Numbers Guided Notes- Complete Introduction
What Are Complex Numbers? (Finally, an Explanation That Makes Sense)
Real numbers don't cut it everywhere. When you square a real number, you always get a non-negative result. But what happens when you need the square root of a negative number?
That's exactly where complex numbers come in. They extend the real number system to solve equations that have no solution among real numbers alone.
A complex number takes the form:
a + bi
where a and b are real numbers, and i is the imaginary unit.
The Imaginary Unit: i
The imaginary unit i is defined as:
i = √(-1)
This means:
- i² = -1
- i³ = -i
- i⁴ = 1
The pattern cycles every four powers. This matters when you're simplifying expressions with higher powers of i.
Parts of a Complex Number
Every complex number has two components:
- Real part — the "a" in a + bi
- Imaginary part — the "b" in a + bi (the coefficient of i)
For example, in 3 + 4i:
- Real part = 3
- Imaginary part = 4
If b = 0, you just have a real number. If a = 0, you have a purely imaginary number.
Operations with Complex Numbers
Addition and Subtraction
Combine like terms. Add or subtract the real parts, then add or subtract the imaginary parts.
Example:
(3 + 2i) + (1 + 5i) = 4 + 7i
Example:
(7 + 3i) - (2 + i) = 5 + 2i
Multiplication
Use FOIL, then apply i² = -1.
Example:
(2 + 3i)(1 + 4i)
= 2 + 8i + 3i + 12i²
= 2 + 11i + 12(-1)
= 2 + 11i - 12
= -10 + 11i
Division
To divide complex numbers, multiply numerator and denominator by the conjugate of the denominator.
The conjugate of a + bi is a - bi.
Example:
(3 + 2i) ÷ (1 + i)
= (3 + 2i)/(1 + i) × (1 - i)/(1 - i)
= (3 + 2i)(1 - i) / (1 + 1)
= (3 - 3i + 2i - 2i²) / 2
= (3 - i + 2) / 2
= (5 - i) / 2
= 2.5 - 0.5i
Complex Number Forms Compared
| Form | Format | Example | Best For |
|---|---|---|---|
| Rectangular (Standard) | a + bi | 3 + 4i | Addition, subtraction, basic operations |
| Polar | r(cos θ + i sin θ) | 5(cos 53.13° + i sin 53.13°) | Multiplication, division, powers |
| Exponential | re^(iθ) | 5e^(i0.927) | Calculus, advanced engineering |
Absolute Value (Modulus)
The absolute value or modulus of a complex number a + bi is:
|a + bi| = √(a² + b²)
Example:
|3 + 4i| = √(9 + 16) = √25 = 5
This gives you the distance from the origin to the point in the complex plane.
The Complex Plane
Plot complex numbers like coordinates:
- Horizontal axis = real part
- Vertical axis = imaginary part
The point (3, 4) represents 3 + 4i.
Getting Started: Step-by-Step
Here's how to handle a basic complex number problem:
- Identify the real and imaginary parts — pull out a and b from a + bi
- Simplify powers of i — use the cycle i, -1, -i, 1
- For division — multiply by the conjugate to eliminate i from the denominator
- Combine like terms — group real with real, imaginary with imaginary
- Write in standard form — a + bi with no i² terms
Common Mistakes to Avoid
- Forgetting that i² = -1 when simplifying
- Using the wrong conjugate during division
- Confusing the imaginary part (b) with the entire complex number (bi)
- Dropping the i entirely after simplifying i² terms