Evalutating $\lim_{x\to +\infty} \sqrt{x^2+4x+1} -x$

173 Views Asked by At

I'm looking to evaluate

$$\lim_{x\to +\infty} \sqrt{x^2+4x+1} -x$$

The answer in the book is $2$. How do I simply evaluate this problem?

I usually solve limits such as this with the short cut method, i.e (Numerator degree < Denominator degree) = 0 ; (Numerator degree = Denominator degree )= take ratio of leading coefficients; (Degree numerator > degree denominator )= take leading terms and use algebra to simplify and then plug in $-\infty$ or $+\infty$ Please keep in mind that I do not know L'Hopital's rule.

2

There are 2 best solutions below

0
On BEST ANSWER

$$\begin{align}\lim_{x\to \infty}\sqrt{x^2+4x+1}-x&=\lim_{x\to\infty}(\sqrt{x^2+4x+1}-x)\cdot\frac{\sqrt{x^2+4x+1}+x}{\sqrt{x^2+4x+1}+x}\\&=\lim_{x\to\infty}\frac{(x^2+4x+1)-x^2}{\sqrt{x^2+4x+1}+x}\\&=\lim_{x\to\infty}\frac{4+\frac 1x}{\sqrt{1+\frac 4x+\frac{1}{x^2}}+1}\\&=\frac{4}{1+1}\end{align}$$

0
On

Hint: $\sqrt{x^2+4x+1} = \sqrt{x^2+4x+4-3} = \sqrt{(x+2)^2-3} = \dots$