document.write( "Question 1036453: state the linear approximation of √99.95 \n" ); document.write( "
Algebra.Com's Answer #651163 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! state the linear approximation of √99.95 \n" ); document.write( "---- \n" ); document.write( "L(x) = f(a) + f'(a)(x-a) \n" ); document.write( "a = 100 \n" ); document.write( "f(x) = x^(1/2) \n" ); document.write( "f'(x) = 1/(2*sqrt(x)) \n" ); document.write( "-------------------- \n" ); document.write( "L(sqrt(99.95)) = 10 + f'(100)(100-99.95) \n" ); document.write( "L(sqrt(99.95)) = 10 + 1/(2*10)*(-0.05) \n" ); document.write( "L(sqrt(99.95)) = 10 - 0.0025 \n" ); document.write( "L(sqrt(99.95)) = 9.9975 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |