William W. answered 08/23/20
Math and science made easy - learn from a retired engineer
The rate of change is the slope and slope is defined as (y2 - y1)/(x2 - x1). Since the interval [1, 1+h] is the domain or the x-values we are considering, let's find the corresponding y values (aka, j(x) values).
j(1) = 7(1)3 = 7(1) = 7 so the point (x1, y1) is (1, 7)
j(1 + h) = 7(1 + h)3 = 7h3 + 21h2 + 21h + 7 so the point (x2, y2) is (1 + h, 7h3 + 21h2 + 21h + 7)
So (y2 - y1)/(x2 - x1) = [(7h3 + 21h2 + 21h + 7) - 7]/(1 + h - 1) = (7h3 + 21h2 + 21h)/h = 7h2 + 21h + 21