document.write( "Question 1015180: I am struggling with the difference of quotient problems. This one in particular f(x+h)-f(x) and this all over h\r
\n" );
document.write( "\n" );
document.write( "f(x)=-9x+5\r
\n" );
document.write( "\n" );
document.write( "Can someone please help me with this I have gone over the book and with it being the weekend I am not sure I can get an answer from my professor; its an online college algebra class. \n" );
document.write( "
Algebra.Com's Answer #631523 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The limit definition of the first derivative of a function is \n" ); document.write( "f'(x) = (f(x+h) - f(x)) / h as h ---> 0 \n" ); document.write( "************************************************************* \n" ); document.write( "your example function is f(x) = -9x +5 \n" ); document.write( "we substitute x+h for x, then \n" ); document.write( "f'(x) = (-9(x+h)+5 - (-9x+5)) / h = \n" ); document.write( "(-9x -9h +5 +9x -5) / h = \n" ); document.write( "-9h / h = -9 \n" ); document.write( ": \n" ); document.write( "therefore f'(x) = -9 \n" ); document.write( " \n" ); document.write( " |