document.write( "Question 1010488: Using Limits to Calculate a Derivative
\n" );
document.write( "The derivative of
\n" );
document.write( "f(x)= 1/(x-1)
\n" );
document.write( "is
\n" );
document.write( "f(x) = -1/(x-1)^2\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #625944 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! f(x) = 1 / (x-1) \n" ); document.write( "f'(x) = ((1/(x+h-1) - 1/(x-1)) / h \n" ); document.write( "f'(x) = (x-1) - (x+h-1) / h(x-1)(x+h-1) \n" ); document.write( "f'(x) = -h / h(x-1)(x+h-1) \n" ); document.write( "f'(x) = -1/(x-1)(x+h-1) \n" ); document.write( "limit as h--->0 f'(x) = -1 / (x-1)^2 \n" ); document.write( " \n" ); document.write( " |