Calculate limit of $(1 + \frac{1}{n^2})^n$

94 Views Asked by At

How to calculate

$$ \lim_{n \to \infty}\left(1 + \frac{1}{n^2}\right)^n $$

using only the very basic limit features (I cannot use the fact that it equals to $e^0 = 1$)?

1

There are 1 best solutions below

0
On BEST ANSWER

Recall Bernoulli's inequality $$e^x\ge x+1\quad \text{for all }x\in\Bbb R$$

Therefore $$\left(1+n^{-2}\right)^n\le \left(e^{n^{-2}}\right)^n=e^{1/n}$$