Why e Is Special

Compound interest: (1 + 1/n)ⁿ approaches e ≈ 2.71828
e2.02.22.42.6e12.00022.25042.441122.613522.6933652.7151k2.71710k2.718n (compounding periods per year)
n =102.593742

Error from e: 1.245e-1

The number e2.71828e \approx 2.71828\ldots shows up in places that seem to have nothing to do with each other: compound interest, population growth, probability, statistics, differential equations, and the deepest results in complex analysis. This can't be a coincidence. There's something genuinely fundamental about ee.

Where it comes from

Start with a simple question: if you invest $1 at 100% interest for one year, how much do you have?

  • Once a year: \1 \times (1 + 1) = $2.00$
  • Twice a year: \1 \times (1 + 0.5)^2 = $2.25$
  • Monthly: \1 \times (1 + 1/12)^12 \approx $2.613$
  • Daily: \1 \times (1 + 1/365)^365 \approx $2.7146$
  • Continuously: \1 \times e \approx $2.7183$

The limit as compounding becomes continuous:

e=limn(1+1n)ne = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n

This is one definition of ee. There are others, and they all agree.

The defining property: its own derivative

The deepest reason ee is special: the function exe^x is its own derivative.

ddx[ex]=ex\frac{d}{dx}[e^x] = e^x

No other base has this property. For a general base aa, ddx[ax]=axlna\frac{d}{dx}[a^x] = a^x \ln a. To make the derivative equal to the function itself, you need lna=1\ln a = 1, which means a=ea = e.

This single fact — that exe^x differentiates to itself — makes ee the natural base for calculus. Every other base introduces a correction factor.

The exponential and growth

The equation dydt=ky\frac{dy}{dt} = ky (growth proportional to current size) has the solution y(t)=y0ekty(t) = y_0 e^{kt}.

This models:

  • Population growth: bacteria doubling every 20 minutes
  • Radioactive decay: carbon-14 with half-life 5,730 years (k<0k < 0)
  • Cooling: Newton's law of cooling
  • Compound interest: continuously compounded investments

All of these are instances of the same underlying mathematics. The reason they all involve ee is that exe^x is the unique function that is proportional to its own rate of change.

Radioactive decay

If a sample decays at rate k=0.0001216k = -0.0001216 per year (carbon-14), then after tt years, the fraction remaining is e0.0001216te^{-0.0001216t}.

After 5,730 years: e0.0001216×5730e0.6970.5e^{-0.0001216 \times 5730} \approx e^{-0.697} \approx 0.5. Exactly half the carbon-14 remains — consistent with the definition of half-life.

The Taylor series

Another face of ee:

ex=1+x+x22!+x33!+x44!+=n=0xnn!e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \cdots = \sum_{n=0}^\infty \frac{x^n}{n!}

Setting x=1x = 1: e=1+1+12+16+124+e = 1 + 1 + \frac{1}{2} + \frac{1}{6} + \frac{1}{24} + \cdots

This series converges remarkably fast — you can compute ee to several decimal places with just a handful of terms.

Euler's identity

At x=iπx = i\pi (where i=1i = \sqrt{-1}):

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

This is Euler's identity, often called the most beautiful formula in mathematics. It connects five fundamental constants — ee, ii, π\pi, 11, and 00 — in a single equation. The connection runs through the extension of exe^x to complex numbers via the Taylor series, which gives eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta.

Why the base matters

When you write log10x\log_{10} x (the common logarithm) or log2x\log_2 x (the binary logarithm), you're measuring in units tied to the number 10 or 2. There's nothing mathematically natural about either base — they reflect our fingers and our computers.

The natural logarithm lnx=logex\ln x = \log_e x is natural precisely because of the derivative: ddx[lnx]=1x\frac{d}{dx}[\ln x] = \frac{1}{x}, with no correction factor. For any other base aa: ddx[logax]=1xlna\frac{d}{dx}[\log_a x] = \frac{1}{x \ln a}.

The base ee is the one that makes the calculus clean. Everything else introduces a lna\ln a that you're always carrying around — and that lna\ln a itself involves ee, since lna\ln a is the natural logarithm of aa.

ee is the base that doesn't apologise for itself.