document.write( "Question 353398: If f(x)=ax^2+bx+c
\n" );
document.write( "Show that (f(x-h)-f(x))/h = 2ax+ah+b \n" );
document.write( "
Algebra.Com's Answer #252613 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = ax^2 + bx + c \n" ); document.write( "f(x-h) = a(x-h)^2 + b(x-h) + c \n" ); document.write( "Simplifying. We start, of course, with the exponent. TO square (x-h) either use FOIL or the pattern \n" ); document.write( "f(x-h) = a(x^2 -2(x)(h) + h^2) + b(x-h) + c \n" ); document.write( "Now we multiply (using the Distributive Property): \n" ); document.write( "f(x-h) = ax^2 - 2ahx + ah^2 + bx - bh + c \n" ); document.write( "f(x-h) - f(x) = (ax^2 - 2ahx + ah^2 + bx - bh + c) - (ax^2 + bx + c) \n" ); document.write( "Subtracting we get: \n" ); document.write( "f(x-h) - f(x) = -2ahx + ah^2 - bh \n" ); document.write( " \n" ); document.write( "Factoring out h in the numerator on the right side we get: \n" ); document.write( " \n" ); document.write( "Now we can cancel the h's: \n" ); document.write( " \n" ); document.write( "leaving: \n" ); document.write( " \n" ); document.write( "Since this did not work out as the problem says it should, it suggests that an error has been made. I do not think my work has an error. I believe the error is in the way you posted your problem. I believe you were supposed to find \n" ); document.write( "(f(x+h)-f(x))/h \n" ); document.write( "and not \n" ); document.write( "(f(x-h)-f(x))/h \n" ); document.write( "If you rework the problem with (x+h), taking the same steps as above, you will end up with the correct answer. \n" ); document.write( " |