Michael J. answered 01/22/16
Tutor
5
(5)
Applying SImple Math to Everyday Life Activities
The average rate of change is defined by
[f(b) - f(a)] / (b - a)
where a and b represent the intervals in the x-coordinate. So applying the coordinates into the formula, the rate of change between the given points is
[f(x + h) - f(x)] / (x + h - x) =
[f(x + h) - f(x)] / h
The average rate of change is now the difference quotient. Now we apply the given function into this.
[2(x + h)2 + 1 - (2x2 + 1)] / h =
[2(x2 + 2xh + h2) + 1 - (2x2 + 1)] / h =
[2x2 + 4xh + 2h2 + 1 - 2x2 - 1] / h =
[4xh + 2h2] / h
Factor out a 2h.
2h(2x + h) / h
Cancel out an h.
2(2x + h) =
4x + 2h