e (Base of Natural Logarithm)

Basis
Last updated: Tags: Number, Constant

Suppose your bank account grows at 100% interest per year, but instead of waiting until year-end, the bank compounds it twice a year at 50% each time. You end up with more money than the once-a-year version. Compound it four times, twelve times, daily, every millisecond — and the final balance keeps creeping upward. Does it grow without bound? It turns out it does not: the process converges to a specific real number, denoted ee, that sits at the heart of every phenomenon in which change is proportional to the current amount.

Compound growth and the limiting sequence

Start with 11 and apply an interest rate of 1n\frac{1}{n} a total of nn times over one year. The balance after one year is:

an    (1+1n)n.a_n \;\coloneqq\; \left(1 + \frac{1}{n}\right)^n.

A few computed values make the convergence concrete:

nnana_n
112.0000002.000\,000
222.2500002.250\,000
10102.5937422.593\,742
1001002.7048142.704\,814
10410^42.7181462.718\,146
10610^62.7182802.718\,280

The sequence is climbing toward something near 2.7182.718. To define ee rigorously you need to know the limit exists — that (an)(a_n) is convergent.

The sequence converges

You will show (an)(a_n) is monotonically increasing and bounded above, which forces it to converge by the completeness of R\mathbb{R} established in Real Numbers.

Monotone increasing

Apply the AM–GM inequality to the n+1n+1 positive numbers consisting of nn copies of (1+1n)\left(1 + \tfrac{1}{n}\right) and one copy of 11:

n(1+1n)+1n+1arithmetic mean    [(1+1n)n1]1n+1geometric mean.\underbrace{\frac{n \cdot \left(1 + \frac{1}{n}\right) + 1}{n+1}}_{\text{arithmetic mean}} \;\geq\; \underbrace{\left[\left(1+\frac{1}{n}\right)^n \cdot 1\right]^{\frac{1}{n+1}}}_{\text{geometric mean}}.

The left side simplifies to n+2n+1=1+1n+1\dfrac{n + 2}{n+1} = 1 + \dfrac{1}{n+1}, so raising both sides to the (n+1)(n+1)-th power gives:

(1+1n+1)n+1    (1+1n)n,\left(1 + \frac{1}{n+1}\right)^{n+1} \;\geq\; \left(1 + \frac{1}{n}\right)^n,

i.e.\ an+1ana_{n+1} \geq a_n. The sequence is monotonically increasing.

Bounded above by 33

Expand ana_n using the binomial theorem:

(1+1n)n=k=0n(nk)1nk=k=0n1k!n(n1)(nk+1)nk1.(1)\left(1 + \frac{1}{n}\right)^n = \sum_{k=0}^{n} \binom{n}{k} \frac{1}{n^k} = \sum_{k=0}^{n} \frac{1}{k!} \cdot \underbrace{\frac{n(n-1)\cdots(n-k+1)}{n^k}}_{\leq\, 1}. \tag{1}

Because each factor njn1\frac{n - j}{n} \leq 1, the product in (1)(1) is at most 11 for every kk, giving:

an    k=0n1k!    1+1+12+14++12n1  <  3,a_n \;\leq\; \sum_{k=0}^{n} \frac{1}{k!} \;\leq\; 1 + 1 + \frac{1}{2} + \frac{1}{4} + \cdots + \frac{1}{2^{n-1}} \;<\; 3,

where the last bound uses k!2k1k! \geq 2^{k-1} for k1k \geq 1, so each term 1k!\frac{1}{k!} is at most 12k1\frac{1}{2^{k-1}}, and the resulting geometric series sums to 22.

An increasing sequence that stays below 33 must converge. This gives the right to write the next definition.

Definition of ee

Euler’s number ee is the real number

e    limn(1+1n)n.(2)e \;\coloneqq\; \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n. \tag{2}

The series representation

Look again at inequality (1)(1). As nn \to \infty, the ratio n(n1)(nk+1)nk\frac{n(n-1)\cdots(n-k+1)}{n^k} tends to 11 for every fixed kk (it is a product of kk terms each approaching 11). One can show that the bound ank=0n1k!a_n \leq \sum_{k=0}^{n} \frac{1}{k!} together with the lower bound that follows from keeping only finitely many terms both squeeze toward the same value. The result is:

e  =  k=01k!  =  10!+11!+12!+13!+(3)e \;=\; \sum_{k=0}^{\infty} \frac{1}{k!} \;=\; \frac{1}{0!} + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \cdots \tag{3}

where 0!10! \coloneqq 1 by convention.

The denominators k!k! grow faster than any fixed exponential, so the series converges extremely rapidly. Summing the first eight terms already gives:

1+1+12+16+124+1120+1720+15040    2.71827,1 + 1 + \frac{1}{2} + \frac{1}{6} + \frac{1}{24} + \frac{1}{120} + \frac{1}{720} + \frac{1}{5040} \;\approx\; 2.71827,

accurate to five decimal places. The series form (3)(3) is often the most convenient representation for theoretical work.

Numerical value and irrationality

To twelve decimal places:

e2.718281828459e \approx 2.718\,281\,828\,459\ldots

ee is irrational. The proof uses the series (3)(3). Suppose for contradiction that e=pqe = \frac{p}{q} for positive integers p,qp, q. Multiply both sides of (3)(3) by q!q!:

q!e  =  k=0qq!k!integer+k=q+1q!k!tail.q!\cdot e \;=\; \underbrace{\sum_{k=0}^{q} \frac{q!}{k!}}_{\text{integer}} + \underbrace{\sum_{k=q+1}^{\infty} \frac{q!}{k!}}_{\text{tail}}.

Since e=p/qe = p/q, the left side q!e=(q1)!pq! \cdot e = (q-1)!\cdot p is an integer, and the first sum on the right is also an integer (each q!k!\frac{q!}{k!} is a product of consecutive integers for kqk \leq q). Therefore the tail must also be an integer. But:

tail=1q+1+1(q+1)(q+2)+  <  1q+1111q+1=1q    1,\text{tail} = \frac{1}{q+1} + \frac{1}{(q+1)(q+2)} + \cdots \;<\; \frac{1}{q+1} \cdot \frac{1}{1 - \frac{1}{q+1}} = \frac{1}{q} \;\leq\; 1,

and the tail is clearly positive. A positive quantity strictly less than 11 cannot be an integer — contradiction. Therefore eQe \notin \mathbb{Q}.

In fact ee is transcendental (not a root of any polynomial with integer coefficients), but establishing this requires tools beyond the current prerequisites.

Why ee is the natural base

You might wonder what makes ee special over, say, 22 or 1010. The answer lies in calculus: among all bases b>0b > 0, the function xbxx \mapsto b^x has the simplest derivative — with no extra multiplicative constant — precisely when b=eb = e. Likewise, the logarithm with base ee (the natural logarithm) has derivative 1x\frac{1}{x} with no extra factor. Any other base introduces a correction proportional to a logarithm of that base.

You will explore these properties in detail in Exponential Functions and Logarithms.

Summary

  • Euler’s number ee is defined by the limit elimn ⁣(1+1n)n\displaystyle e \coloneqq \lim_{n\to\infty}\!\left(1 + \tfrac{1}{n}\right)^n, which converges because the sequence is monotone increasing and bounded above by 33.
  • Equivalently, e=k=01k!\displaystyle e = \sum_{k=0}^{\infty} \frac{1}{k!}, a rapidly converging series whose partial sums provide arbitrarily accurate approximations.
  • e2.71828e \approx 2.71828 to five decimal places.
  • ee is irrational: assuming e=p/qe = p/q leads to a contradiction because the tail of the series is a positive number less than 11.
  • ee is the uniquely natural base for exponential and logarithmic functions — a fact made precise when those functions are defined analytically.