I am preparing for the next Semester and therefore review a few of my Analysis I limits, I have found this example in C.T. Michaels Analysis I:
Compute $ \displaystyle \lim_{x \to - \infty} \sqrt{x^2+x}-x$
Aprior to this exercise I computed the same limit but as $x$ approaches $\infty$ rather than $- \infty$. So I thought that this should be a piece of cake, but apparently the $- \infty$ makes all the difference for me.
My approach: This is the general approach I take when it comes to roots, especially square roots. Consider: $$ \sqrt{x^2+x}-x= \left(\sqrt{x^2+x}-x\right)\cdot \frac{\sqrt{x^2+x}+x}{\sqrt{x^2+x}+x}= \frac{x^2+x-x^2}{\sqrt{x^2+x}+x}=\frac{x}{\sqrt{x^2+x}+x}$$ Factoring out an $x$ will get me to: $$ \frac{x}{x\left(\sqrt{1+\frac{1}{x}}+1\right)}=\frac{1}{\sqrt{1+\frac{1}{x}}+1}$$ So as I take the limit of the above expressing as $x$ approaches $\infty$ I obtain the correct answer $1/2$.
However, when I study the limit as $x$ approaches $- \infty$ I don't see how that would make a difference since $1 / - \infty=0$, but the correct answer in that case would be $\infty$ http://www.wolframalpha.com/input/?i=lim+x+to+-infty+sqrt%28x%5E2%2Bx%29-x
My question(s):
Where is/are my mistakes?
Is it not possible to use the same methods for $- \infty$ as for $\infty$ when studying limits?
The difficulty here is in "factoring out" the $x$. What you really did there is this:
You claim that $x^2+x=x^2(1+\frac{1}{x})$, and that $\sqrt{x^2(1+\frac{1}{x})}=\sqrt{x^2}\sqrt{1+\frac{1}{x}}$. This is perfectly fine so far, as long as the latter square root is defined. The problem is in the last step: you've claimed, from here, that $\sqrt{x^2}=x$. And that's not true!
Remember: in general, $\sqrt{x^2}=\lvert x\rvert$, not $x$. And if $x<0$, then $\lvert x\rvert=-x$, not $x$.
So, it should be $$ \sqrt{x^2+x}=\sqrt{x^2}\sqrt{1+\frac{1}{x}}=\lvert x\rvert\sqrt{1+\frac{1}{x}}=-x\sqrt{1+\frac{1}{x}}. $$