I am confronted with the following limit and not sure how to argue rigorously: $$ \lim_{x \to \infty} 2x - \sqrt{4x^2+1} $$ Maple and Wolfram Alpha tell me its 0. Actually proving this is not hard either, since $2x - \sqrt{4x^2+1}$ is less than 0 for $x \geq 0$, increasing, and for any $\epsilon > 0$ there is an $x > 0$ such that $0 > 2x - \sqrt{4x^2+1} > -\epsilon$. Therefore it converges.
I am wondering if there is a faster way. I thought about something like $\sqrt{4x^2+1} \underset{x \to \infty}{\sim} 2x$ and therefore the limit must be 0. But you could argue $\sqrt{4x^2+1} \underset{x \to \infty}{\sim} 2x + c$ for any $c>0$ which means that any limit is possible, which is wrong.
So, is there a way one could immediately see that the limit must be 0?