document.write( "Question 1054712: given f(x)=5x-x^2/h find f(5+h)-f(5) \n" ); document.write( "
Algebra.Com's Answer #669923 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! f(x)=(5x-x^2)/h \n" ); document.write( "f(5+h)=5(5+h)-(5+h)^2 \n" ); document.write( "=25+5h-25-10h-h^2 \n" ); document.write( "subtract f(5), which is 25-25 or 0 \n" ); document.write( "25+5h-25-10h-h^2-0=5h-10h-h^2 \n" ); document.write( "divide that by h and have -5-h. \n" ); document.write( "Check \n" ); document.write( "Using calculus, the derivative of this function is 5-2x. Evaluated at 5, the result is 5-10=-5, and as h approaches 0, the value -5-h approaches -5. \n" ); document.write( " \n" ); document.write( " |