document.write( "Question 1131246: Find the deivative using the increment steps.
\n" );
document.write( "1. Y = (x^2 - 7)/(x^2 + 3)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #747875 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "We COULD do this: \n" ); document.write( "limit as h goes to 0 of (1/h)* \n" ); document.write( "But finding the derivative is going to be somewhat less work if we rewrite the function as \n" ); document.write( " \n" ); document.write( "Then to find the derivative using increment steps, we do \n" ); document.write( "limit as h goes to 0 of (1/h)* \n" ); document.write( " \n" ); document.write( "Then 1/h* \n" ); document.write( "And finally \n" ); document.write( "limit as h goes to 0 of \n" ); document.write( " \n" ); document.write( " |