How do you estimate the quantity using Linear Approximation and find the error using a calculator of #1/(sqrt(95)) - 1/(sqrt(98))#?
1 Answer
Mar 26, 2018
Let
#y = x^(-1/2) -> y' = -1/2x^(-3/2)#
We get that
Therefore the equation of the tangent at
#y - 1/10 = -1/2000(x - 100)#
#y = -1/2000x + 1/20 + 1/10#
#y = -1/2000x + 3/20#
Therefore the linear approximation will be
#y(95) - y(98) = -1/2000(95) + 3/20 - (-1/2000(98) + 3/20)#
#y(95) - y(98) = 0.00150#
With a calculator we get
This means the percent error is
#"% error" = |(0.00150 - 0.00158)/0.00158| = 5%#
So our approximation is quite precise.
Hopefully this helps!