MATH 2 • ALGEBRA & FUNCTIONS

Complex Number Operations — I can add, subtract, and multiply complex numbers and simplify results.

Extend the number system beyond the reals and learn to compute with expressions that include the imaginary unit i.

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.

1545
Cardano's Ars Magna
Italian mathematician Gerolamo Cardano published formulas for solving cubic equations that sometimes required taking square roots of negative numbers. He called these quantities "as subtle as they are useless," but he used them anyway because they led to real answers.
1572
Bombelli Embraces the Imaginary
Rafael Bombelli developed systematic rules for computing with expressions involving √(−1). He showed that manipulating these strange numbers with consistent arithmetic rules always produced correct real-number results for cubic equations.
1748
Euler Introduces the Symbol i
Leonhard Euler popularized the notation i for √(−1) and connected complex numbers to exponential and trigonometric functions through his famous identity e^(iπ) + 1 = 0, revealing deep links across mathematics.
1799
Gauss and the Complex Plane
Carl Friedrich Gauss gave complex numbers a geometric interpretation by plotting them on a two-dimensional plane, with the real part on the horizontal axis and the imaginary part on the vertical axis. This visualization made complex arithmetic feel concrete and intuitive.

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.

1

The Imaginary Unit i

The symbol i is defined so that i² = −1. It is not a variable — it is a fixed constant, just like π or e. Every time you see i², you replace it with −1.
2

Standard Form a + bi

Every complex number can be written as a + bi, where a is the real part and b is the imaginary part. Both a and b are ordinary real numbers. For example, in 3 + 5i, the real part is 3 and the imaginary part is 5.
3

Like Terms — Real with Real, Imaginary with Imaginary

When you add or subtract complex numbers, you combine the real parts together and the imaginary parts together, just like combining like terms in algebra. The real and imaginary components stay separate.
4

Multiplication Uses the Distributive Property

Multiplying complex numbers works exactly like expanding binomials with FOIL. The key difference is that any i² term that appears gets replaced by −1, which converts it into a real number and changes the result.
KEY TAKEAWAY
Think of a complex number like a street address with two coordinates: the house number (real part) and the apartment number (imaginary part). When you add two addresses, you add house numbers together and apartment numbers together — you'd never mix them up. The same logic applies to complex number arithmetic: real parts combine with real parts, and imaginary parts combine with imaginary parts.

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.

The cyan point represents 3 + 2i and the violet point represents −1 + 3i. Their sum, 2 + 5i, shown in green, is found by adding real parts (3 + (−1) = 2) and imaginary parts (2 + 3 = 5) separately. Notice how the green arrow is the diagonal of the parallelogram formed by the two dashed arrows — just like adding vectors tip-to-tail.

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.

ADDITION
(a + bi) + (c + di) = (a + c) + (b + d)i
Combine real parts: a + c. Combine imaginary parts: b + d. The result stays in standard form a + bi.
SUBTRACTION
(a + bi) − (c + di) = (a − c) + (b − d)i
Subtract real parts: a − c. Subtract imaginary parts: b − d. Be careful with signs — distribute the negative to both c and di.
MULTIPLICATION (FOIL)
(a + bi)(c + di) = ac + adi + bci + bdi² = (ac − bd) + (ad + bc)i
Apply the distributive property (FOIL). The crucial simplification step is replacing i² with −1, which converts the bdi² term into −bd, a real number. Then combine all real parts and all imaginary parts.
THE DEFINING PROPERTY
i² = −1
This single fact is what makes complex arithmetic different from ordinary binomial algebra. Every simplification in multiplication ultimately comes back to this identity.
⚠️ Don't Forget to Simplify!
After multiplying, always check for any remaining i² terms and replace them with −1. Then combine the resulting real numbers with the other real parts. Your final answer should always be in standard form a + bi.

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.

The powers of i cycle through four values: i, −1, −i, 1, then repeat. To simplify in, divide n by 4 and use the remainder to determine which value in the cycle applies.
Powers of i cycle with period 4
PowerValueRemainder when exponent ÷ 4
i1
−12
−i3
i⁴10

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

Simplify (7 + 3i) + (−2 + 5i) − (4 − i)
1
Step 1 — Group real and imaginary partsWrite out all three terms and distribute the subtraction sign to the third term: (7 + 3i) + (−2 + 5i) + (−4 + i). Now group: real parts are 7, −2, −4 and imaginary parts are 3i, 5i, i.
2
Step 2 — Combine real parts7 + (−2) + (−4) = 7 − 2 − 4 = 1.
Real part = 1
3
Step 3 — Combine imaginary parts3i + 5i + i = 9i. Remember that −(−i) becomes +i from distributing the negative in Step 1.
Imaginary part = 9i
4
Step 4 — Write in standard formCombine the results from Steps 2 and 3.
1 + 9i

Example 2: Multiplication

Simplify (4 − 3i)(2 + 5i)
1
Step 1 — Apply FOILFirst: 4 × 2 = 8. Outer: 4 × 5i = 20i. Inner: (−3i) × 2 = −6i. Last: (−3i) × 5i = −15i².
2
Step 2 — Combine the four products8 + 20i − 6i − 15i².
3
Step 3 — Replace i² with −1−15i² = −15(−1) = 15. The expression becomes 8 + 20i − 6i + 15.
4
Step 4 — Combine like termsReal parts: 8 + 15 = 23. Imaginary parts: 20i − 6i = 14i.
23 + 14i

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 errors in complex number operations
Common ErrorWhat Goes WrongCorrect Approach
Forgetting i² = −1Students 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 subtractingWriting (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 termSkipping 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 cancelAttempting 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.
KEY TAKEAWAY
When you multiply complex numbers, think of it like expanding (x + 3)(x − 2) in regular algebra — you use FOIL and then combine like terms. The only extra twist is that i² becomes −1, which moves one of your products from the imaginary column into the real column. That single substitution is the entire difference between complex multiplication and ordinary binomial multiplication.

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.

How today's skills connect to future math and science courses
What You Know NowWhere It Leads
Adding/subtracting by combining real and imaginary partsVector addition in the complex plane, used extensively in physics for wave superposition and AC circuit analysis
Multiplying with FOIL and replacing i² with −1Polar multiplication (multiply magnitudes, add angles) gives a geometric shortcut for the same operation
Writing results in standard form a + biComplex conjugates (a − bi) are used to rationalize denominators for complex division, paralleling how you rationalize radical denominators
The cyclic pattern of powers of iDe 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

PROBLEM 1CONCEPTUAL
Explain in your own words why i² is defined as −1 rather than some other value. What problem does this definition solve?
PROBLEM 2BASIC CALCULATION
Simplify (6 − 2i) + (−3 + 7i). Write your answer in standard form.
PROBLEM 3INTERMEDIATE
Simplify (3 + 2i)(5 − 4i). Show all FOIL steps and write the result in standard form.
PROBLEM 4APPLIED
In an electrical engineering class, two AC voltage signals are represented as complex numbers: V₁ = 120 + 45i and V₂ = −30 + 60i (measured in volts). Find the total combined voltage V₁ + V₂, and then find V₁ − V₂.
PROBLEM 5CRITICAL THINKING
Let z = 2 + i. Compute z², then compute z² + z. Show all work and express each result in standard form. Then explain: is the set of complex numbers closed under addition and multiplication? Why does that matter?

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.

Varsity Tutors • Math 2 • Complex Number Operations