2

I have to solve the following limit $$ \lim_{x \to -\infty}{\sqrt{x^2+2x}+x} $$ My solution is:

$ \lim\limits_{x \to -\infty}{\sqrt{x^2+2x}+x}= \lim\limits_{x \to -\infty}{x \cdot\left(\sqrt{1+\frac{2}{x}}+1\right)}=- \infty$

while the correct result is $-1$,

but I can't understand where I'm making mistakes.

Anne
  • 2,931

2 Answers2

4

See this: $$ \lim_{x \to -\infty} \frac{(\sqrt{x^2 + 2x} + x)(\sqrt{x^2 + 2x} - x)}{(\sqrt{x^2 + 2x} - x)} = \lim_{x \to -\infty} \frac{2x}{\sqrt{x^2 + 2x} - x}$$ $$ = \lim_{x \to -\infty} \frac{2}{-\sqrt{1 + \frac{2}{x}}-1}$$ $$ = \frac{2}{-1-1} = -1 \quad [\text{as }x< 0] $$

2

$\sqrt {x^{2}+2x} =-x (\sqrt {1+\frac 2 x})$ for $x <0$. Now use the fact that $\sqrt {1+\frac 2 x} \sim 1+\frac 1 x+o(\frac 1 x)$ to see that the limit is $-1$.