document.write( "Question 151795: f(x)=3x^2-2x+4 ; find f(x+h)-f(x) \n" ); document.write( "
Algebra.Com's Answer #112044 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! If f(x)=3x^2-2x+4, then \n" ); document.write( "f(x + h) \n" ); document.write( "= 3(x + h)^2 -2(x + h) + 4 \n" ); document.write( "=3(x^2 + 2hx + h^2) - 2(x + h) +4 \n" ); document.write( "= 3x^2 + 6hx + 3h^2 - 2x -2h + 4 \n" ); document.write( "So \n" ); document.write( "f(x+h)-f(x) \n" ); document.write( "= 3x^2 + 6hx + 3h^2 - 2x -2h + 4 - (3x^2 - 2x + 4) \n" ); document.write( "= 3x^2 + 6hx + 3h^2 - 2x -2h + 4 - 3x^2 + 2x - 4 \n" ); document.write( "= 6hx + 3h^2 - 2h \n" ); document.write( " \n" ); document.write( " |