Lesson 7 Complex Numbers- Complete Learning Guide

What Are Complex Numbers and Why You Need to Know Them

Complex numbers show up everywhere in engineering, physics, and signal processing. If you're stuck on Lesson 7 of your math course and the concept feels like hitting a wall, this guide cuts through the confusion. By the end, you'll actually understand how to work with them.

Regular numbers don't cut it when you need to solve equations like x² + 1 = 0. There's no real number whose square equals -1. Complex numbers exist to fill that gap. They're not complicated by nature—just an extension of what you already know.

The Imaginary Unit: Your New Foundation

The key to complex numbers is the imaginary unit i, defined as:

i = √(-1)

This means i² = -1. That's it. Everything else builds from this single definition.

When you see expressions like √(-9), you can rewrite them using i:

√(-9) = √(9) × √(-1) = 3i

Common Mistakes to Avoid

Anatomy of a Complex Number

Every complex number has the form a + bi, where:

For example, in 3 + 4i:

If b = 0, you just have a real number. If a = 0, you have a pure imaginary number like 4i.

Complex Number Operations

Addition and Subtraction

Combine like terms. Add or subtract the real parts separately from the imaginary parts.

(3 + 4i) + (2 + 5i) = 5 + 9i

(7 + 3i) - (2 + i) = 5 + 2i

Multiplication

Use FOIL—just like multiplying binomials. Then apply i² = -1 to simplify.

(3 + 2i)(4 + i)

= 12 + 3i + 8i + 2i²

= 12 + 11i + 2(-1)

= 10 + 11i

Division

Division requires the conjugate. The conjugate of a + bi is a - bi. Multiply both numerator and denominator by the conjugate to eliminate i from the denominator.

(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

The Complex Conjugate Explained

The conjugate flips the sign of the imaginary part. For 5 - 3i, the conjugate is 5 + 3i.

Conjugates are useful because multiplying a complex number by its conjugate always gives a real result:

(a + bi)(a - bi) = a² + b²

This property is why division works the way it does.

Magnitude (Absolute Value) of a Complex Number

The magnitude tells you how far a complex number sits from the origin on the complex plane. Calculate it like the distance formula:

|a + bi| = √(a² + b²)

For 3 + 4i:

|3 + 4i| = √(9 + 16) = √25 = 5

Polar Form: Another Way to Represent Complex Numbers

Instead of a + bi, you can describe a complex number using its distance from the origin (r) and its angle (θ). This is polar form.

a + bi = r(cos θ + i sin θ)

Where:

Quick Example

Convert 3 + 3√3i to polar form.

r = √(9 + 27) = √36 = 6

θ = arctan(3√3 / 3) = arctan(√3) = π/3

Result: 6(cos π/3 + i sin π/3)

Euler's Formula: The Beautiful Shortcut

Euler's formula connects exponentials and trigonometry:

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

This means polar form becomes even simpler:

a + bi = re^(iθ)

Multiplying complex numbers in polar form is straightforward—multiply the magnitudes and add the angles.

How to Get Started: Practice Problems

Work through these to build your skills:

1. Simplify: √(-16) + √(-9)

2. Add: (5 + 2i) + (-3 + 7i)

3. Multiply: (2 + 3i)(4 - i)

4. Divide: (6 + 2i) ÷ (2 - i)

5. Find the magnitude: |1 + √3i|

Answers

1. 4i + 3i = 7i

2. 2 + 9i

3. 11 + 10i

4. 2 + 2i

5. √(1 + 3) = 2

Complex Numbers vs. Real Numbers: Key Differences

Property Real Numbers Complex Numbers
Form a a + bi
Square root of -1 Undefined i
Order comparison Can compare (<, >) Cannot compare
Conjugate a (same as itself) a - bi

Where You'll Actually Use This

Complex numbers aren't just abstract math. They appear in:

Your textbook presents them as an abstract concept, but engineers reach for complex numbers because they make the math actually work.

Quick Reference Cheat Sheet

Keep this handy. You'll reference it constantly until these rules become second nature.