5 questions0m 0s
Learn the skill
Average rate over [a,b] is (f(b) - f(a)) / (b - a), for a not equal to b. It describes a secant interval rather than a derivative at one point.
Worked example
For f(x) = x^2 on [1, 3], average rate = (9 - 1) / (3 - 1) = 4.