VocabDictionary
Back to All Explanations
general

What are complex numbers and how do they work?

Introduction to Complex Numbers

For centuries, mathematicians operated under a strict rule: you cannot take the square root of a negative number. If you try to solve the equation $x^2 + 1 = 0$, you get $x^2 = -1$. In the realm of real numbers, no number multiplied by itself yields a negative result.

To solve this paradox, mathematicians invented the imaginary unit, denoted as $i$. A complex number is simply an expansion of our number system that bridges the gap between real numbers and imaginary numbers, unlocking solutions to equations previously thought impossible.

Definitions

A complex number is any number that can be expressed in the standard form:

$$z = a + bi$$

Here is what each component represents:

  • $z$: The symbol typically used to represent a complex number.
  • $a$: The real part of the complex number, which is a standard real number.
  • $b$: The imaginary coefficient, also a real number.
  • $i$: The imaginary unit, defined fundamentally by the property that $i^2 = -1$ (or equivalently, $i = \sqrt{-1}$).

If $b = 0$, the number is purely a real number. If $a = 0$ and $b \neq 0$, the number is purely imaginary (such as $3i$).

Quick Reference Table

To understand how complex numbers compare to other numerical systems, review the classification below:

Number TypeDescriptionExamplePrimary Use Case
Natural NumbersPositive integers used for counting$1, 2, 3$Counting objects
Real NumbersAll rational and irrational numbers on a continuous line$-5, 0, \pi, \frac{1}{2}$Measuring physical quantities
Imaginary NumbersReal multiples of the imaginary unit $i$$4i, -7.2i$Solving basic quadratic anomalies
Complex NumbersCombinations of real and imaginary parts$3 + 4i, -2 + i$Advanced mathematics and wave mechanics

Real-World Examples

While the word "imaginary" makes these numbers sound fictional, they are indispensable tools in modern science and engineering.

Electrical Engineering (Alternating Current)

In direct current (DC) circuits, real numbers suffice. However, in Alternating Current (AC) circuits, voltage and current oscillate sinusoidally and can be out of phase. Engineers use complex numbers (often denoted by the letter $j$ to avoid confusion with current $i$) to represent both the amplitude and phase of a signal simultaneously in a single mathematical object.

Quantum Mechanics

The foundational equation of quantum mechanics—the Schrödinger equation—fundamentally relies on complex numbers. The wave function that describes the probability of a particle's state inherently incorporates $i$. Without complex numbers, modern quantum physics could not be calculated.

Fluid Dynamics and Aerodynamics

When engineers design aircraft wings, they model airflow using complex potential functions. The mathematics of complex variables allows them to simplify the complex geometry of fluid flow around curved surfaces.

Common Pitfalls

When learning to manipulate complex numbers, students frequently fall into a few classic traps:

  • Forgetting that $i^2 = -1$: When multiplying complex numbers, people often treat $i$ like a regular variable and forget to simplify $i^2$ to $-1$. For example, $(2i) \times (3i) = 6i^2$, which simplifies directly to $-6$, not just $6i^2$.
  • Confusing the Magnitude with a Real Number: The magnitude (or modulus) of a complex number $z = a + bi$ is found using the Pythagorean theorem: $|z| = \sqrt{a^2 + b^2}$. It is not simply $a + b$.
  • Treating the Imaginary Plane as a Traditional Number Line: Real numbers sit on a one-dimensional line. Complex numbers require a two-dimensional complex plane (an Argand diagram), where the horizontal axis represents the real part and the vertical axis represents the imaginary part.