I'm having trouble finding this limit:
$$\lim_{x\to -\infty}(\sqrt{x^2 + x + 1} + x)$$
I tried multiplying by the conjugate:
$$\lim_{x\to -\infty}(\frac{\sqrt{x^2 + x + 1} + x}{1} \times \frac{\sqrt{x^2 + x + 1} - x}{\sqrt{x^2 + x + 1} - x}) = \lim_{x\to -\infty}(\frac{x + 1}{\sqrt{x^2 + x + 1} - x})$$
And multiplying by $\frac{\frac{1}{x}}{\frac{1}{x}}$
$$\lim_{x\to -\infty}(\frac{x + 1}{\sqrt{x^2 + x + 1} - x} \times \frac{\frac{1}{x}}{\frac{1}{x}}) = \lim_{x\to -\infty}(\frac{1 + \frac{1}{x}}{\sqrt{1 + \frac{1}{x} + \frac{1}{x^2}} - 1})$$
That gives me $\frac{1}{0}$. WolframAlpha, my textbook, and my estimate suggest that it should be $-\frac{1}{2}$. What am I doing wrong?
(Problem from the 2nd chapter of Early Transcendentals by James Stewart)
As $\;x<0\;$
$$\frac{x+1}{\sqrt{x^2+x+1}-x}\cdot\frac{-\frac1x}{-\frac1x}=\frac{-1-\frac1x}{\sqrt{1+\frac1x+\frac1{x^2}}+1}\xrightarrow[x\to-\infty]{}-\frac12$$