The story you were told, and why it is wrong
The usual fairy tale goes like this: mathematicians wanted to solve x^2 = -1, found no real number worked, so they simply invented one and called it i. If that were the whole story, complex numbers would be a frivolous toy. After all, x^2 = -1 has no real solution for an excellent reason — squaring any real number, positive or negative, gives something non-negative. A reasonable person could just shrug and say 'then the equation has no solution,' the same way we say x + 1 = x has no solution. Nobody invents a number to rescue x + 1 = x.
So the honest question is not 'can we pretend a square root of minus one exists,' but were we ever forced to. The answer is yes, and the force came from a direction nobody expected: not from equations with no real answer, but from equations whose real answers we already knew were there. That is the story worth telling.
Cardano's cubic: the moment we had no escape
In the 1500s, Italian algebraists found a formula for the roots of a cubic equation — the analogue of the quadratic formula, but with cube roots and nested square roots. This is Cardano's formula, and it works beautifully, except for one embarrassment. Sometimes a cubic has three perfectly real roots that you can see, draw, and verify — and yet the formula reaches them only by passing through square roots of negative numbers along the way.
Take x^3 = 15 x + 4. You can check by hand that x = 4 is a root: 4^3 = 64, and 15(4) + 4 = 64. There is nothing imaginary about the answer. But Cardano's formula serves it up as a sum of two cube roots, and inside those cube roots sits the square root of -121. If you flatly refuse to write down sqrt(-121), you cannot turn the formula's crank — and yet the answer it is computing is the honest integer 4. The negative square roots are not the destination; they are the road. Refuse the road and you cannot reach a place you already know is real.
What a complex number actually is
Once we admit i with i^2 = -1, a complex number is simply an expression z = x + i y, where x and y are ordinary real numbers. We call x its real part, written Re z, and y its imaginary part, Im z. Note carefully: the imaginary part of z = 3 + 5 i is the real number 5, not 5 i. A complex number is nothing more mysterious than a pair of real numbers carrying a special multiplication rule.
Now arithmetic follows automatically. You add by combining real parts and imaginary parts separately. You multiply by expanding the brackets exactly as in school algebra and then using i^2 = -1 to collapse the one term that needs it. There is no new sleight of hand; you are just allowed to simplify i^2 to -1 whenever it appears.
(a + i b) + (c + i d) = (a + c) + i (b + d)
(a + i b) * (c + i d) = (a c - b d) + i (a d + b c)
example: (2 + 3 i)(1 - i) = 2 - 2 i + 3 i - 3 i^2
= 2 + i + 3 = 5 + iThe dividend: everything factors
Having paid the price of admitting i, we collect an enormous reward — far larger than the one cubic that forced our hand. Over the real numbers, some polynomials factor completely and others (like x^2 + 1) refuse. Over the complex numbers there are no holdouts at all. The fundamental theorem of algebra says every polynomial of degree n, with complex coefficients, has exactly n complex roots, counted with multiplicity. We added one new number, i, and in return every polynomial equation became solvable. That is a staggering bargain.
It is worth being honest about a subtlety: the fundamental theorem is a theorem, not part of the definition of i. We did not build i to make every polynomial factor — we built it to make one square root behave — and the universal factoring fell out as a free gift. Much of complex analysis has this flavour: you grant one modest-looking permission, and a cascade of unreasonably strong consequences follows.
The picture that turns algebra into geometry
Here is the idea that makes the whole subject sing, and which the next guides unfold in full. Because z = x + i y is built from two real numbers, we can plot it as the point (x, y) — the real part runs east-west, the imaginary part runs north-south. This is the complex plane. Suddenly a complex number is not a strange symbol but a location, an arrow from the origin. Adding two complex numbers becomes adding their arrows tip-to-tail, exactly the parallelogram rule you already know for vectors.
And multiplication? That is where the magic hides, and it is the cliffhanger this rung is built to resolve. Multiplying by a complex number turns out to rotate and scale the plane, and the angle of rotation simply adds. That single fact is why Euler's formula, e^(i theta) = cos theta + i sin theta, ties complex numbers to trigonometry so tightly. Do not worry if that looks like a riddle right now — naming the cliffhanger is the point. By the end of this rung you will multiply complex numbers by spinning the plane, and it will feel inevitable.