Question: calculate:
$$\lim_{x \to -\infty} \sqrt{x^2 + 3x} - \sqrt{x^2 + 1}$$
Attempt at a solution:
This can be written as:
$$\lim_{x \to -\infty} \frac{3 + \frac{1}{x}}{\sqrt{1 + \frac{3}{x}} + \sqrt{1 + \frac{1}{x^2}}}$$
Here we can clearly see that if x would go to $+\infty$ the limit would converge towards $\frac{3}{2}$. But what happens when x goes to $-\infty$.
From the expression above it would seem that the answer would still be $\frac{3}{2}$. My textbook says it would be $- \frac{3}{2}$ and I can't understand why.
I am not supposed to use l'Hospital's rule for this exercise.
The reason your sign has changed from what it should be, is you illegally pulled something out of the square roots on the denominator.
$$\sqrt{a^2b}=|a|\sqrt{b}$$
the absolute value sign being essential.