Solve for $a$ and $b$ in a limit

$\begingroup$

Find $a$ and $b$ such that $$ \lim_{x \to 0}\frac{\sqrt{ax+b}-2}{x}=1.$$

I'm not sure how to solve for two variables given that I only have one equation.

$\endgroup$ 4

3 Answers

$\begingroup$

because the denumerator is $0$, the ambiguity should be of the type $\frac{0}{0}$ (because on any other case if the numerator is not zero the limit will be $\pm\infty$) so $$\sqrt{a\times 0+b}-2=0\Rightarrow b=4$$
now we can use hopital theorem:
$$\lim_{x \to 0}\frac{\sqrt{ax+4}-2}{x}=\lim_{x\to 0}\frac{\frac{a}{2\sqrt{ax+4}}}{1}=1\Rightarrow a=4$$

$\endgroup$ 5 $\begingroup$

Notice that \begin{align} & \frac{\sqrt{a x + b} - 2}{x} \\ = & \frac{(\sqrt{ax + b} - 2)(\sqrt{ax + b} + 2)}{x} \\ = & \frac{ax + b - 4}{x(\sqrt{ax + b} + 2)} \\ \end{align} Try $b = 4$ and $a = 4$.

$\endgroup$ 3 $\begingroup$

$lim_{x \rightarrow 0} (\sqrt{ax+b}-2)=0 \Rightarrow b=4$ so we have

$lim_{x \rightarrow 0} \dfrac {(\sqrt{ax+4}-2)} x=lim_{x \rightarrow 0} \dfrac {(ax+4-4)} {x(\sqrt{ax+4}+2)}=lim_{x \rightarrow 0} \dfrac {a} {\sqrt{ax+4}+2}=\dfrac a 4 $

so we have $a=4$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like