Possible Duplicate:
Limits: How to evaluate $\lim\limits_{x\rightarrow \infty}\sqrt\[n\]{x^{n}+a_{n-1}x^{n-1}+\cdots+a_{0}}-x$
Consider the limit $$\lim_{x \to \infty} \sqrt{1+4x+x^{2}}-x$$ By completing the square inside the square root, we get $1+4x+x^2=(x+2)^{2}-3$. Thus our limit becomes $$\lim_{x \to \infty} \sqrt{(x+2)^2-3}-x=\lim_{x \to \infty} \sqrt{(x+2)^2}-x=\lim_{x \to \infty} |x+2|-x=2$$ I want to check if this argument is airtight. First, we say that as $x$ tends to infinity the constant term is negligible, then that since $x$ is obviously positive $|x+2|=x+2$. Is this idea of the constant term being negligible, and ignoring it in the limit, rigorous? It clearly works since the limit is indeed 2, but I wanted to know if this is a correct way to arrive at it.