My question is about the procedure for this limit problem: $$\lim\limits_{x \to { \infty } } (\frac{x}{x+2})^x$$
My solution was like that:
$$(\frac{x}{x+2})^x=e^{x\ln\frac{x}{x+2}} = e^u$$ with $\ u = x \ln(\frac{x}{x+2})$.
Then $$\lim\limits_{x \to { \infty } } x\ln(\frac{x}{x+2}) =\lim\limits_{x \to { \infty } }{\ln{x\over x+2}\over {1\over x}}$$
Applying L'Hôpital's rule:
$$\lim\limits_{x \to { \infty } } -{{2\over x(x+2)}\over {1\over x^2}} = \lim\limits_{x \to { \infty } } -{2x\over x+2} = -2 $$
$$\lim\limits_{x \to { \infty } } u = -2 $$
∴ $\lim\limits_{u \to { \ -2 } } e^{u} = e^{-2} = {1\over e^{2}} $
However, according to my answer sheet, the correct answer is $e^{2}$. So, Please I need to know where's my mistake here.
Thank you.