document.write( "Question 1194875: Given the function
\n" );
document.write( "g(x) = 2 − x2,
\n" );
document.write( " evaluate
\n" );
document.write( "g(x + h) − g(x)
\n" );
document.write( "h
\n" );
document.write( ", h ≠ 0 \n" );
document.write( "
Algebra.Com's Answer #827160 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! g(x+h)=2-(x+h)^2=2-x^2-2xh-h^2 \n" ); document.write( "g(x)=2-x^2 \n" ); document.write( "subtracting, \n" ); document.write( "=-2xh-h^2 \n" ); document.write( "divide that by h and get -2x-h \n" ); document.write( "as h approaches 0 get-2x \n" ); document.write( "the derivative of 2-x^2 is -2x \n" ); document.write( " \n" ); document.write( " |