How to find the limit $$\lim_{x\to+\infty}\left(x-x^2\log\left(1+\frac{1}{x}\right)\right)$$ in a elementary way? I can solve with Taylor expansion, but it is placed in the beginning of my calculus book, so I should only use things like:
-Main theorems involving limits, including the limits for $x\to 0$, $\lim\frac{\sin x}{x}$, $\lim\frac{e^x-1}{x}$, $\lim\frac{\log(x+1)}{x}$, $\lim\frac{(x+1)^p-1}{x}$
-$\frac{x}{1+x} \leq \log(1+x) \leq x$ or similar inequalities
I cannot use derivatives, Taylor expansion, $o(x), O(x)$ and similar things.
Using the inequality that I have written above and the substitution $x=\frac{1}{\sin t}$ I have been only able to prove that the limit is greater or equal than 0 and smaller or equal than 1.
Any ideas?