Question
Show that limn→∞(1+n1)n=e. Explain why this limit exists and what it converges to.
(JEE Main 2022, conceptual)
Solution — Step by Step
For positive integer n:
(1+n1)n=k=0∑n(kn)nk1
=1+n⋅n1+2!n(n−1)⋅n21+3!n(n−1)(n−2)⋅n31+⋯
=1+1+2!1(1−n1)+3!1(1−n1)(1−n2)+⋯
As n→∞, each factor (1−nk)→1.
n→∞lim(1+n1)n=1+1+2!1+3!1+4!1+⋯=k=0∑∞k!1
This infinite series is precisely the definition of e.
e=1+1+0.5+0.1667+0.0417+0.0083+⋯≈2.71828
The series converges rapidly because k! grows very fast.
Therefore, n→∞lim(1+n1)n=e≈2.71828
Why This Works
The expression (1+1/n)n represents compound interest taken to its logical extreme. If a bank offers 100% annual interest compounded n times per year, after one year you’d have (1+1/n)n times your initial deposit. As n→∞ (continuous compounding), this approaches e — 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 e, 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+n1)n.
Take ln: lnL=limn→∞nln(1+n1).
Let x=1/n, so as n→∞, x→0:
lnL=x→0limxln(1+x)=1
(using the standard limit or L’Hopital’s rule)
So lnL=1, giving L=e1=e.
The generalised form limn→∞(1+na)n=ea is extremely useful in JEE. Any limit of the form 1∞ can often be rewritten in this form. The shortcut: if limf(x)=1 and limg(x)=∞, then lim[f(x)]g(x)=elimg(x)[f(x)−1].
Common Mistake
Students sometimes claim (1+1/n)n→1 because ”1 raised to anything is 1.” This is the classic 1∞ trap. The base 1+1/n is NOT exactly 1 — it’s slightly greater than 1, and as n 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 (e), not 1 or ∞.