Hi Brenden w.,
The average rate of change is: Δh/Δx = (hf - hi)/(xf - xi).
For h(x) = 3x + 4 on [2, 2+h], (where xi equals 2 and xf equals 2+h):
hi(2) = 3(2) + 4 = 10
hf(2+h) = 3(2+h) + 4 = 3h + 10
For Δh/Δx = (hf - hi)/(xf - xi):
(3h + 10 - 10)/(2 + h - 2) = 3h/h = 3 (the average rate of change).
The average rate of change is: Δj/Δx = (jf - ji)/(xf - xi):
For j(x) = 3x3 on [1, 1+h]:
ji(1) = 3(1)3 = 3
jf(1+h) = 3(1+h)3 = 3h3 +9h2 + 9h + 3
For Δj/Δx = (jf - ji)/(xf - xi):
(3h3 +9h2 + 9h + 3 -3)/(1+h-1) = (3h3 +9h2 + 9h)/h = 3h2 + 9h +9 (the average rate of change).
I hope this helps, Joe.