You can put this solution on YOUR website! state the linear approximation of √99.95
----
L(x) = f(a) + f'(a)(x-a)
a = 100
f(x) = x^(1/2)
f'(x) = 1/(2*sqrt(x))
--------------------
L(sqrt(99.95)) = 10 + f'(100)(100-99.95)
L(sqrt(99.95)) = 10 + 1/(2*10)*(-0.05)
L(sqrt(99.95)) = 10 - 0.0025
L(sqrt(99.95)) = 9.9975
------------
Cheers,
Stan H.
You can put this solution on YOUR website! .
state the linear approximation of sqrt(99.95)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
= = = = = 10*(1-0.00025) = 10*0.99975 = 9.9975.
The key moment is this approximation
= (approximately) which is valid for small values of x (small comparatively with the value of 1).