Complex numbers extend the real numbers by introducing i, defined as the square root of -1, so that i^2 = -1. A complex number has the form a + bi, where a is the real part and b is the imaginary part. Complex numbers allow us to solve equations like x^2 + 1 = 0, which have no real solutions. Every real number is a complex number with b = 0. The complex number system is algebraically closed: every polynomial equation has a solution.
Motivate with the equation x^2 = -1, which has no real solution. Define i and simplify powers of i (i, -1, -i, 1, repeating). Introduce the complex plane (real axis horizontal, imaginary axis vertical). Practice simplifying square roots of negative numbers using i.
Before complex numbers, there was a wall: the equation x² = -1 had no solution in the real numbers, because squaring any real number always gives a non-negative result. For centuries mathematicians dismissed expressions like sqrt(-1) as meaningless. The breakthrough was to stop asking "what real number squares to -1?" and instead *define* a new entity — call it i — with the single property that i² = -1. This is not a trick; it is the same move made when extending natural numbers to integers (define -1 as the additive inverse of 1) or integers to rationals (define 1/2 as the multiplicative inverse of 2). Every number system is a definition.
With i defined, a *complex number* is any expression of the form a + bi, where a and b are real numbers. We call a the *real part* and b the *imaginary part*. The real numbers are a subset of the complex numbers: when b = 0, a + 0i = a is just a real number. So complex numbers do not replace real numbers — they extend them. Every real number you have ever worked with is also a complex number.
Arithmetic with complex numbers follows the same rules as algebra, with one replacement: whenever i² appears, substitute -1. For example, (3 + 2i)(1 - i) = 3 - 3i + 2i - 2i² = 3 - i - 2(-1) = 3 - i + 2 = 5 - i. This substitution is the entire machinery — no new rules needed. Powers of i follow a four-cycle: i¹ = i, i² = -1, i³ = i·i² = -i, i⁴ = i·i³ = i·(-i) = -i² = 1, and then i⁵ = i again. To evaluate i^n for large n, divide n by 4 and use the remainder.
Geometrically, complex numbers live on the *complex plane*: the real part plotted on the horizontal axis and the imaginary part on the vertical axis. This gives every complex number a unique geometric location. For example, 3 + 2i is the point (3, 2). This two-dimensional view becomes powerful when you study multiplication as rotation — multiplying by i rotates 90° counterclockwise — but for now, the key takeaway is that complex numbers have a visual home.
The motivation for introducing complex numbers goes beyond quadratics. The Fundamental Theorem of Algebra — which you will encounter next — states that every polynomial of degree n has exactly n roots in the complex numbers (counting multiplicity). This is a profound unification: over the complex numbers, polynomials are "complete" in a way that real polynomials are not. Complex numbers were invented to patch one hole (sqrt(-1)) and ended up completing the entire theory of polynomial equations.