document.write( "Question 183000: Difference Quotient\r
\n" );
document.write( "\n" );
document.write( "A. Given the function g(x) - x^2 - 3x + 5, find the difference quotient g(x+h) - g(x)/h.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "B. Given the function f(x) = -x^2 + 2x -3, find the difference quotient..\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #137518 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Difference Quotient \n" ); document.write( "A. Given the function g(x) - x^2 - 3x + 5, find the difference quotient g(x+h) - g(x)/h. \n" ); document.write( "--------------- \n" ); document.write( "g(x+h) = (x+h)^2 - 3(x+h) + 5 \n" ); document.write( "g(x+h) = x^2 + 2hx + h^2 - 3x - 3h + 5 \n" ); document.write( "Now subtract g(x) from f(x+h) to get: \n" ); document.write( "g(x+h)-g(x) = 2hx + h^2 - 3h \n" ); document.write( "Now divide by \"h\": \n" ); document.write( "[g(x+h)-g(x)]/h = 2x + h - 3 \n" ); document.write( "===================================\r \n" ); document.write( "\n" ); document.write( "B. Given the function f(x) = -x^2 + 2x -3, find the difference quotient.. \n" ); document.write( "f(x+h) = -(x+h)^2 + 2(x+h) - 3 \n" ); document.write( "f(x+h) = -(x^2 + 2hx + h^2) + 2x + 2h -3 \n" ); document.write( "f(x+h) = -x^2 - 2hx - h^2 + 2x + 2h - 3 \n" ); document.write( "Now subtract f(x) from f(x+h) to get \n" ); document.write( "f(x+h)-f(x) = -2hx - h^2 + 2h \n" ); document.write( "Now divide by \"h\" \n" ); document.write( "[f(x+h)-fIx)]/h = -2x - h + 2 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |