M HYPE SPLASH
// updates

Use a linear approximation (or differentials) to estimate the given number.

By Emma Valentine
$\begingroup$

Use linear approximation (or differentials) to estimate:

$$\sqrt {99.2}$$

What am I supposed to do with this? I am not given $x$ or $dx$.

$\endgroup$ 1

3 Answers

$\begingroup$

Ue Taylor series for $\sqrt{x}$ about $x = 100$. The reason to expand the Taylor series about $100$ is that $100$ is the closest square to $99.2$. $$f(x) = f(100) + f'(100) (x-100) + \text{higher order terms}$$ Hence, $$\sqrt{99.2} \approx \sqrt{100} + \dfrac12 \dfrac{(99.2-100)}{\sqrt{100}} = 10 - \dfrac12 \dfrac{0.8}{10} = 10 - 0.04 = 9.96$$

$\endgroup$ 2 $\begingroup$

Hint: Is there any number near $99.2$ whose square root is easy? That will be your $x$ value.

$\endgroup$ $\begingroup$

Recall that $f'(a) \approx \tfrac{{f(x) - f(a)}}{{x - a}}$ so $$f(x) \approx f(a) + f'(a)(x - a).$$ Now define $f(x) = \sqrt x $ and use the fact that $99.2 \approx 100$. We seek $f(100)$, so find $f'(x)$, 100 - 99.2, etc. You can also use differentials which is exactly the same since $f(x) - f(a) \approx dy$ and $x - a \approx dx$.

$\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