#why does (1+x/n)^n approximate e^x?
17 messages · Page 1 of 1 (latest)
$a_n = (1+\frac{1}{n})^n$
Donkey
consider $\lim_{n\to\infty}[a_n = (1+\frac{1}{n})^n]$
Donkey
take log both sides
$\lim_{n\to\infty}\ln(a_n) = \lim_{n\to\infty}n\ln(1+\frac{1}{n})$
Donkey
consider t = $\frac{1}{n}$, then $n\to\infty\implies t\to0$ so $\lim_{n\to\infty}n\ln(1+\frac{1}{n}) = \lim_{t\to0}\frac{\ln(1+t)}{t} = 1 = \ln(a_n)$ which can be proven by definition of derivative
Donkey
so $a_n = e$
Donkey
as for $e^x$, you js write $(1+\frac{x}{n})^n = e^{n\ln(1+\frac{x}{n})}$
Donkey
similar argument again