document.write( "Question 40924: compute and simplify the difference quotient F(x+h)-F(x)/h
\n" );
document.write( "F(x)=11-4x^3 \n" );
document.write( "
Algebra.Com's Answer #26371 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! compute and simplify the difference quotient F(x+h)-F(x)/h \n" ); document.write( "F(x)=11-4x^3 \n" ); document.write( "F(X+H)=11-4(X+H)^3=11-4(X^3+H^3+3X^2H+3XH^2)=11-4X^3-4H^3-12X^2H-12XH^2 \n" ); document.write( "F(X+H)-F(X)=(-4H^3-12X^2H-12XH^2)/H=-4(H^2+3X^2+3XH) \n" ); document.write( " |