document.write( "Question 1083949: Show that the derivative of\r
\n" );
document.write( "\n" );
document.write( "f(x) = 3x^2 - 5x + 6 is 6x-5 \r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "*Hint* = f(x+h) - f(x)) /(h)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "*Hint*= set h = 0 \n" );
document.write( "
Algebra.Com's Answer #698012 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 3(x+h)2-5(x+h)+6-3x^2+5x-6 distributing the minus sign. \n" ); document.write( "3x^2+6xh+h^2-5x-5h+6-2x^2+5x-6 \n" ); document.write( "3x^2 disappears, 5x disappears, 6 disappears \n" ); document.write( "=(6xh+h^2-5h)/h \n" ); document.write( "=(6x+h-5) \n" ); document.write( "as h approaches 0, the value approaches 6x-5. \n" ); document.write( "When h=0, the value is 6x-5. \n" ); document.write( " |