Euler’s identity is often held up as the most beautiful single equation in mathematics:
In one line it binds five fundamental constants — , , , , — through the three most basic operations of arithmetic: addition, multiplication, and exponentiation. But beauty aside, the identity is a consequence of something deeper: the analytic continuation of the exponential function to the complex plane. Everything interesting about it flows from that single extension.
1. The underlying theorem: Euler’s formula
Euler’s identity is a special case of the more general Euler’s formula:
valid for every (indeed, every ). Setting yields , which rearranges into the identity.
The starting point is the power series definition:
This series converges absolutely on all of (by the ratio test), so is an entire holomorphic function. For real it agrees with the familiar exponential; for we compute:
where in the second step we split the sum by parity of and used , . The final identification uses the Taylor series for sine and cosine, which can themselves be taken as the defining series of those functions. No geometry is needed; the derivation is entirely algebraic.
2. The geometric picture
The point traces the unit circle in the complex plane as varies over : at we sit at , at at , at at — Euler’s identity. The real and imaginary parts of this point are and , which is why in many modern textbooks this unit-circle construction is used as the definition of the trigonometric functions. (See the interactive visualization below.)
3. Consequences in complex analysis
The exponential as a group homomorphism
The map given by is a group homomorphism (because , which itself follows from the exponential’s series identity). Its image is the unit circle , and its kernel is :
This is the Lie-group isomorphism between (mod ) and , the simplest non-trivial compact Lie group and the gauge group of electromagnetism. Euler’s identity simply says that maps to the antipode of .
De Moivre’s theorem
Euler’s formula gives De Moivre’s theorem almost for free:
Using this, multiple-angle formulas and trigonometric identities become algebraic manipulations.
Roots of unity
The -th roots of unity are exactly the solutions to in , namely:
These form the cyclic group of order and are foundational in algebraic number theory (cyclotomic fields), Fourier analysis (discrete Fourier transform), and cryptography.
4. Why physics can’t live without it
Harmonic oscillators
The solution to the undamped harmonic-oscillator equation is most compactly written as , the real and imaginary parts giving the physical cosine and sine solutions. Electrical engineers use exactly this representation to analyze AC circuits — the “phasor” method.
Schrödinger’s equation
The time-dependent Schrödinger equation has formal solution . The time-evolution of every quantum system is a complex exponential of the Hamiltonian, which is why unitary operators and the exponential map sit at the center of quantum mechanics.
Fourier analysis
decomposes a function into pure-frequency components . Every one of those exponentials is a corollary of Euler’s formula. Without it, there is no clean theory of signals, filters, or differential equations.
5. The generalized formula on
Analytic continuation extends the identity to arbitrary complex arguments :
This decomposition is the key to the complex logarithm and hence to essentially all of complex analysis. The multivaluedness of — the fact that for every integer — is a direct expression of the periodicity of Euler’s formula.
6. Historical note
Euler published the formula in 1748 in Introductio in analysin infinitorum, chapter 8. His derivation used the product representations of sine and cosine rather than the modern Taylor-series approach, but the content is the same. The specific identity was not isolated as a named “jewel” until much later — it appears in this packaged form most prominently in mid-20th-century writing (Feynman, Penrose, and others).
Further reading
- Rudin, Real and Complex Analysis, ch. 1 — power-series definition of the exponential on .
- Ahlfors, Complex Analysis, ch. 2 — analytic continuation and the logarithm.
- Stein & Shakarchi, Complex Analysis, ch. 1 — applied view via Fourier analysis.
- Lang, Complex Analysis, ch. 1 — the exponential as a group homomorphism and the exponential map of Lie groups.
e^(iθ) on the unit circle
Set θ = π and you land at −1, which rearranges directly into
Euler's identity: e^(iπ) + 1 = 0.
Frequently asked
Where does Euler's formula actually come from?
From comparing the Taylor series of exp, cos, and sin. Extending the real exponential function to complex arguments via its power series, the even-indexed terms assemble into cos(x) and the odd-indexed terms into i·sin(x). The identity e^(iπ)+1=0 is the special case x = π of the general formula e^(ix) = cos(x) + i·sin(x).
Is the extension from real to complex exponentials really well-defined?
Yes. The power series Σ zⁿ/n! converges absolutely on the entire complex plane, so it defines exp: ℂ → ℂ as an entire holomorphic function. Euler's formula is then a theorem about this analytic extension, not a new definition. The uniqueness of analytic continuation guarantees there is no other consistent extension.
What is the group-theoretic content of the identity?
The map θ ↦ e^(iθ) is a surjective group homomorphism from the additive group (ℝ, +) onto the multiplicative circle group S¹ ⊂ ℂ*, with kernel 2πℤ. The identity e^(iπ) = −1 reflects that π is the generator of the quotient ℝ/2πℤ's 'half-turn' element — geometrically, the antipode of 1 on the circle.
How does this connect to Fourier analysis?
Every function in L²(ℝ) can be decomposed into complex exponentials {e^(iωt)}. These exponentials are the eigenfunctions of the translation operator, and Euler's formula is precisely the bridge that shows why sines and cosines (the 'physical' oscillations) and complex exponentials (the 'mathematical' ones) encode the same information. The Fourier transform lives or dies on this identity.