
William W. answered 08/19/23
Top Pre-Calc Tutor
To find the average rate of change, you just use the slope formula:
So, you just plug in whatever two points you have and simplify. Is there a particular thing you are struggling with? It may be hard to do the points that do not have numbers in them, like (x, f(x)) and (x+h, f(x+h)) but you do them the same way.
x2 = "x + h"
x1 = "x"
y2 = f(x + h) = (x + h)2 + 4 = x2 + 2xh + h2 + 4
y1 = f(x) = x2 + 4
So y2 - y1 = f(x + h) - f(x) = (x2 + 2xh + h2 + 4) - (x2 + 4) = x2 + 2xh + h2 + 4 - x2 - 4 = "2xh + h2"
And x2 - x1 = (x + h) - (x) = "h"
So, dividing, we get (2xh + h2)/h = 2x + h (factor out an "h" on top and cancel). That means the average rate of change for that problem is "2x + h"