Historical Context & Motivation
For centuries, mathematicians believed that certain equations simply had no solutions. The equation x² + 1 = 0 asks "what number, when squared, gives −1?" and no real number answers that question. Rather than accepting this dead end, mathematicians invented a new kind of number — and that creative leap turned out to be one of the most productive ideas in all of mathematics. The story of complex numbers begins with stubborn algebraists who refused to let "impossible" equations stay unsolved.
Today, complex numbers are essential in electrical engineering, physics, computer graphics, and signal processing. But before exploring those applications, you need a solid grip on the basics: how to add, subtract, and multiply complex numbers, and how to simplify the results. That's exactly what this lesson covers.
Core Principles & Definitions
Before jumping into computation, you need to understand four foundational ideas. Every complex number operation you perform in this course builds on these principles, so make sure each one clicks before moving on.
The Imaginary Unit i
Standard Form a + bi
Like Terms — Real with Real, Imaginary with Imaginary
Multiplication Uses the Distributive Property
Visualizing Complex Numbers on the Complex Plane
The complex plane (sometimes called the Argand plane) gives every complex number a home on a two-dimensional grid. The horizontal axis represents the real part and the vertical axis represents the imaginary part. Plotting complex numbers this way makes addition and subtraction look like vector addition — you can literally see the math.
When you add two complex numbers, the geometric result is identical to vector addition. Each complex number acts like an arrow from the origin to its point on the plane. Place the second arrow at the tip of the first, and the endpoint gives you the sum. Subtraction works in reverse — you flip the direction of the second arrow and then add. This geometric view reinforces why real parts combine only with real parts and imaginary parts only with imaginary parts: horizontal and vertical components are independent of each other.
Mathematical Framework
Let's formalize the three operations. In every formula below, let the two complex numbers be (a + bi) and (c + di), where a, b, c, and d are real numbers.
Powers of i and the Cyclic Pattern
A common follow-up question in multiplication is: what happens when higher powers of i appear? The powers of i repeat in a cycle of four. Understanding this cycle helps you simplify any expression that involves i raised to a large exponent.
| Power | Value | Remainder when exponent ÷ 4 |
|---|---|---|
| i¹ | i | 1 |
| i² | −1 | 2 |
| i³ | −i | 3 |
| i⁴ | 1 | 0 |
To find i23, for example, divide 23 by 4. The quotient is 5 with a remainder of 3. A remainder of 3 corresponds to i³ = −i. So i23 = −i. This shortcut means you never have to multiply i by itself twenty-three times — the cyclic pattern does the work for you.
Worked Examples
Example 1: Addition & Subtraction
Example 2: Multiplication
Common Errors & How to Avoid Them
Complex number arithmetic is straightforward once you practice, but a few pitfalls catch students repeatedly. The table below highlights the most frequent mistakes and the correct approaches.
| Common Error | What Goes Wrong | Correct Approach |
|---|---|---|
| Forgetting i² = −1 | Students leave i² in the answer instead of replacing it with −1, producing an expression that is not fully simplified. | Always scan your result for i² and replace it with −1 before writing your final answer. |
| Sign errors when subtracting | Writing (a + bi) − (c + di) as (a − c) + (b + d)i, forgetting to distribute the minus sign to d. | Distribute the negative to every term inside the parentheses: −(c + di) = −c − di. |
| Missing an inner or outer FOIL term | Skipping one of the four products when multiplying, giving an incorrect result with two missing terms. | Write out all four products (First, Outer, Inner, Last) explicitly before combining anything. |
| Treating i as a variable to cancel | Attempting to divide out i or set i = 0, losing the imaginary component entirely. | Remember i is a constant (like π). It cannot be set to zero or "cancelled" — it stays as part of the number. |
Connection to Advanced Topics
The operations you've learned in this lesson — addition, subtraction, and multiplication — are the foundation for more advanced work with complex numbers. In later courses, you'll encounter division (which requires the complex conjugate), polar form, and even complex exponentiation. The table below previews how this lesson's content connects to those advanced ideas.
| What You Know Now | Where It Leads |
|---|---|
| Adding/subtracting by combining real and imaginary parts | Vector addition in the complex plane, used extensively in physics for wave superposition and AC circuit analysis |
| Multiplying with FOIL and replacing i² with −1 | Polar multiplication (multiply magnitudes, add angles) gives a geometric shortcut for the same operation |
| Writing results in standard form a + bi | Complex conjugates (a − bi) are used to rationalize denominators for complex division, paralleling how you rationalize radical denominators |
| The cyclic pattern of powers of i | De Moivre's Theorem and Euler's formula e^(iθ) = cos θ + i sin θ, connecting algebra to trigonometry |
For now, your goal is to build fluency with the basics. Every advanced complex number technique ultimately rests on the three operations in this lesson. If you can add, subtract, and multiply complex numbers quickly and accurately, you're well prepared for whatever comes next — whether that's Math 3, pre-calculus, or a physics course that uses phasors (which are complex numbers in disguise).
Practice Problems
Lesson Summary
A complex number has the form a + bi, where a is the real part, b is the imaginary part, and i² = −1. To add or subtract complex numbers, combine real parts with real parts and imaginary parts with imaginary parts — just like combining like terms. To multiply, use the distributive property (FOIL), then replace every i² with −1 and combine like terms to write the result in standard form.
The powers of i repeat in a cycle of four: i, −1, −i, 1. When simplifying, always check that no i² terms remain and that your answer is in the form a + bi. These operations form the foundation for complex division, polar form, and applications in physics and engineering that you'll encounter in future courses.