Calculate the following: $\lim \limits_{n \to \infty} \sqrt[n]{e^n+(1+\frac{1}{n})^{n^2}}$

133 Views Asked by At

So here it is: $$\lim_{n \to \infty} \sqrt[n]{e^n+(1+\frac{1}{n})^{n^2}}~~~(n \in \mathbb{N})$$

I tried to use the Squeeze theorem like so: $e \leq \sqrt[n]{e^n+(1+\frac{1}{n})^{n^2}} \leq e \sqrt[n]{2}$

And if that is true, the limit is simply $e$.

Only that, for it to be true, I first need to prove that $(1+\frac{1}{n})^{n^2} \leq e^n$. So how do I prove it?

Alternatively, how else can I calculate the limit? I prefer to hear about the way I tried, though.

Thanks

3

There are 3 best solutions below

0
On

Do you already have the theorem that $(1+\frac{1}{n})^n \le e$ for any natural number $n$? If so, then you do indeed have the inequality you want, and the rest of your solution is correct.

0
On

Hint: $$ (1+u)^b = \exp(b\log (1+u)) \le \exp(bu) $$ when $b>0$, because $\log(1+u)\le u$.

0
On

You want $(1+\frac{1}{n})^n < e$, i.e. $e^{1/n} > 1 + \frac{1}{n}$. This is true because

$$e^{1/n} = 1 +\frac{1}{n} +\frac{1}{2n^2} + \cdots > 1 +\frac{1}{n}$$