Variations on the limit definition of the exponential function

265 Views Asked by At

I'd like to know how this might be proven, or why it's true:

$\begin{aligned} \lim\limits_{n\to\infty}{\left( 1+\frac{1}{n^k}\right)^n} = \infty, \text{when } k<1\\ = e, \text{ when } k=1\\ =1, \text{ when } k>1 \end{aligned}$

1

There are 1 best solutions below

0
On

Hint

For the second case, I let you going back to the definition of $e$.

For the other cases, for large values of $n$, $1/n^k$ is small. Remember that if $x$ is small, $(1+x)^n$ can be approximated by $(1+n x)$. So, replace $x$ by $1/n^k$, simplify and ... conclude.

I am sure you can take from here.