I saw the following problem: $$\lim_{x\to \infty} \sqrt{9x^2+x}-3x$$ My first thought was to say that the $x$ term is overpowered when $x$ becomes large enough, so the square root becomes just $\sqrt{9x^2} = 3x$, and the value of the limit is zero.
However, the solution given is $1\over6$, and starts with: $$\lim_{x\to \infty} \sqrt{9x^2+x}-3x=\lim_{x\to \infty} {(\sqrt{9x^2+x}-3x)(\sqrt{9x^2+x}+3x)\over \sqrt{9x^2+x}+3x}$$
I'm assuming the continuation is:
$$=\lim_{x\to \infty} {x\over \sqrt{9x^2+x}+3x} = \lim_{x\to \infty} {x\over \sqrt{9x^2}+3x} = \lim_{x\to \infty} {x \over 6x} = {1 \over 6}$$
The question is, why is it okay to ignore the $x$ term in $\sqrt{9x^2+x}+3x$ but not in $\sqrt{9x^2+x}-3x$?
$$\frac{x}{\sqrt{9x^2 + x} + 3x} = \frac{1}{\sqrt{9+\frac{1}{x}}+3}$$