Imaginary Numbers
Imaginary numbers extend the real number system by introducing a new unit \( i \) defined by \( i^2 = -1 \). The name ‘imaginary’ is historical and unfortunate — these numbers are no less real than negative numbers or fractions, and they’re absolutely essential in physics, engineering, and pure mathematics. Combined with real numbers, they form the complex numbers, which give algebra and geometry their cleanest unified language.

The Imaginary Unit
The imaginary unit \( i \) is defined by:
$$ i^2 = -1 \quad \text{or equivalently} \quad i = \sqrt{-1} $$
This single definition unlocks the square root of any negative number: \( \sqrt{-9} = 3i \), \( \sqrt{-2} = i\sqrt{2} \), and so on. An imaginary number is anything of the form \( bi \) where \( b \) is real.
Powers of i
The powers of \( i \) cycle through four values:
$$ i^1 = i, \quad i^2 = -1, \quad i^3 = -i, \quad i^4 = 1, \quad i^5 = i, \ldots $$
To compute \( i^n \) for any positive integer, take \( n \bmod 4 \) and look up the value. Example: \( i^{2026} \): \( 2026 \bmod 4 = 2 \), so \( i^{2026} = -1 \).
Complex Numbers
A complex number combines a real and imaginary part: \( z = a + bi \), where \( a \) is the real part and \( b \) is the imaginary part. Complex numbers are written with addition and multiplication that follow ordinary algebra plus the rule \( i^2 = -1 \).
Addition: \( (a + bi) + (c + di) = (a+c) + (b+d)i \).
Multiplication: \( (a + bi)(c + di) = ac + adi + bci + bdi^2 = (ac – bd) + (ad + bc)i \).
Complex conjugate: \( \overline{a+bi} = a – bi \). Multiplying a number by its conjugate gives a real number: \( (a+bi)(a-bi) = a^2 + b^2 \).
The Complex Plane
Just as real numbers fit on a number line, complex numbers fit on a 2D plane: the real part on the horizontal axis, the imaginary part on the vertical axis. Each complex number \( a + bi \) corresponds to the point \( (a, b) \). The distance from the origin is the modulus \( |z| = \sqrt{a^2 + b^2} \), and the angle from the positive real axis is the argument \( \arg(z) = \arctan(b/a) \).
Multiplying complex numbers becomes geometric: their moduli multiply and their arguments add. This is what makes complex numbers the natural language for rotation.
Why They Matter
- Algebra. Every non-constant polynomial with complex coefficients has a complex root (Fundamental Theorem of Algebra). The reals don’t have this property — \( x^2 + 1 = 0 \) has no real solution.
- Electrical engineering. AC circuits are analyzed using complex impedance \( Z = R + jX \) (engineers use \( j \) instead of \( i \) to avoid clashing with current). Voltage, current, and impedance combine via complex algebra rather than separate amplitude and phase equations.
- Quantum mechanics. The wave function \( \psi \) is fundamentally complex. The Schrödinger equation has \( i \) on the left-hand side; without imaginary numbers, quantum mechanics doesn’t exist.
- Signal processing. The Fourier transform decomposes signals into complex exponentials \( e^{i\omega t} \) — a single complex equation that handles amplitude and phase simultaneously.
- Euler’s identity. \( e^{i\pi} + 1 = 0 \) connects the five fundamental constants in one line. It’s a special case of \( e^{i\theta} = \cos\theta + i\sin\theta \), which links exponentials to trigonometry.
Related study notes: Complex Numbers, Quadratic Equations, Euler’s Identity, Fourier Series.
Frequently Asked Questions
What is an imaginary number?
An imaginary number is a multiple of the imaginary unit i, where i is defined by i² = -1. Examples: 3i, -7i, i√5. The square root of any negative number is imaginary: √(-16) = 4i. Imaginary numbers don’t appear on the standard real number line — they live on a perpendicular axis.
Are imaginary numbers real?
Yes, they’re as mathematically valid as any other numbers. The label ‘imaginary’ is a 17th-century historical accident — Descartes used it dismissively. Today, imaginary and complex numbers are essential in physics (quantum mechanics, electromagnetism), engineering (AC circuits, signal processing), and pure mathematics. They describe real, measurable phenomena.
What is i squared?
i² = -1, by definition. From this single rule, you can derive everything else about imaginary and complex numbers. Higher powers cycle: i¹ = i, i² = -1, i³ = -i, i⁴ = 1, and then they repeat.
What’s the difference between imaginary and complex numbers?
An imaginary number is purely a multiple of i (like 5i or -2i). A complex number is the sum of a real part and an imaginary part: a + bi where a and b are real. Every imaginary number is also complex (with a = 0), and every real number is also complex (with b = 0). The complex numbers contain both as special cases.
Why use imaginary numbers in physics?
They make the math cleaner. AC circuit analysis collapses into single complex equations instead of paired amplitude and phase calculations. Quantum mechanics fundamentally requires complex wave functions — the Schrödinger equation has an i in it. Fourier analysis (used in audio, image, and signal processing) is naturally expressed using complex exponentials. In each case, two real equations become one complex equation.
Who invented imaginary numbers?
They emerged in 16th-century Italy during the search for solutions to cubic equations. Cardano (1545) encountered them but called them ‘sophistic’. Rafael Bombelli (1572) worked out their algebra. Euler introduced the symbol i in the 1700s and showed e^(iπ) + 1 = 0. Gauss popularized the geometric interpretation as points on a plane and coined ‘complex number’. Today they’re foundational across mathematics and physics.