I can't wrap my head around this one. How would you approach finding a limit like this:
$$\lim_{x\to\infty}\left(\sqrt{x^2+2x}-\sqrt{x^2-2x}\right)$$
I managed to simplify a bit:
$$\lim_{x\to\infty}\left(\sqrt{x}\cdot(\sqrt{x+2}-\sqrt{x-2})\right)$$
but it's not far. The similarity between the roots must be the key, but I've no idea where to start. I welcome any pointers, and appreciate even more if there is a general solution. But I fear this is a specific case.
EDIT:
WolframAlpha gave an answer: 2, but I'm still interested in the solution behind it.
$$\lim_{x\to\infty}\left(\sqrt{x^2+2x}-\sqrt{x^2-2x}\right)=\lim_{x\to\infty}\frac{\left(\sqrt{x^2+2x}-\sqrt{x^2-2x}\right)\left(\sqrt{x^2+2x}+\sqrt{x^2-2x}\right)}{\left(\sqrt{x^2+2x}+\sqrt{x^2-2x}\right)}=$$ $$\lim_{x\to\infty}\frac{x^2+2x-(x^2-2x)}{\sqrt{x^2+2x}+\sqrt{x^2-2x}}=\lim_{x\to\infty}\frac{4x}{|x|\sqrt{1+\frac{2}{x}}+|x|\sqrt{1-\frac{2}{x}}}=$$ $$=\lim_{x\to+\infty}\frac{4x}{|x|\left(\sqrt{1+\frac{2}{x}}+\sqrt{1-\frac{2}{x}}\right)}=\lim_{x\to+\infty}\frac{4}{\left(\sqrt{1+\frac{2}{x}}+\sqrt{1-\frac{2}{x}}\right)}=\frac{4}{2}=2$$