What Are Complex Numbers? A Plain Language Introduction

Complex numbers aren't fake, and they aren't just algebra tricks. They're points on a map with two directions instead of one. Here's how the real plane, vector addition, and rotation all fall out of one simple idea.

By Petrus Sheya

August 3, 2026 · 5 min read

What if numbers didn't have to live on a single line?

Every number you learned in school, whole numbers, fractions, negatives, all of it, sits on one line stretching left and right forever. That line covers a lot. But it can't cover everything. And once you let go of the line, you get access to a whole plane of numbers, one that turns out to describe rotation, waves, electricity, and a hundred other things the line never could.

That's what a complex number is. Not a trick, not something "imaginary" in the everyday sense. Just a number with two coordinates instead of one.


Why isn't one direction enough?

Picture the number line. Zero in the middle, positive numbers to the right, negative to the left. Every number you add, subtract, multiply, or divide lands somewhere on that line.

Now try this: pace out a route to a friend's house. "Walk 3 blocks" doesn't tell you where to go. You also need a direction: east, or maybe northwest. One number, distance, was never enough. You always needed two pieces of information: how far, and which way.

The regular number line only tracks one of those things. It's a route where you can only walk east or west. A complex number adds the missing direction: north and south. Now you can point anywhere on a flat map, not just along one road.

Drag the point. A complex number is just a location on this map: how far east/west, and how far north/south.

ReImz = 3.0 + 2.0i
Real part3.00
Imaginary part2.00
Modulus |z|3.61
Argument θ34°

Drag the point around. The horizontal position is the real part, exactly the same kind of number you already know. The vertical position is the imaginary part, the new direction. Together, they pin down one exact spot.


What do we call the new direction?

We write a complex number as z=a+biz = a + bi. Here aa is how far along the real axis (east/west), and bb is how far along the new axis (north/south). The letter ii just marks that bb belongs to the new direction, the same way you'd write "3 km north" instead of just "3."

Here's the part that trips people up: ii is defined so that i2=1i^2 = -1. That looks like nonsense if you're still thinking of ii as a number on the old line, since no real number squares to a negative. But ii was never trying to live on that line. It's a direction, not a quantity. Once you stop asking "what number is ii" and start asking "which way does it point," the definition stops being weird.

So the real numbers are the special case of complex numbers where b=0b = 0, you never left the horizontal road. Every ordinary number you've ever used was secretly a complex number all along, just one that happened to point due east.


What happens when you add two of them?

Adding complex numbers is exactly like following two walking directions back to back. Walk the first path, then walk the second path starting from wherever the first one left you.

(a1+b1i)+(a2+b2i)=(a1+a2)+(b1+b2)i(a_1 + b_1 i) + (a_2 + b_2 i) = (a_1 + a_2) + (b_1 + b_2) i

You just add the east/west parts together, and separately add the north/south parts together. No new rule to memorize: it's the same as adding coordinates, or adding two arrows tip to tail.

Drag z₂. Notice the sum is just walking z₁, then walking z₂ from there, tip to tail.

ReImz₁ (fixed)z₁+z₂
z₁3.0 + 1.0i
z₂-2.0 + 2.5i
z₁ + z₂1.0 + 3.5i

Drag z2z_2 around and watch the sum. The result is always the fourth corner of the parallelogram made by the two arrows. That's not a coincidence, it's just what "walk this path, then that path" looks like on a map.


But what does multiplication actually do?

Addition was easy: it's just adding coordinates. Multiplication is where complex numbers start doing something the real line never could.

Here's the thing to notice: every complex number has a length (how far from the center) and an angle (which way it points from the center). We call the length the modulus, written z|z|, and the angle the argument.

z=a2+b2θ=arctan(ba)|z| = \sqrt{a^2 + b^2} \qquad \theta = \arctan\left(\frac{b}{a}\right)

Now watch what multiplying by a complex number ww does to another number zz.

Drag w. Multiplying z by w turns z by w's angle and stretches it by w's length. Angles add, lengths multiply.

ReImz (fixed)z·ww
|z| · |w|3.16 · 1.08 = 3.42
arg(z) + arg(w)18° + 56° = 75°
z·w0.9 + 3.3i

Drag ww around. The product zwz \cdot w always has its length equal to zw|z| \cdot |w|, and its angle equal to the angle of zz plus the angle of ww. Multiplying two complex numbers rotates and stretches, all at once. Lengths multiply. Angles add.

That's the payoff for accepting a second direction. On the plain number line, multiplying by 1-1 was the only "turn around" you could do, a flip of 180 degrees. On the complex plane, multiplying by different numbers gives you every possible turn, by any angle, plus any amount of stretching, all in one operation.


Why do the powers spiral?

Once you know multiplication rotates and scales, you can ask what happens if you multiply the same number by itself over and over. zz, then z2z^2, then z3z^3, and so on.

Each step applies the same rotation and the same scaling again. If z|z| is bigger than 1, every step stretches the point a little further out. If z|z| is smaller than 1, every step pulls it a little closer to the center. And if z|z| is exactly 1, the length never changes at all, only the angle keeps turning, forever tracing the same circle.

Set |z|, then watch z, z², z³... unfold. Each step rotates by the same angle and scales by |z| again.

ReImz^0
Stepn = 0
|z|ⁿ1.000
StatusSpiraling inward

Slide z|z| below 1 and hit play. Watch the points spiral in toward the center, never quite arriving. Push z|z| above 1 and the spiral flies outward instead. Set it right at 1 and the points just orbit, endlessly, on the unit circle. That single number, the modulus, decides the entire long-term fate of the sequence.


So what are complex numbers, really?

A complex number is a point on a plane instead of a point on a line: a real part telling you how far east or west, and an imaginary part telling you how far along the new, perpendicular direction. Adding them is ordinary vector addition, tip to tail. Multiplying them rotates and rescales, angles add and lengths multiply.

None of that requires believing in anything "imaginary." It just requires letting numbers point in more than one direction. And once you do, an enormous amount of math that looked disconnected, rotations, waves, oscillations, electrical circuits, suddenly turns out to be the same idea wearing different clothes.