My works:
$x^2$ can be very large if x is large, thus the function has lose-of-significance error and we need to reformulate it. $$ f(x)=\sqrt{4x^2+x}-2x=\sqrt{x(4x+1)}-2\sqrt{x}\sqrt{x}=\sqrt{x}(\sqrt{4x+1}-2\sqrt{x})$$ The latter will not have any lose-of-significance error in the evaluation.
I am not sure if I did this correctly and I do not know how to compute the limit...