Complex Numbers
Ask a beginner to solve and they will tell you, correctly, that no real number squared gives a negative. So mathematicians did something audacious: they invented a new number that does. That single act — declaring a symbol with the property — opens a whole new landscape where every polynomial has roots, where rotation becomes multiplication, and where the equations governing electricity, quantum mechanics, and signal processing suddenly become simple.
Complex numbers are not a mathematical curiosity or a "fake" number system. They are as concrete and useful as the real numbers, and they are the natural completion of arithmetic. This page will show you what they are, how to compute with them fluently, and — just as important — why anyone ever needed them.
Learning Objectives
- Understand the imaginary unit and why it was introduced.
- Add, subtract, multiply, and divide complex numbers with confidence.
- Plot complex numbers on the complex (Argand) plane.
- Compute the modulus and conjugate, and use conjugates to divide.
- Convert between rectangular form and polar form .
- Appreciate the historical struggle that made complex numbers "respectable."
Quick Answer
A complex number has the form , where and are real numbers and is the imaginary unit defined by . Here is the real part and is the imaginary part. You add and multiply them just like binomials, replacing with whenever it appears. Every complex number corresponds to a point in the complex plane. Its modulus is its distance from the origin, and its conjugate is its mirror image across the real axis. In polar form, a complex number is described by its modulus and angle , which makes multiplication and taking powers remarkably easy.
Where It Came From
The story of complex numbers is a story of reluctant acceptance. They did not arrive to solve — nobody in the 1500s cared about equations with no solutions. They arrived, unexpectedly, from equations that clearly did have real solutions.
In 1545 the Italian mathematician Gerolamo Cardano, in his book Ars Magna, published a formula for solving cubic equations. When he applied it to certain cubics, the formula demanded that he take the square root of a negative number in the middle of the calculation — even though the final answer turned out to be a perfectly ordinary real number. Cardano was baffled. He famously worked out and as solutions to a problem, remarked that the reasoning was "as subtle as it is useless," and moved on.
The breakthrough came from Rafael Bombelli around 1572. Studying the cubic , whose obvious real solution is , Bombelli noticed that Cardano's formula produced . Rather than dismiss the negative roots, Bombelli boldly assumed they obeyed ordinary algebra, computed with them, watched the "impossible" parts cancel, and recovered . This was the crucial insight: even if you did not know what was, you could compute with it consistently and get true results.
For two more centuries these quantities were treated with suspicion — René Descartes coined the dismissive term "imaginary" in 1637. Rehabilitation came from two giants. Leonhard Euler (1700s) introduced the symbol for and discovered the astonishing formula , linking complex numbers to trigonometry and exponentials. Finally Carl Friedrich Gauss (early 1800s) gave them a concrete geometric home as points in a plane and proved the Fundamental Theorem of Algebra: every polynomial of degree has exactly roots in the complex numbers. What had been "impossible" was now the setting in which algebra becomes complete.
The Imaginary Unit and the Form a + bi
Everything begins with one definition:
From this, powers of cycle with period four:
To simplify a high power of , divide the exponent by 4 and keep the remainder. For example, : since , we have .
A complex number is any expression with real. We call the real part and the imaginary part (note: the imaginary part is the real number , not ). Real numbers are just complex numbers with , and pure imaginary numbers have .
Worked example. Simplify .
Arithmetic: Add, Subtract, Multiply, Divide
Addition and subtraction combine real parts with real parts and imaginary with imaginary:
Worked example.
Multiplication uses the distributive law (FOIL), then replaces with :
Worked example. Multiply . Since , the last term is :
Division is the clever step. To divide, multiply the top and bottom by the conjugate of the denominator, which turns the denominator into a real number.
Worked example. Compute . Multiply by the conjugate : Numerator: . Denominator: .
The Complex Plane, Modulus, and Conjugate
Gauss's key idea was to picture as the point — with the horizontal real axis and the vertical imaginary axis. This picture is called the complex plane or Argand diagram (after Jean-Robert Argand, who published it in 1806).
The modulus (or absolute value) is the distance from the origin to that point, by the Pythagorean theorem:
The conjugate, written , reflects the point across the real axis by flipping the sign of the imaginary part:
A beautiful identity ties them together: . This is exactly why multiplying by the conjugate clears the denominator in division — it produces a real number.
Worked example. For :
- Conjugate: .
- Modulus: .
- Check: ✓
Polar Form and Multiplication as Rotation
Because a complex number is a point in the plane, we can also locate it by its distance from the origin and the angle it makes with the positive real axis (the argument). Then:
Using Euler's formula this is written compactly as . To find and from : and , adjusted for the correct quadrant.
The payoff is enormous. To multiply two complex numbers in polar form, you multiply the moduli and add the angles:
So multiplication by a complex number rotates and scales. Raising to a power (De Moivre's theorem) becomes .
Worked example. Convert to polar form and compute .
- Modulus: .
- Argument: (first quadrant).
- Polar form: .
- Power:
Doing by hand in rectangular form would be painful; polar form makes it a one-liner.
Real-World Applications
- Electrical engineering. Alternating-current circuits use complex numbers (engineers write instead of ) to track both the magnitude and phase of voltages and currents. Impedance combines resistance and reactance into a single complex quantity, turning calculus problems into algebra.
- Signal processing. The Fourier transform decomposes signals into complex exponentials . This underlies audio compression (MP3), image formats (JPEG), and wireless communication.
- Quantum mechanics. The wavefunction that describes a particle is complex-valued; complex amplitudes are not optional here but fundamental to the theory.
- Control systems and stability. Whether a bridge, aircraft, or feedback loop is stable depends on where certain roots sit in the complex plane.
- Fractals and computer graphics. The Mandelbrot set is defined by iterating over complex numbers; 2D rotations in graphics can be encoded as complex multiplication.
Common Mistakes
Mistake 1: Writing . Why it is wrong: the rule only holds for non-negative reals. Correction: convert to first. . The correct answer is , not .
Mistake 2: Confusing the imaginary part with . Why it is wrong: for , students say the imaginary part is . By definition, , a real number — not . The is a label, not part of the value.
Mistake 3: Forgetting that during multiplication. Why it is wrong: treating like an ordinary variable and leaving in the answer. Correction: always substitute and combine, e.g. , not .
Mistake 4 (bonus): Getting the argument's quadrant wrong. from a calculator only returns angles between and . For a number like (third quadrant), you must add to the raw arctan result.
Comparison and Connections
| Feature | Real Numbers | Complex Numbers |
|---|---|---|
| Form | ||
| Visualize as | Points on a line | Points in a plane |
| solvable? | No | Yes () |
| Ordered (, )? | Yes | No meaningful order |
| Polynomial roots | May have none | Always has roots (degree ) |
Complex numbers extend the reals: every real number is a complex number with zero imaginary part. The trade-off is that you lose ordering — it makes no sense to say — but you gain algebraic completeness. The modulus generalizes the absolute value of a real number, and the conjugate is closely tied to reflection and to the dot product in the plane. Polar form connects complex numbers directly to trigonometry and to the exponential function through Euler's formula.
Practice Questions
Recall
Simplify . Answer: , so .
Understanding
Find the modulus and conjugate of . Answer: ; .
Application
Compute . Guidance: Multiply top and bottom by the conjugate . Numerator: . Denominator: . Result: .
Analysis
Convert to polar form, then find . Guidance: . The point is in the second quadrant; raw , so add to get . Then . So — meaning is a cube root of 8 that is not real.
FAQ
Is a real thing, or just made up? It is exactly as "real" as negative numbers or zero — all were once distrusted. "Imaginary" is an unfortunate historical name. Complex numbers describe physical reality (AC circuits, quantum states) so precisely that engineers rely on them daily. They are a legitimate, rigorous number system.
Why can't complex numbers be ordered like real numbers? Any consistent ordering would have to make or . Both lead to contradictions: for instance, if then , but . So no order relation is compatible with the arithmetic.
What is the difference between the modulus and the argument? The modulus is how far the number is from the origin (its size). The argument is which direction it points (its angle). Together they pin down the number, just like coordinates do.
When should I use polar form instead of ? Use rectangular form () for adding and subtracting. Switch to polar form for multiplication, division, powers, and roots — angles add and moduli multiply, which is far easier than expanding by hand.
Does every equation have complex solutions? Every non-constant polynomial equation does — that is the Fundamental Theorem of Algebra. A degree- polynomial has exactly complex roots (counting repeats). Not all equations are polynomials, but within algebra, complex numbers close the gap that reals leave open.
Quick Revision
- Imaginary unit: ; powers cycle with period 4.
- Standard form: ; , .
- Add/subtract: combine like parts. Multiply: FOIL, then .
- Conjugate: ; divide by multiplying by the conjugate.
- Modulus: , and .
- Polar form: , with , (fix the quadrant).
- Multiply in polar: multiply moduli, add angles. Powers: (De Moivre).
Related Topics
Prerequisites
- Algebra overview
- Quadratic equations and the quadratic formula
- Basic trigonometry (sine, cosine, and angles)
Related Topics
- Polynomials and the Fundamental Theorem of Algebra
- Trigonometry and the unit circle (for polar form)
Next Topics
- De Moivre's theorem and roots of unity
- Euler's formula and exponential form
- Vectors and the geometry of the plane