This is the question: determine when $\sqrt{x^2+x}-x$ is equal to little-$o$ of 1. The options are:
a) $x \to +\infty$
b) $x \to -\infty$
If I understand correctly, $\sqrt{x^2+x}-x = o(1)$ if $$\lim_{x \to x_0}\frac{\sqrt{x^2+x}-x}{1}=0$$ Mutliply top and bottom by $\sqrt{x^2+x}+x$ and then divide top and bottom by x, we get: $$\lim_{x \to x_0}\frac{1}{\frac{x}{|x|}\sqrt{1+\frac{1}{x}}+1}$$
If $x_0=+\infty$ then this limit is equal to $1/2$, and if $x_0=-\infty$, then the limit is equal to $+\infty$.
The answer in the book is supposed to be a) $x\to+\infty$, but I don't see how this is the case. I'm stuck, I'd really appreciate if you guys could help me out!!