Take three numbers that seem to have nothing to do with each other.
, the base of natural growth, about 2.718. , a number that squares to give . And , the ratio burned into every circle.
Raise to the power , whatever that means, and add 1. You get exactly 0.
Not approximately zero. Not zero if you round generously. Exactly zero, every time, to as many decimal places as you care to check.
That should feel impossible. comes from compound growth. comes from circles. isn't even on the number line. How do three completely unrelated ideas collapse into the simplest number there is?
The answer comes down to one idea: multiplying by doesn't scale a number. It rotates it. Once you see that clearly, the whole identity falls out on its own.
e^x means continuous growth, not repeated multiplication
Before we can make sense of raising to an imaginary power, we need to be honest about what means in the first place, because "multiply by itself times" only makes sense when is a whole number.
Here's the real definition: is what you get from something that grows continuously, at every instant, at a rate equal to its own current size. Bacteria doubling. Money compounding every microsecond instead of once a year. The bigger you are, the faster you grow, and the faster you grow, the bigger you get. That feedback loop is why exponential growth explodes so fast, and is just the base that makes the feedback loop clean.
Now the real question: what happens if that growth isn't allowed to grow at all? What if, instead of pushing you further out, it's forced to push you sideways?
Multiplying by i doesn't grow you, it turns you
Try multiplying by a few times. Start at 1. . . . , back where you started.
Notice what never changes: the distance from zero. Every single one of those numbers is exactly 1 unit from the origin. Multiplying by never scales anything up or down. All it does is turn you 90 degrees.
So imagine an exponential process where the "growth" happens in that rotated direction instead of the usual outward one. Every instant, instead of pushing you further from the center, it pushes you sideways to wherever you already are. You can't get bigger. You can only turn.
Slide the angle below from "growth points outward" to "growth points sideways," and watch what happens to the curve.
Slide the growth direction from purely outward to purely sideways, and watch the exploding curve curl into a closed loop.
At 0 degrees, growth points straight outward, the ordinary kind, and the curve is a plain exponential explosion racing off the edge of the plot. At 90 degrees, growth points entirely sideways, and the curve can never get further from the center than it already is. It just closes up into a perfect loop.
That's the entire secret behind imaginary exponents. isn't a number that grows. It's a number that only ever turns.
e^(iθ) is just a point on the unit circle
Now we can put a name on that loop. Since raising to an imaginary power only rotates, the natural question is: rotates by how much?
The answer is direct. is the point you land on after rotating exactly radians around the unit circle, starting from 1. We write this as:
This isn't a coincidence of notation. and are, by definition, the horizontal and vertical coordinates of a point radians around the unit circle. So is just shorthand for "the point at angle ."
Drag the point below and watch the readout track it live.
Drag the point around the circle. Its coordinates are always (cos θ, sin θ). That pair is exactly what e^(iθ) means.
Notice the small marker sitting at the far left, at angle . Hit "Snap to π" and look at what the readout says. That's not a coincidence we're building toward. That's most of the identity, one drag away.
Why does a sideways push force a circle?
We skipped a step. Why does "growth pointing sideways" have to trace a perfect circle, rather than some other curve?
Think of a satellite in orbit, or a ball on the end of a string. Gravity, or the string's tension, always pulls exactly sideways to the satellite's motion. Never forward, never backward. A sideways pull can't speed the satellite up or slow it down, because speeding up or slowing down would require a push along the direction of travel. All that sideways pull can do is bend the path. Bend a path continuously, at a constant rate, with a push that's always exactly perpendicular to the motion, and you get a circle. That's not a coincidence. It's what circular motion is.
Multiplying by is exactly that perpendicular push. If your position is , your instantaneous direction of travel is , a 90 degree turn from where you stand. Position and velocity are always at right angles, so your speed never changes and your path never grows. It only curves.
The velocity arrow is always perpendicular to the position arrow. A push that never points forward or outward can only turn you, forever.
Watch the arrow. It never points outward, away from the center, and never points back toward it. It's always exactly perpendicular to the radius. That single constraint is enough to lock the point into an endless, perfectly circular orbit.
The infinite series lands on exactly -1 too
We've made the geometric case. Now let's check it with pure algebra, no circles required.
has an infinite series: . Plug in a number and, despite going on forever, it converges fast.
Set . Since powers of cycle through every four steps, the terms of this sum don't climb a number line, they spiral around the complex plane. Add enough of them up and watch where the running total lands.
Each dot is a partial sum of the series for e^(iπ). Add more terms and the spiral tightens straight onto -1.
Slide the number of terms up. The spiral tightens fast. By around ten or twelve terms, the partial sum already sits within a hair of , and it keeps closing in the further you go. Pure algebra says exactly what the geometry said: .
Halfway around the circle is exactly -1
Here's where it all lands. Go back to the rotation dial in your head and set , half of a full rotation.
Start at 1, on the positive real axis. Rotate exactly halfway around a circle of radius 1... and you land on the point directly opposite where you started. Not close to . Exactly , because halfway around any circle always puts you diametrically across from your starting point.
Add 1 to both sides, and the right side disappears entirely:
That's the whole identity. Three constants that seemed to have nothing to do with each other turn out to be the same fact, viewed from three angles. governs continuous growth. bends that growth into rotation. measures exactly half of one full turn. Put them together and you land on the one number that erases everything: zero.
The short version
isn't a number that grows, it's a number that only turns, because multiplying by is a 90 degree rotation, not a scaling. Rotating continuously at a constant rate traces a perfect circle, and with are just the coordinates of that circle at angle . At , you've rotated exactly halfway around, landing on . Add 1, and you land on 0.
Five symbols, one circle, half a turn.
All visualizations are interactive React components running entirely in your browser, built with plain SVG. The spiral, the rotation dial, and the orbit all come from the same underlying equation, just viewed from different angles. No libraries beyond React.