Find the following limit: $$ \lim_{x\to \infty} (\sqrt{x^2+x}-\sqrt{x^2-x} )$$
I tried to simplify using conjugation. This gave me the following: $$ \lim_{x\to \infty} \frac{2x}{\sqrt{x^2+x}+\sqrt{x^2-x}} $$
When I plug in the $\infty$, I'm left with $ \frac{\infty}{\infty} $. Did I mess up somewhere, or does the limit not exist?
You are almost there:
$$\frac{2x}{\sqrt{x^2+x}+\sqrt{x^2-x}} = \frac{2x}{x \sqrt{1+\frac{1}{x}}+x\sqrt{1-\frac{1}{x}}}$$
so...