What Is Euler's Formula and Why Is It Called Beautiful?

Mathematicians keep voting the same equation the most beautiful one ever written. The reason isn't cleverness. It's how much e^(iθ) = cosθ + i sinθ explains using how little it says.

By Petrus Sheya

August 3, 2026 · 6 min read

Physicists and mathematicians have been polled on their favorite equation more than once. The same one keeps winning:

eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta

That's Euler's formula. Not the famous special case you may have seen, eiπ+1=0e^{i\pi} + 1 = 0, that's just this formula evaluated at one particular angle. The formula itself is bigger and, honestly, more useful.

But "beautiful" is a strange word to put on an equation. Beautiful compared to what? Says who? Let's actually answer that, instead of just repeating the claim.


Mathematicians vote on this, and it keeps winning

Ask a room of mathematicians to rank equations by beauty and you'll get real disagreement. But a few contenders show up again and again: the Pythagorean theorem, F=maF = ma, E=mc2E = mc^2, and Euler's formula near the top of almost every list.

There's a pattern in what wins. It's not the equation that does the most work. It's the equation that connects the most ideas using the fewest symbols, with zero exceptions.

Fewer symbols to the right, more unified ideas toward the top. Click a point. This is one informal way to see why one equation gets singled out.

more symbols →↑ more unifiedEuler's formula
Selectede^{iθ} = cosθ + i sinθ
Symbols used5
Ideas unified4
Ideas per symbol0.80

Ties growth, rotation, and both trig functions into one line, for every angle.

Click through the equations above. Notice where Euler's formula sits: not the fewest symbols on the chart, but by far the most ideas tied together per symbol. It links exponential growth, rotation, and both trig functions, for every angle, all at once. That ratio is most of what "beautiful" means here.


One arrow spinning writes two waves at once

Here's the idea underneath the formula. Picture an arrow of length 1 spinning around a circle at a steady rate. Now look at just its horizontal position over time, ignore everything else. That horizontal position traces out a wave. It rises, falls, rises again, forever.

That wave is cosθ\cos\theta. And the vertical position of the same spinning arrow, traced the same way, gives you sinθ\sin\theta.

So cosine and sine were never two separate functions you had to learn. They're two shadows cast by one rotation, one shadow from the side, one from above.

One arrow spins on the left. Its horizontal shadow draws the top wave, its vertical shadow draws the bottom wave. Same motion, two readouts.

cosθ (horizontal shadow)sinθ (vertical shadow)
θ (now)0°
cosθ1.000
sinθ0.000

Drag the speed slider and watch both waves speed up together, because they come from the exact same arrow. Watch the readouts: at every instant, cos θ and sin θ are just the arrow's horizontal and vertical coordinates, nothing more exotic than that.

Euler's formula is what happens when you stop treating "spinning arrow" and "the coordinate pair (cos θ, sin θ)" as two different things and just write them as the same object:

eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta

The left side is the spin, described as continuous rotation. The right side is the coordinates of where that spin lands. Multiplying by ii turns a number 90 degrees instead of stretching it, which is exactly why raising ee to an imaginary power produces rotation instead of growth. It's the same reason i×i=1i \times i = -1: two 90 degree turns in a row point you backward.


Every trig identity you memorized is one line in disguise

Remember memorizing cos(a+b)=cosacosbsinasinb\cos(a+b) = \cos a \cos b - \sin a \sin b? Most people memorize that formula without ever seeing where it comes from. Euler's formula hands it to you for free.

Here's why. eiae^{ia} and eibe^{ib} are just points on the unit circle at angles aa and bb. Multiply two complex numbers and their angles add:

eiaeib=ei(a+b)e^{ia} \cdot e^{ib} = e^{i(a+b)}

That's just the ordinary rule for exponents, xmxn=xm+nx^m \cdot x^n = x^{m+n}, and it happens to still work when the exponent is imaginary. Now expand both sides using Euler's formula and match up the real parts with the real parts, the imaginary parts with the imaginary parts. The angle-addition formulas for sine and cosine fall straight out. You don't memorize them. You derive them in three lines, any time you need them.

Drag the two arrows. Their product always lands at the summed angle, no lookup table required.

a+b
a35°
b70°
a + b105°
cos(a+b) direct-0.2588
cos a cos b - sin a sin b-0.2588
sin(a+b) direct0.9659
sin a cos b + cos a sin b0.9659

Drag the two arrows around the circle. Watch the third one, the product, land exactly at the summed angle every single time. Then check the numbers below: the direct formula for cos(a+b)\cos(a+b) and the "expanded" version always agree, because they're the same statement written two ways.


Three unrelated proofs all land in the same place

Here's the part that makes mathematicians uneasy in a good way. You can prove Euler's formula through geometry, through calculus, or through pure algebra, and all three routes agree to the decimal.

We just did the geometric version: rotation, arrows, shadows. There's also a calculus version, using the fact that something growing at a rate of ii times its own size has to curl instead of expand. And there's a purely algebraic version, using the infinite series for exe^x:

ex=1+x+x22!+x33!+x44!+e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \cdots

Plug in x=iθx = i\theta. Powers of ii cycle through 1,i,1,i1, i, -1, -i every four steps, so the terms of this sum split cleanly into two piles: the real-valued terms and the imaginary-valued terms. Collect the real pile and, term for term, it's exactly the series for cosθ\cos\theta. Collect the imaginary pile and it's exactly the series for sinθ\sin\theta. No rotation required. No geometry at all. Just bookkeeping.

Every fourth term of the series is real, the rest are imaginary. Collect the real ones and they become cos x. Collect the imaginary ones and they become sin x.

01234567891011121314real terms → cos ximaginary terms → sin x
Real sum vs cos x-0.3418 / -0.3420
Imag sum vs sin x0.9387 / 0.9397
Combined error0.0011

Slide the angle and watch the bars split into two colors, real terms in one, imaginary in the other. Hit "watch it converge" and see both running totals lock onto the true values of cos x and sin x, using nothing but algebra.

Three completely different starting points, geometry, calculus, algebra, and they all crash into the exact same equation. That kind of agreement between unrelated methods is rare, and it's a big part of why this formula gets called beautiful instead of just useful.


Half a turn is where the famous version hides

Now the special case. Set θ=π\theta = \pi, exactly half of one full rotation around the circle. You start at 1, on the far right of the circle, and half a turn later you land exactly opposite where you started, at 1-1.

eiπ=cosπ+isinπ=1+0=1e^{i\pi} = \cos\pi + i\sin\pi = -1 + 0 = -1

Add 1 to both sides and the right side vanishes completely:

eiπ+1=0e^{i\pi} + 1 = 0

Five constants that seem to come from nowhere near each other, ee from continuous growth, ii from a number that isn't on the number line, π\pi from circles, along with 1 and 0, and they collapse into the simplest true statement in math. That's not a separate miracle. It's Euler's formula, evaluated at one specific angle, doing exactly what it always does.


The short version

Euler's formula, eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta, says that spinning around a circle and oscillating back and forth are the same motion, just described from two different angles. Cosine and sine are the horizontal and vertical shadows of one rotating arrow. Multiplying points on that circle adds their angles, which is why every trig identity you memorized is really one algebra rule wearing a disguise. Geometry, calculus, and pure algebra all reach the same formula independently, and at exactly half a turn it produces eiπ+1=0e^{i\pi} + 1 = 0.

That's the case for beauty: one line, five symbols at its most compressed, and it's simultaneously a fact about circles, a fact about growth, and a fact about waves. Nothing here is a coincidence you have to take on faith. It's one idea, rotation, wearing three different outfits.


All visualizations are interactive React components running entirely in your browser, built with plain SVG. No libraries beyond React.