#why does (1+x/n)^n approximate e^x?

17 messages · Page 1 of 1 (latest)

trail lightBOT
edgy goblet
#

as n approaches infinite of course

#

i get that if x = 1 then it approximates e

frigid fern
#

$a_n = (1+\frac{1}{n})^n$

bronze waveBOT
#

Donkey

frigid fern
#

consider $\lim_{n\to\infty}[a_n = (1+\frac{1}{n})^n]$

bronze waveBOT
#

Donkey

frigid fern
#

take log both sides

#

$\lim_{n\to\infty}\ln(a_n) = \lim_{n\to\infty}n\ln(1+\frac{1}{n})$

bronze waveBOT
#

Donkey

frigid fern
#

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

bronze waveBOT
#

Donkey

frigid fern
#

so $a_n = e$

bronze waveBOT
#

Donkey

frigid fern
#

as for $e^x$, you js write $(1+\frac{x}{n})^n = e^{n\ln(1+\frac{x}{n})}$

bronze waveBOT
#

Donkey

frigid fern
#

similar argument again