1

How to compute this limit

$$\mathop {\lim }\limits_{n \to \infty } \left( {n - {n^2}\ln \left( {1 + {1 \over n}} \right)} \right)$$

I took it from an exem. According to the solution, it's not $0$. I have no idea how to proceed. Thanks for the help.

Yarden Sharabi
  • 456
  • 3
  • 9

1 Answers1

4

Hint:

Use Taylor's formula at order $2$ for $\;\ln\Bigl(1+\frac1n\Bigr)$. You should find $\dfrac12$.

Another hint, without Taylor's formula:

Use L'Hospital's rule to find the limit of $\;\dfrac{x-\ln(1+x)}{x^2}$ when $x$ tends to $0$, then set $\;x=\dfrac1n$.

Bernard
  • 175,478