I'm working on this problem: $$\lim_{x\to \infty} (\sqrt {x^2 + 2x} - \sqrt {x^2 - 4x})$$
I tried the following approach and currently it's wrong: $$\sqrt {x^2 + 2x} - \sqrt {x^2 - 4x}$$
Taking out the $x^2$ $$\sqrt {x^2 (1 + \frac{2}{x})} - \sqrt {x^2 (1 - \frac{4}{x}})$$
Refine $$\sqrt{x^2 } \sqrt {(1 + \frac{2}{x})} - \sqrt{x^2} \sqrt {(1 - \frac{4}{x}})$$
And $\sqrt{x^2} = x$, then take out the $x$ $$ x(\sqrt {(1 + \frac{2}{x})} - \sqrt {(1 - \frac{4}{x}}))$$
And now if I take the limit when $x$ approaches infinity, I supposed that I should have gotten the following result: $$ \infty (\sqrt{1+0} - \sqrt{1-0}) = \infty (1-1) = \infty \cdot 0 = 0$$
And it's incorrectly according to the answer sheet. What did I do wrong?
You are not justified in saying that $\infty \times 0 = 0$.
For example, $$x \times \frac{1}{x} \to 1$$ as $x \to \infty$.