I am trying to solve the following limit without using L'Hôpital's rule. I know the answer is -8, but I can't seem to figure out another way to solve it.
$$ \lim_{x\to1} \frac{x^2 -1}{2-\sqrt{x+3}} $$
Thanks in advance.
I am trying to solve the following limit without using L'Hôpital's rule. I know the answer is -8, but I can't seem to figure out another way to solve it.
$$ \lim_{x\to1} \frac{x^2 -1}{2-\sqrt{x+3}} $$
Thanks in advance.
First let $x=u+1$.
$$L=\lim_{u\to0}\frac{(u+1)^2-1}{2-\sqrt{u+4}}=\lim_{u\to0}\frac{u(u+2)}{2-\sqrt{4+u}}$$
By binomial expansion, we have
$$\sqrt{4+u}=2+\frac14u-\frac1{64}u^2+\mathcal O(u^3)$$
Thus, we have
$$L=\lim_{u\to0}\frac{u(u+2)}{2-\sqrt{4+u}}=\lim_{u\to0}\frac{u(u+2)}{-\frac14u+\frac1{64}u^2+\mathcal O(u^3)}=\lim_{u\to0}\frac{u+2}{-\frac14+\frac1{64}u+\mathcal O(u^2)}=\frac2{-\frac14}=-8$$