e (Base of Natural Logarithm)
BasisPrerequisites
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 , 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 and apply an interest rate of a total of times over one year. The balance after one year is:
A few computed values make the convergence concrete:
The sequence is climbing toward something near . To define rigorously you need to know the limit exists — that is convergent.
The sequence converges
You will show is monotonically increasing and bounded above, which forces it to converge by the completeness of established in Real Numbers.
Monotone increasing
Apply the AM–GM inequality to the positive numbers consisting of copies of and one copy of :
The left side simplifies to , so raising both sides to the -th power gives:
i.e.\ . The sequence is monotonically increasing.
Bounded above by
Expand using the binomial theorem:
Because each factor , the product in is at most for every , giving:
where the last bound uses for , so each term is at most , and the resulting geometric series sums to .
An increasing sequence that stays below must converge. This gives the right to write the next definition.
Definition of
Euler’s number is the real number
The series representation
Look again at inequality . As , the ratio tends to for every fixed (it is a product of terms each approaching ). One can show that the bound together with the lower bound that follows from keeping only finitely many terms both squeeze toward the same value. The result is:
where by convention.
The denominators grow faster than any fixed exponential, so the series converges extremely rapidly. Summing the first eight terms already gives:
accurate to five decimal places. The series form is often the most convenient representation for theoretical work.
Numerical value and irrationality
To twelve decimal places:
is irrational. The proof uses the series . Suppose for contradiction that for positive integers . Multiply both sides of by :
Since , the left side is an integer, and the first sum on the right is also an integer (each is a product of consecutive integers for ). Therefore the tail must also be an integer. But:
and the tail is clearly positive. A positive quantity strictly less than cannot be an integer — contradiction. Therefore .
In fact is transcendental (not a root of any polynomial with integer coefficients), but establishing this requires tools beyond the current prerequisites.
Why is the natural base
You might wonder what makes special over, say, or . The answer lies in calculus: among all bases , the function has the simplest derivative — with no extra multiplicative constant — precisely when . Likewise, the logarithm with base (the natural logarithm) has derivative 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 is defined by the limit , which converges because the sequence is monotone increasing and bounded above by .
- Equivalently, , a rapidly converging series whose partial sums provide arbitrarily accurate approximations.
- to five decimal places.
- is irrational: assuming leads to a contradiction because the tail of the series is a positive number less than .
- is the uniquely natural base for exponential and logarithmic functions — a fact made precise when those functions are defined analytically.