← Back to High School Math

Complex Numbers

High School Math · Algebra 2Preview

1. Introduction

For most of your mathematical life you have been told that you "cannot take the square root of a negative number." That is true within the real numbers — no real number squared gives 1-1, because squaring always produces something 0\ge 0. But mathematicians discovered that if you simply invent a new number whose square is 1-1 and play by the usual algebraic rules, something remarkable happens: every polynomial equation becomes solvable, and a whole new, internally consistent number system opens up. That invented number is the imaginary unit ii, and the system built from it is the complex numbers.

The name "imaginary" is an unfortunate historical accident — complex numbers are no less real than negative numbers or fractions, both of which were once viewed with suspicion. They are indispensable in electrical engineering (where current and voltage are tracked with complex amplitudes), in physics (quantum mechanics is written in complex numbers), in signal processing, and in pure mathematics. Even problems that only mention real numbers, like factoring x2+1x^2 + 1, are illuminated by allowing complex answers.

In this article we define ii, build the arithmetic of complex numbers (addition, subtraction, multiplication, and the clever conjugate trick for division), uncover the elegant four-step cycle of the powers of ii, learn to picture complex numbers as points in a plane with a measurable distance from the origin called the modulus, and solve quadratics with negative discriminants. By the end, complex arithmetic should feel as routine as working with binomials.

Complex numbers unify algebra and geometry: every point in the plane corresponds to one complex number, and every complex number to one point. This geometric viewpoint will become essential when you study polar form and Euler's formula in later courses, but even now the Argand diagram gives you a visual check on whether your arithmetic makes sense.

2. Core Concepts

2.1 The imaginary unit

The imaginary unit is defined by the single rule

i2=1,equivalently i=1.i^{2} = -1, \qquad \text{equivalently } i = \sqrt{-1}.

From this one definition everything else follows. For instance, the square root of any negative number can now be written in terms of ii: 9=91=3i\sqrt{-9} = \sqrt{9}\,\sqrt{-1} = 3i, and 7=i7\sqrt{-7} = i\sqrt{7}. A useful safety note: always pull out the ii first, because the careless step 49=36=6\sqrt{-4}\,\sqrt{-9} = \sqrt{36} = 6 is wrong; correctly, 49=(2i)(3i)=6i2=6\sqrt{-4}\,\sqrt{-9} = (2i)(3i) = 6i^2 = -6.

2.2 Complex numbers: real and imaginary parts

A complex number is any expression of the form

z=a+bi,z = a + bi,

where aa and bb are real numbers. We call aa the real part, written Re(z)=a\operatorname{Re}(z) = a, and bb the imaginary part, written Im(z)=b\operatorname{Im}(z) = b (note: the imaginary part is the real number bb, not bibi). When b=0b = 0 the number is purely real, so every real number is also complex — the reals sit inside the complex numbers. When a=0a = 0 and b0b \neq 0, the number bibi is called purely imaginary.

Two complex numbers are equal exactly when their real parts match and their imaginary parts match: a+bi=c+dia + bi = c + di iff a=ca = c and b=db = d. This "equate parts" principle is used constantly to solve equations.

2.3 The set C\mathbb{C} and closure under operations

The collection of all complex numbers is denoted C\mathbb{C}. A remarkable fact: if you add, subtract, multiply, or divide (except by zero) any two complex numbers, the result is always another complex number in standard form a+bia + bi. The number system is closed under these operations — you never need to invent a new kind of number to finish a calculation.

2.4 Addition and subtraction

Because the real and imaginary parts live on independent axes, we combine them separately, exactly like collecting like terms:

(a+bi)+(c+di)=(a+c)+(b+d)i,(a + bi) + (c + di) = (a + c) + (b + d)i, (a+bi)(c+di)=(ac)+(bd)i.(a + bi) - (c + di) = (a - c) + (b - d)i.

For example (3+2i)+(15i)=43i(3 + 2i) + (1 - 5i) = 4 - 3i. You never mix a real part with an imaginary part, just as you would never combine 33 and 2x2x into one term.

2.5 Multiplication

Multiply complex numbers exactly as you multiply binomials (FOIL), then replace i2i^2 with 1-1 and recombine:

(a+bi)(c+di)=ac+adi+bci+bdi2=(acbd)+(ad+bc)i.(a + bi)(c + di) = ac + adi + bci + bd\,i^{2} = (ac - bd) + (ad + bc)i.

The bd-bd appears precisely because i2=1i^2 = -1. Worked instance:

(2+3i)(14i)=28i+3i12i2=25i+12=145i.(2 + 3i)(1 - 4i) = 2 - 8i + 3i - 12i^{2} = 2 - 5i + 12 = 14 - 5i.

2.6 Deriving the multiplication formula

Start from (a+bi)(c+di)(a + bi)(c + di) and expand with FOIL. The only step that differs from real binomials is replacing i2i^2 with 1-1:

ac+adi+bci+bdi2=ac+(ad+bc)i+bd(1)=(acbd)+(ad+bc)i.ac + adi + bci + bdi^2 = ac + (ad + bc)i + bd(-1) = (ac - bd) + (ad + bc)i.

Memorizing the pattern "real part is acbdac - bd, imaginary part is ad+bcad + bc" speeds up hand calculations.

Shortcut for squaring: (a+bi)2=(a2b2)+2abi(a + bi)^2 = (a^2 - b^2) + 2abi. Apply directly instead of full FOIL when the two factors are identical.

2.7 Powers of ii

The powers of ii cycle through four values forever:

i1=i,i2=1,i3=i2i=i,i4=(i2)2=1,i^{1} = i,\quad i^{2} = -1,\quad i^{3} = i^{2}\cdot i = -i,\quad i^{4} = (i^{2})^{2} = 1,

and then i5=i4i=ii^{5} = i^{4}\cdot i = i restarts the cycle. So to evaluate any power, divide the exponent by 44 and use only the remainder: remainder 010 \to 1, 1i1 \to i, 212 \to -1, 3i3 \to -i.

For negative exponents, use i1=1ii^{-1} = \dfrac{1}{i}. Multiply top and bottom by ii: 1iii=ii2=i1=i\dfrac{1}{i} \cdot \dfrac{i}{i} = \dfrac{i}{i^2} = \dfrac{i}{-1} = -i.

2.8 The complex conjugate

The conjugate of z=a+biz = a + bi is zˉ=abi\bar{z} = a - bi — flip the sign of the imaginary part. The conjugate is special because multiplying a number by its conjugate erases ii entirely:

(a+bi)(abi)=a2(bi)2=a2b2i2=a2+b2,(a + bi)(a - bi) = a^{2} - (bi)^{2} = a^{2} - b^{2}i^{2} = a^{2} + b^{2},

a non-negative real number. This is the key to division: to simplify a quotient, multiply the numerator and denominator by the conjugate of the denominator, turning the denominator real.

2.9 The complex plane and modulus

We can picture a+bia + bi as the point (a,b)(a, b) in a plane (the Argand diagram), with the horizontal axis for the real part and the vertical axis for the imaginary part. The distance from the origin to that point is the modulus:

a+bi=a2+b2,|a + bi| = \sqrt{a^{2} + b^{2}},

which comes directly from the Pythagorean theorem. The modulus measures the "size" of a complex number; for a real number it reduces to the ordinary absolute value. Notice also that zzˉ=a2+b2=z2z\bar{z} = a^2 + b^2 = |z|^2, linking conjugates and modulus.

2.10 Properties of conjugation

Conjugation distributes over arithmetic:

z1+z2=zˉ1+zˉ2,z1z2=zˉ1zˉ2,zˉ=z.\overline{z_1 + z_2} = \bar{z}_1 + \bar{z}_2, \qquad \overline{z_1 z_2} = \bar{z}_1 \cdot \bar{z}_2, \qquad \overline{\bar{z}} = z.

These properties make conjugates powerful tools for simplifying expressions and proving identities.

2.11 Complex roots of quadratics

When the discriminant b24ac<0b^2 - 4ac < 0 of ax2+bx+c=0ax^2 + bx + c = 0, the quadratic formula produces a negative under the square root. Writing D=iD\sqrt{-D} = i\sqrt{D} gives two complex conjugate roots. For real coefficients, complex roots always come in conjugate pairs: if a+bia + bi is a root, so is abia - bi.

2.12 The Fundamental Theorem of Algebra (preview)

Every polynomial of degree nn with complex coefficients has exactly nn complex roots (counting multiplicity). This is why extending to C\mathbb{C} "completes" algebra — no polynomial is left without a solution.

2.13 Factoring with complex numbers

Polynomials that do not factor over the reals may factor over the complexes. For example, x2+1=(xi)(x+i)x^2 + 1 = (x - i)(x + i) and x2+4=(x2i)(x+2i)x^2 + 4 = (x - 2i)(x + 2i). Each quadratic x2+kx^2 + k with k>0k > 0 splits into conjugate linear factors. This is why the quadratic formula always works in C\mathbb{C}: even when D<0D < 0, the roots x=b±iD2ax = \dfrac{-b \pm i\sqrt{|D|}}{2a} are valid complex numbers.

Continue reading with Premium

Upgrade to read the full article and unlock all Premium features.

Free

  • Unlimited practice — all difficulties
  • 3 hints / day
  • Community solutions
  • 2 timed mocks / month

Premium

  • Full article + all 57+ theory guides
  • Unlimited hints on practice problems
  • Unlimited timed mock exams & PDF worksheets
Log in