document.write( "Question 1031008: Determine the difference quotient f(x+h)-f(x)/h (where h cannot =0) for the function defined by f(x)= -2x^2+4x. Simplify the result. \n" ); document.write( "
Algebra.Com's Answer #645849 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Determine the difference quotient f(x+h)-f(x)/h (where h cannot =0) for the function defined by f(x)= -2x^2+4x \n" ); document.write( "------------------ \n" ); document.write( "f(x)= -2x^2+4x \n" ); document.write( "f(x+h)= -2(x+h)^2+4(x+h) = -2x^2-4hx-2h^2+4x+4h \n" ); document.write( "---- \n" ); document.write( "f(x+h) - f(x)= -2x^2-4hx-2h^2+4x+4h - (-2x^2+4x) = -4hx - 2h^2 + 4h \n" ); document.write( "----- \n" ); document.write( "Diff/h = -4x + 4 - 2h \n" ); document.write( " |