2

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

Guy Fsone
  • 23,903
Yes
  • 556

3 Answers3

1

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

mookid
  • 28,236
0

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.

user21820
  • 57,693
  • 9
  • 98
  • 256
0

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}$$