Find $a,b$ of: $$\lim_{x \to \infty}(\sqrt{4x^2+2x+1}-ax-b) = -\frac{1}{2}$$ I can't use L'hopital, I tried multiplying by the conjugate, and solving it,
$$\lim_{x \to \infty}(\sqrt{4x^2+2x+1}-(ax+b))\cdot \frac{\sqrt{4x^2+2x+1}+(ax+b)}{\sqrt{4x^2+2x+1}+(ax+b)}$$
$$=\lim_{x \to \infty}\frac{4x^2+2x+1-(ax+b)^2}{\sqrt{4x^2+2x+1}+(ax+b)} = \lim_{x \to \infty}\frac{x^2\left(4+\frac{2}{x}+\frac{1}{x^2}-a^2-\frac{2ab}{x}-\frac{b^2}{x^2}\right)}{x^2\left(\sqrt{\frac{4x^2+2x+1}{x^4}}+\frac{a}{x}+\frac{b}{x^2}\right)}$$
Applying limit on the numerator and denominator
$$\frac{\lim_{x \to \infty}\left(4-a^2+\frac{2-2ab}{x}+\frac{1-b^2}{x^2}\right)}{\lim_{x \to \infty}\left(\sqrt{\frac{4x^2+2x+1}{x^4}}+\frac{a}{x}+\frac{b}{x^2}\right)}$$
It can be seen that the denominator tends to $0$
It should be a question to find a and b. We need to eliminate $x^2$ term, otherwise limit is zero, so $a=\pm2$ $$=\lim_{x \to \infty}\frac{4x^2+2x+1-(ax+b)^2}{\sqrt{4x^2+2x+1}+(ax+b)} = \lim_{x \to \infty}\frac{x\left(2-2ab+\frac{1-b^2}{x}\right)}{x\left(\sqrt{\frac{4x^2+2x+1}{x^2}}+a+\frac{b}{x}\right)}=\frac{2-2ab}{2+a}=-\frac{1}{2}$$
Reject $a = -2$
When $a=2, b=1$