Algebra 2 • Complex Numbers

Understanding Complex Numbers (a + bi Form)

Extending the real number line into a two-dimensional plane that makes every polynomial equation solvable.

Historical Context & Motivation

For centuries, mathematicians believed that every meaningful number could be plotted on a single number line stretching from negative infinity to positive infinity. But a persistent riddle haunted anyone who tried to solve certain polynomial equations: what number, when multiplied by itself, gives a negative result? No real number can do this—squaring any real number always yields zero or something positive. This seemingly impossible demand drove the invention of an entirely new kind of number.

The story of complex numbers is one of reluctant acceptance. Mathematicians encountered square roots of negative numbers repeatedly, dismissed them as "impossible" or "imaginary," and then gradually realized these strange quantities were not only consistent but profoundly useful—unlocking solutions to equations that had no answers in the real number system alone.

1545
Cardano's "Subtle" Numbers
Italian mathematician Gerolamo Cardano published Ars Magna, in which he encountered expressions like √(−15) while solving cubic equations. He called these quantities "as subtle as they are useless," yet he manipulated them correctly to arrive at real solutions—an early, reluctant use of complex arithmetic.
1572
Bombelli's Boldness
Rafael Bombelli published L'Algebra, systematically defining rules for operating with √(−1). He showed that the "impossible" quantities could be added, subtracted, and multiplied in a self-consistent way, producing real answers at the end of a computation.
1637
Descartes Names the "Imaginary"
René Descartes coined the term imaginary for these numbers, intending it as a dismissal. The name stuck, though later generations would discover that "imaginary" numbers are every bit as real as "real" ones—they simply exist in a different dimension.
1799
Gauss and the Complex Plane
Carl Friedrich Gauss gave the first rigorous proof of the Fundamental Theorem of Algebra: every polynomial of degree n has exactly n roots in the complex numbers. He also championed the geometric representation of complex numbers as points in a plane, legitimizing them as a number system.
1806–1831
Argand & the Modern Form
Jean-Robert Argand independently published the idea of a two-axis diagram for complex numbers—what we now call the Argand diagram or complex plane. With contributions from Wessel and Hamilton, the notation a + bi became standard.

The central question that complex numbers answer is deceptively simple: how can we extend arithmetic so that the equation x² + 1 = 0 has a solution? By defining a new element i such that i² = −1, and pairing it with real numbers, mathematicians created a complete number system in which every polynomial equation is guaranteed to have roots. That system is the set of complex numbers.

Core Principles & Definitions

A complex number is any number that can be written in the form a + bi, where a and b are real numbers and i is the imaginary unit, defined by the property i² = −1. The value a is called the real part, and b is called the imaginary part. Together, they specify a unique point in a two-dimensional number system that extends the familiar real number line.

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. By itself, i = √(−1), giving us a way to represent the square root of any negative number.
2

Standard Form: a + bi

Every complex number is written as a + bi, with the real part a on the left and the imaginary part b (multiplied by i) on the right. When b = 0, the number is purely real; when a = 0, the number is purely imaginary.
3

Equality of Complex Numbers

Two complex numbers a + bi and c + di are equal if and only if their real parts are equal (a = c) and their imaginary parts are equal (b = d). This means complex numbers carry two independent pieces of information.
4

The Complex Conjugate

The conjugate of a + bi is a − bi. Conjugates are essential for division, simplifying expressions, and finding the modulus. The product of a complex number and its conjugate always yields a non-negative real number: (a + bi)(a − bi) = a² + b².
5

Powers of i Cycle

The powers of i repeat in a cycle of four: i¹ = i, i² = −1, i³ = −i, i⁴ = 1, then the pattern restarts. This cyclic behavior is fundamental when simplifying expressions involving higher powers of i.
Key Takeaway
Think of a complex number as an address on a city map. The real part a tells you how far east or west to go (horizontal), and the imaginary part b tells you how far north or south (vertical). A real number is just a complex number that happens to sit on "Main Street" (the horizontal axis), while a purely imaginary number lives on "Imaginary Avenue" (the vertical axis). Every complex number is a unique intersection of these two coordinates.

Visual Explanation — The Complex Plane

The complex plane (also called the Argand diagram) is the natural home for complex numbers. It extends the one-dimensional real number line into a full two-dimensional plane by adding a vertical axis for the imaginary part. Every complex number a + bi corresponds to the point (a, b) on this plane, and conversely, every point in the plane represents a complex number.

Complex Plane (Argand Diagram) — Each point (a, b) represents the complex number a + bi

In the diagram above, the horizontal axis represents the real part and the vertical axis represents the imaginary part. The complex number 3 + 2i is plotted at the coordinate (3, 2). The dashed yellow line from the origin to the point represents the modulus (or absolute value) of the complex number, equal to √(3² + 2²) = √13 ≈ 3.61. The argument θ is the angle that this line makes with the positive real axis. Together, the modulus and argument provide an alternative way to describe any complex number using polar form.

Notice that the four plotted points lie in different quadrants of the complex plane, just as coordinate pairs can fall into four quadrants of the Cartesian plane. The sign of the real part determines left-or-right position, while the sign of the imaginary part determines up-or-down. This two-dimensional representation is what gives complex numbers their extraordinary power: they encode both a magnitude and a direction.

Mathematical Framework

Working with complex numbers in the a + bi form requires mastering four fundamental operations—addition, subtraction, multiplication, and division—plus the concepts of modulus and conjugate. Each operation follows naturally from the rules of real-number algebra combined with the single defining property i² = −1.

Addition & Subtraction
(a + bi) ± (c + di) = (a ± c) + (b ± d)i
Combine real parts with real parts, imaginary parts with imaginary parts.

Addition and subtraction work exactly like combining like terms. The real components combine independently of the imaginary components. For example, (3 + 2i) + (1 − 5i) = 4 − 3i.

Multiplication
(a + bi)(c + di) = (ac − bd) + (ad + bc)i
Use FOIL (distributive property), then replace i² with −1.

Multiplication uses the distributive property (often remembered as FOIL for two binomials). After expanding, the term becomes −1, converting part of the result from imaginary back to real. For instance, (2 + 3i)(4 − i) = 8 − 2i + 12i − 3i² = 8 + 10i − 3(−1) = 11 + 10i.

Division (Multiply by Conjugate)
(a + bi) ÷ (c + di) = [(a + bi)(c − di)] ÷ (c² + d²)
Multiply numerator and denominator by the conjugate of the denominator to eliminate i from the denominator.

Division requires a clever trick: multiply both the numerator and denominator by the conjugate of the denominator. Because (c + di)(c − di) = c² + d² (a real number), the denominator becomes purely real, and the result can be separated into standard a + bi form.

Modulus (Absolute Value)
|a + bi| = √(a² + b²)
The distance from the origin to the point (a, b) in the complex plane.

The modulus of a complex number is its distance from the origin in the complex plane, computed by the Pythagorean theorem. It is always a non-negative real number. For example, |3 + 4i| = √(9 + 16) = √25 = 5.

Detailed Breakdown — Powers of i & Classification

One of the most practical skills when working with complex numbers is simplifying powers of the imaginary unit i. Because i² = −1, the powers of i cycle through exactly four values before repeating. Understanding this cycle lets you simplify expressions like i⁴⁷ almost instantly.

To simplify any power of i, divide the exponent by 4 and look at the remainder. If the remainder is 0, the answer is 1; remainder 1 gives i; remainder 2 gives −1; remainder 3 gives −i. For example, i⁴⁷ has 47 ÷ 4 = 11 remainder 3, so i⁴⁷ = −i.

Complex numbers can also be classified based on their components. The table below summarizes the different types you will encounter.

TypeFormExampleCharacteristics
Real numbera + 0i5, −3, √2Imaginary part is zero; lies on the real axis
Pure imaginary0 + bi4i, −7iReal part is zero; lies on the imaginary axis
Complex (general)a + bi (b ≠ 0)3 + 2i, −1 − 4iBoth parts nonzero; lies off both axes
Complex conjugate paira ± bi2 + 3i and 2 − 3iMirror images across the real axis; always appear in pairs as roots of polynomials with real coefficients
Key Takeaway
Every real number is already a complex number—it just has an imaginary part of zero. The complex numbers don't replace the reals; they extend them, the way color film extends black-and-white photography. You still have all the old information (brightness), plus a new dimension (hue) that opens up an entire world of possibilities.

Worked Example

Let's work through a complete problem that exercises addition, multiplication, division, and modulus—all in one scenario.

Problem
1
ProblemGiven z₁ = 3 + 4i and z₂ = 1 − 2i, find: (a) z₁ + z₂, (b) z₁ × z₂, (c) z₁ ÷ z₂, and (d) |z₁|.
2
Step 1 — Addition: z₁ + z₂Combine the real parts and imaginary parts separately: (3 + 4i) + (1 − 2i) = (3 + 1) + (4 + (−2))i
4 + 2i
3
Step 2 — Multiplication: z₁ × z₂Apply the distributive property (FOIL): (3 + 4i)(1 − 2i) = 3(1) + 3(−2i) + 4i(1) + 4i(−2i) = 3 − 6i + 4i − 8i² Since i² = −1, replace −8i² with −8(−1) = 8: = 3 − 6i + 4i + 8
11 − 2i
4
Step 3 — Division: z₁ ÷ z₂Multiply numerator and denominator by the conjugate of z₂, which is 1 + 2i: (3 + 4i) ÷ (1 − 2i) = [(3 + 4i)(1 + 2i)] ÷ [(1 − 2i)(1 + 2i)] Denominator: (1)² + (2)² = 1 + 4 = 5 Numerator: (3)(1) + (3)(2i) + (4i)(1) + (4i)(2i) = 3 + 6i + 4i + 8i² = 3 + 10i − 8 = −5 + 10i = (−5 + 10i) ÷ 5
−1 + 2i
5
Step 4 — Modulus: |z₁|Apply the modulus formula |a + bi| = √(a² + b²): |3 + 4i| = √(3² + 4²) = √(9 + 16) = √25
5
6
InterpretationThe modulus of 5 means that the point (3, 4) in the complex plane sits exactly 5 units from the origin. You may recognize 3-4-5 as a Pythagorean triple! The division result −1 + 2i tells us the ratio of the two complex numbers, which can be interpreted geometrically as a combined rotation and scaling in the complex plane.

Strengths, Limitations & Comparisons

Complex numbers in the a + bi (rectangular) form are the standard way to work with these numbers in Algebra 2. But like every representation, the rectangular form has both strengths and limitations. It's helpful to compare it with the other common representation—polar form—to understand when each is most useful.

FeatureRectangular Form (a + bi)Polar Form (r(cos θ + i sin θ))
Addition / SubtractionEasy — combine like terms directlyDifficult — requires converting to rectangular first
MultiplicationModerate — requires FOIL and i² simplificationEasy — multiply moduli, add arguments
DivisionModerate — requires conjugate trickEasy — divide moduli, subtract arguments
Powers & RootsTedious for high powersEasy — De Moivre's theorem
Geometric IntuitionClear for distances along each axisClear for magnitude and rotation angle
Algebra 2 DefaultYes — the standard formIntroduced in Pre-Calculus / Trigonometry

The rectangular form excels at addition and subtraction because real and imaginary parts combine independently—no conversion is needed. It also connects directly to the Cartesian coordinate system that students already know well. However, the rectangular form becomes cumbersome for repeated multiplication, computing powers, or finding roots, because each multiplication requires distributing and simplifying the i² terms.

A notable limitation of complex numbers in general (regardless of form) is that they cannot be ordered. Unlike real numbers, there is no meaningful way to say that one complex number is "greater than" another. Inequality statements like 3 + 2i > 1 + 5i are undefined. We can compare their moduli (distances from the origin), but not the complex numbers themselves.

Key Takeaway
Think of rectangular form as the "street address" of a complex number (how many blocks east and how many blocks north) and polar form as the "GPS bearing" (how far away and in what direction). Both describe the same location; which one is more convenient depends on the task. In Algebra 2, the street address (a + bi) is your go-to format.

Connection to Advanced Theory

The a + bi form you learn in Algebra 2 is only the beginning. Complex numbers permeate nearly every branch of higher mathematics, physics, and engineering. Here is a glimpse of where they lead.

Algebra 2 ConceptAdvanced ExtensionWhere It Appears
a + bi (rectangular form)r e (Euler's formula)Pre-Calculus, Complex Analysis, Signal Processing
Complex conjugate pairs as rootsFundamental Theorem of AlgebraAbstract Algebra, Galois Theory
Modulus |z|Norms in ℝⁿ and inner product spacesLinear Algebra, Functional Analysis
i² = −1Quaternions (i² = j² = k² = −1) and higher algebras3D graphics, Robotics, Quantum Mechanics
Complex arithmeticComplex functions (analytic functions)Fluid dynamics, Electromagnetism, String theory

Perhaps the most celebrated connection is Euler's formula: e = cos θ + i sin θ. This remarkable identity links the exponential function, trigonometric functions, and the imaginary unit into a single, elegant equation. Setting θ = π yields Euler's identity, e^(iπ) + 1 = 0, which many mathematicians consider the most beautiful equation in all of mathematics because it connects five fundamental constants (e, i, π, 1, and 0) in one concise statement.

In physics and engineering, complex numbers are indispensable. Electrical engineers use them to represent alternating current (AC) signals; quantum physicists use them as the foundation of wave functions; and control system engineers analyze stability using the complex plane. The rectangular form you are learning now provides the algebraic fluency that all these advanced applications build upon.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the equation x² = −9 has no solution in the real numbers, but does have solutions in the complex numbers. What are those solutions?
PROBLEM 2BASIC CALCULATION
Simplify: (5 − 3i) + (−2 + 7i) and express the result in a + bi form.
PROBLEM 3INTERMEDIATE
Multiply (2 + 5i)(3 − i) and express the result in standard form.
PROBLEM 4APPLIED / MULTI-STEP
Divide (6 + 8i) by (3 − i) and express the result in a + bi form. Then find the modulus of the result.
PROBLEM 5CRITICAL THINKING / SYNTHESIS
Show that the product of a complex number z = a + bi and its conjugate z̄ = a − bi always equals a real number. Then use this fact to explain why complex roots of a polynomial with real coefficients always come in conjugate pairs.

Lesson Summary

A complex number takes the form a + bi, where a is the real part, b is the imaginary part, and i is the imaginary unit defined by the property i² = −1. The complex plane provides a geometric home for these numbers, with the horizontal axis representing the real part and the vertical axis representing the imaginary part. Every complex number corresponds to a unique point on this plane, and every real number is simply a complex number with b = 0.

The four fundamental operations—addition, subtraction, multiplication, and division—all follow from the rules of real-number algebra combined with the single fact that i² = −1. Division relies on the complex conjugate (a − bi) to rationalize the denominator. The modulus |a + bi| = √(a² + b²) measures distance from the origin, and the powers of i cycle through four values (i, −1, −i, 1). These ideas form the algebraic foundation for polar form, Euler's formula, and applications throughout mathematics, physics, and engineering.

Varsity Tutors • Algebra 2 • Understanding Complex Numbers (a + bi Form)