document.write( "Question 1066423: Find the difference quotient f(x+h)-f(x)/h, where h cannot be equal to 0 , for the function below.
\n" );
document.write( "f(x)=1/x+9\r
\n" );
document.write( "\n" );
document.write( "Simplify your answer as much as possible.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #681614 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! [f(x+h)-f(x)]/h= \n" ); document.write( "[(1/(x+h+9))-(1/(x+9))]/h= \n" ); document.write( "common denominator is (x+h+9)(x+9) \n" ); document.write( "numerator is x+9-(x+h+9)=-h \n" ); document.write( "so the quotient is -h/h(x+h+9)(x+9), bringing the h in below. \n" ); document.write( "When we use f(x+h)-f(x)/h, and let h approach 0, we have -1/(x+9)^2, which is the derivative of 1/(x+9). \n" ); document.write( " |