Simplifying Complex Numbers- Step-by-Step Guide
What Are Complex Numbers?
Complex numbers are numbers that have two parts: a real component and an imaginary component. The standard form is a + bi, where a is the real part, b is the imaginary part, and i is the imaginary unit (√-1).
Most students hit a wall when they first encounter these. The problem isn't the math—it's the teaching. This guide skips the theory dumps and gets straight to how to actually work with complex numbers.
The Basics You Need to Know
Before simplifying anything, memorize these rules:
- i² = -1 — This is the foundation. Everything builds on this.
- A complex number looks like 3 + 4i, not "3 plus 4 times imaginary."
- The conjugate of a + bi is a - bi. You'll use this constantly.
- To find the magnitude, calculate √(a² + b²).
Step-by-Step: Simplifying Complex Numbers
Step 1: Combine Like Terms
This is basic algebra. Add the real parts together. Add the imaginary parts together.
Example:
(3 + 2i) + (1 + 5i) = 4 + 7i
That's it. Real with real. Imaginary with imaginary.
Step 2: Multiply Using FOIL
When multiplying two complex numbers, use FOIL just like with binomials. Then replace i² with -1.
Example:
(2 + 3i)(1 + 4i)
FOIL gives you: 2 + 8i + 3i + 12i²
Combine: 2 + 11i + 12(-1)
Result: -10 + 11i
Step 3: Divide by Multiplying the Conjugate
Division is where people get stuck. The trick: multiply numerator and denominator by the conjugate of the denominator.
Example:
3 / (2 + i)
Multiply top and bottom by (2 - i):
(3)(2 - i) / (2 + i)(2 - i)
Top: 6 - 3i
Bottom: 4 - i² = 4 - (-1) = 5
Result: (6 - 3i) / 5 = 6/5 - 3/5 i
Common Mistakes to Avoid
- Forgetting to replace i² with -1 — This is the most common error. Every time you see i², it becomes -1.
- Treating i like a variable you can't simplify — i is √-1. You can combine like terms: 3i + 2i = 5i.
- Rushing through the conjugate step — When dividing, the conjugate multiplication isn't optional. It's the only way to get a real denominator.
- Mixing up signs — The conjugate flips the sign between terms. Double-check before you multiply.
Operations Comparison
| Operation | Method | Key Step |
|---|---|---|
| Addition/Subtraction | Combine like terms | Real + real, imaginary + imaginary |
| Multiplication | FOIL method | Replace i² with -1 |
| Division | Multiply by conjugate | Denominator must become real |
| Finding magnitude | √(a² + b²) | No i in the answer |
Quick Reference: Powers of i
The imaginary unit cycles every four powers:
- i¹ = i
- i² = -1
- i³ = -i
- i⁴ = 1
For higher powers, divide the exponent by 4. The remainder tells you the answer: 1 = i, 2 = -1, 3 = -i, 0 = 1.
Example: i⁷ — 7 ÷ 4 = 1 remainder 3, so i⁷ = i³ = -i
Getting Started: Practice Problems
Work through these. Don't just read them.
1. Simplify: (5 + 2i) + (3 - 4i)
Answer: 8 - 2i
2. Multiply: (1 + i)(1 - i)
Answer: 1 - i² = 1 - (-1) = 2
3. Divide: 1 / (1 + i)
Answer: (1 - i) / (1 + 1) = 1/2 - 1/2 i
4. Find i²³: 23 ÷ 4 = 5 remainder 3, so i²³ = i³ = -i
When You'll Actually Use This
Complex numbers show up in electrical engineering (AC circuits), signal processing, quantum mechanics, and control systems. If you're an engineering student, this isn't optional—you need to be fast and accurate with these operations.
If you're just passing through a math requirement, focus on the multiplication and division procedures. Those are what will appear on exams.
The Bottom Line
Complex numbers aren't complicated. They're just two-component numbers with a specific multiplication rule (i² = -1). Master the conjugate for division, FOIL for multiplication, and combining like terms for addition. That's the entire game.
Practice the four operations until you can do them without thinking. Then move on.