Evaluate lim(n→∞) (1 + 1/n)^n = e from first principles

medium JEE-MAIN JEE Main 2022 3 min read

Question

Show that limn(1+1n)n=e\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e. Explain why this limit exists and what it converges to.

(JEE Main 2022, conceptual)


Solution — Step by Step

For positive integer nn:

(1+1n)n=k=0n(nk)1nk\left(1 + \frac{1}{n}\right)^n = \sum_{k=0}^{n} \binom{n}{k} \frac{1}{n^k} =1+n1n+n(n1)2!1n2+n(n1)(n2)3!1n3+= 1 + n \cdot \frac{1}{n} + \frac{n(n-1)}{2!} \cdot \frac{1}{n^2} + \frac{n(n-1)(n-2)}{3!} \cdot \frac{1}{n^3} + \cdots
=1+1+12!(11n)+13!(11n)(12n)+= 1 + 1 + \frac{1}{2!}\left(1 - \frac{1}{n}\right) + \frac{1}{3!}\left(1 - \frac{1}{n}\right)\left(1 - \frac{2}{n}\right) + \cdots

As nn \to \infty, each factor (1kn)1\left(1 - \frac{k}{n}\right) \to 1.

limn(1+1n)n=1+1+12!+13!+14!+=k=01k!\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = 1 + 1 + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} + \cdots = \sum_{k=0}^{\infty} \frac{1}{k!}

This infinite series is precisely the definition of ee.

e=1+1+0.5+0.1667+0.0417+0.0083+2.71828e = 1 + 1 + 0.5 + 0.1667 + 0.0417 + 0.0083 + \cdots \approx 2.71828

The series converges rapidly because k!k! grows very fast.

Therefore, limn(1+1n)n=e2.71828\boxed{\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e \approx 2.71828}


Why This Works

The expression (1+1/n)n(1 + 1/n)^n represents compound interest taken to its logical extreme. If a bank offers 100% annual interest compounded nn times per year, after one year you’d have (1+1/n)n(1 + 1/n)^n times your initial deposit. As nn \to \infty (continuous compounding), this approaches ee — roughly 2.718 times your deposit.

The sequence is monotonically increasing and bounded above (by the series sum), so it must converge. The limit is called Euler’s number ee, one of the most important constants in mathematics — it appears in calculus, probability, and complex analysis.


Alternative Method — Using the logarithm

Let L=limn(1+1n)nL = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n.

Take ln\ln: lnL=limnnln(1+1n)\ln L = \lim_{n \to \infty} n \ln\left(1 + \frac{1}{n}\right).

Let x=1/nx = 1/n, so as nn \to \infty, x0x \to 0:

lnL=limx0ln(1+x)x=1\ln L = \lim_{x \to 0} \frac{\ln(1 + x)}{x} = 1

(using the standard limit or L’Hopital’s rule)

So lnL=1\ln L = 1, giving L=e1=eL = e^1 = e.

The generalised form limn(1+an)n=ea\lim_{n \to \infty} \left(1 + \frac{a}{n}\right)^n = e^a is extremely useful in JEE. Any limit of the form 11^\infty can often be rewritten in this form. The shortcut: if limf(x)=1\lim f(x) = 1 and limg(x)=\lim g(x) = \infty, then lim[f(x)]g(x)=elimg(x)[f(x)1]\lim [f(x)]^{g(x)} = e^{\lim g(x)[f(x) - 1]}.


Common Mistake

Students sometimes claim (1+1/n)n1(1 + 1/n)^n \to 1 because ”11 raised to anything is 11.” This is the classic 11^\infty trap. The base 1+1/n1 + 1/n is NOT exactly 11 — it’s slightly greater than 11, and as nn grows, we raise it to a larger and larger power. The “slightly more than 1” and “very large exponent” compete, and the result is a finite number (ee), not 11 or \infty.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next