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)\"\" \"About 
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 \"%28a-b%29%5E2+=+a%5E2+-2ab+%2B+b%5E2\":
\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( "\"%28f%28x-h%29+-+f%28x%29%29%2Fh+=+%28-2ahx+%2B+ah%5E2+-+bh%29%2Fh\"
\n" ); document.write( "Factoring out h in the numerator on the right side we get:
\n" ); document.write( "\"%28f%28x-h%29+-+f%28x%29%29%2Fh+=+%28h%28-2ax+%2B+ah+-+b%29%29%2Fh\"
\n" ); document.write( "Now we can cancel the h's:
\n" ); document.write( "\"%28f%28x-h%29+-+f%28x%29%29%2Fh+=+%28cross%28h%29%28-2ax+%2B+ah+-+b%29%29%2Fcross%28h%29\"
\n" ); document.write( "leaving:
\n" ); document.write( "\"%28f%28x-h%29+-+f%28x%29%29%2Fh+=+-2ax+%2B+ah+-+b\"
\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( "
\n" );