document.write( "Question 87218: For the function f(x)= -3x^2 + x- 11, determine the difference quotient
\n" );
document.write( "f(a+h) - f(a)/h where h is not equal to 0. Simplify your result as much as possible. \n" );
document.write( "
Algebra.Com's Answer #63163 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! lim( h -> 0 ) ( f(a + h) - f(a) ) / h \n" ); document.write( "lim( h -> 0 ) ( -3(a + h)^2 + (a + h) - 11 + 3a^2 - a + 11 ) / h \n" ); document.write( "lim( h -> 0 ) ( -3(a^2 + 2ah + h^2) + a + h - 11 + 3a^2 - a + 11 ) / h \n" ); document.write( "lim( h -> 0 ) ( -3a^2 - 6ah - 3h^2 + h + 3a^2 ) / h \n" ); document.write( "lim( h -> 0 ) ( -6ah - 3h^2 + h ) / h \n" ); document.write( "lim( h -> 0 ) -6a - 3h + 1 \n" ); document.write( "~Derive~ \n" ); document.write( "lim( h -> 0 ) -6a - 3(0) + 1 = -6a + 1 \n" ); document.write( " |