The linear approximation at $x=0$ to $\dfrac{1}{\sqrt{2-x}}$ is $A+Bx$, where $A$ is: _____, and where $B$ is: ______.
I don't understand what this question is asking and how to solve it. I know how to use linear approximations to estimate a single number, but what am I supposed to do here? I tried taking the derivative and having $A= \dfrac{1}{2(2-x)^{3/2}},$ but that is wrong.
Thanks.
Recall that the linear approximation of $f(x)$ at $x=a$ is given by $$\ell(x)=f'(a)(x-a)+f(a).$$
Here, $f(x)={1\over \sqrt{2-x}}$ and $a=0$, so \begin{align} f(x)&=(1-2x)^{-1/2}\implies f(0)=1\\ f'(x)&=-{1\over 2}(1-2x)^{-3/2}(-2)={-1\over (1-2x)^{3/2}}\implies f'(0)=-1,\\ \end{align} thus $$ \ell(x)=-1(x-0)+1=1-x. $$ Therefore, $A=1$ and $B=-1$.