4

This is an exercise that a friend of mine asked to me this afternoon.

Show that $\lim_{n\rightarrow \infty}\big[\frac{n^{n+1}+(n+1)^{n}}{n^{n+1}}\big]^{n}=e^{e}.$ All we have done was elementary manipulations, but we got stuck.

I would appreciate any help.

2 Answers2

6

Using the fact that

$$\lim_{x \to 0} (1+x)^{1/x} = e$$

we can show that if $c_n \to c \neq 0$ then

$$\left(1 + \frac{c_n}{n}\right)^n = \left(\left(1+ \frac{c_n}{n}\right)^{\dfrac{n}{c_n}}\right)^{c_n} \to e^c$$

In your case $c_n = (1 + \frac{1}{n})^n$

Aryabhata
  • 82,206
4

Define $u_n=(1+\frac{1}{n})^n$.

$$\left(1+\frac{1}{n}\color{Blue}{\left(1+\frac{1}{n}\right)^n}\right)^n $$

$$=\left(1+\frac{1}{n}\color{Blue}{u_n}\right)^n$$

$$=\exp\left(n\log\left(1+\frac{u_n}{n}\right)\right)$$

$$=\exp\left(u_n+\mathcal{O}\left(\frac{1}{n}\right)\right)$$

The $\mathcal{O}(n^{-1})$ term drops to $0$ and $u_n\to e$ in the limit, so the value sought is $\exp (e) = e^e$.

anon
  • 151,657