document.write( "Question 756392: Please help me answer this problem. \r
\n" );
document.write( "\n" );
document.write( "For exercise 123 Find f(x+h)-f(x)
\n" );
document.write( "Problem 123 is: f(x) = 2x^2 + 3x -4 \n" );
document.write( "
Algebra.Com's Answer #460171 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we are given: \n" ); document.write( "f(x) = 2x^2 + 3x -4 \n" ); document.write( "and we need to find f(x+h) - f(x) \n" ); document.write( "we know f(x) = 2x^2 +3x -4 \n" ); document.write( "we need to calculate f(x+h) = 2*(x+h)^2 +3*(x+h) -4 \n" ); document.write( " = 2*(x^2+2xh+h^2)+3x+3h-4 \n" ); document.write( " = 2x^2+4xh+2h^2+3x+3h-4 \n" ); document.write( "now f(x+h) -f(x) = \n" ); document.write( "2x^2+4xh+2h^2+3x+3h-4-2x^2-3x+4 \n" ); document.write( "4xh+2h^2+3h \n" ); document.write( "2h^2+4xh+3h \n" ); document.write( "h*(2h+4x+3) \n" ); document.write( " \n" ); document.write( " |