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.