SOLUTION: If F(x) = 2x, find [(F(x+h) - F(x-h)/2h)]

Algebra ->  Formulas -> SOLUTION: If F(x) = 2x, find [(F(x+h) - F(x-h)/2h)]      Log On


   



Question 67002This question is from textbook Advanced mathematics
: If F(x) = 2x, find [(F(x+h) - F(x-h)/2h)] This question is from textbook Advanced mathematics

Answer by Nate(3500) About Me  (Show Source):
You can put this solution on YOUR website!
F(x + h) - F(x - h)/2h
2(x + h) - 2(x - h)/2h
2x + 2h - (x - h)/h
(2xh + 2h^2)/h + (h - x)/h
(2h^2 + 2xh + h - x)/h
2h + 2x + 1 - x/h