Mark M. answered 07/30/19
Tutor
4.9
(954)
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
f(x) =4x - x2
[f(x+h) - f(x-h)] / (2h) = [4(x+h) - (x+h)2 - 4(x-h) + (x-h)2] / (2h)
= [4x + 4h - x2 - 2xh - h2 - 4x + 4h + x2 - 2xh + h2] / (2h)
= [8h - 4xh] / (2h)
= 4 - 2x