Understanding Average Rate of Change
Average rate of change describes the slope of a secant line connecting two distinct points on a curve. Unlike instantaneous rate (which measures change at a single moment), average rate captures the overall trend across an interval.
Consider a practical example: if a car travels 120 km in 2 hours, its average rate of change in position is 60 km/hour. The route may have included speeds of 40 km/hour and 80 km/hour, but the average smooths these variations into one figure.
This concept applies to any function. A parabola, exponential curve, or irregular dataset all have measurable average rates of change. The sign of the result matters: positive values indicate the function increases as the independent variable increases; negative values show a decrease; zero indicates no net change.
Average Rate of Change Formula
To find the average rate of change between two points, subtract the initial function value from the final value, then divide by the change in the independent variable.
Average Rate of Change = (f(x₂) − f(x₁)) ÷ (x₂ − x₁)
f(x₁)— Function value at the first pointf(x₂)— Function value at the second pointx₁— The first independent variable valuex₂— The second independent variable value
Worked Example: Quadratic Function
Suppose you have the function f(x) = x² + 5x − 7 and need the average rate of change over the interval [−4, 6].
Step 1: Evaluate the function at both endpoints.
- f(−4) = (−4)² + 5(−4) − 7 = 16 − 20 − 7 = −11
- f(6) = 6² + 5(6) − 7 = 36 + 30 − 7 = 59
Step 2: Apply the formula.
A = (59 − (−11)) ÷ (6 − (−4)) = 70 ÷ 10 = 7
The average rate of change is 7. On average, f(x) increases by 7 units for every 1-unit increase in x across this interval.
Key Considerations
Avoid common pitfalls when calculating and interpreting average rates of change.
- Don't confuse it with instantaneous rate — Average rate describes change over an interval; instantaneous rate describes change at a single point. A car might have an average speed of 60 km/h, but at one moment travelled 40 km/h and later 80 km/h. The instantaneous rate varies; the average does not.
- Watch for sign interpretation — A negative result means the function decreases as the independent variable increases. A zero result means no net change occurred, even if the function fluctuated within the interval. Always check whether your result aligns with the function's visual behaviour.
- Interval selection matters — The same function can have vastly different average rates across different intervals. The interval [0, 1] may yield an average rate of 3, while [5, 10] yields 15. Ensure your interval is relevant to your question before comparing results.
- Non-linear functions need care — For linear functions, average rate of change equals the slope everywhere. For curves, the average rate depends entirely on which two points you choose. Always state your interval explicitly to avoid ambiguity.
Average Rate vs. Slope: What's the Difference?
Slope is most commonly associated with straight lines. For a linear function, the slope is identical everywhere—the average rate of change between any two points is constant.
However, average rate of change is broader. It applies to any function, including parabolas, exponentials, and discontinuous curves. The average rate describes the slope of the secant line (the line connecting two points on the curve), not the slope of the curve itself.
On a linear graph, the secant line is the graph itself. On a curved graph, the secant line cuts through the curve, and its slope represents the average change. This is why calculus introduces the derivative: it finds the slope of the tangent line (touching the curve at one point) rather than a secant.