Average Rate of Change Calculator
Result
Average Rate of Change 5.0000 Slope of the secant line between the two points.
Change in f(x) (Δy) 15.0000
Change in x (Δx) 3.0000
The Average Rate of Change Calculator finds how fast a function changes between two points. Enter the two x-values and their function values f(x), and you get the average rate of change — the slope of the straight line (secant) connecting the two points. It answers “on average, how much does y change for each unit increase in x?”
Formula
Average Rate of Change = (f(b) − f(a)) ÷ (b − a) = Δy ÷ Δx
- The average rate of change measures the average change in a function's output per unit change in its input over an interval [a, b].
- Formula: Average Rate of Change = (f(b) − f(a)) ÷ (b − a).
- Geometrically, it is the slope of the secant line joining the points (a, f(a)) and (b, f(b)) on the graph.
- Input definitions: • x₁ and x₂: the two input values (a and b) of the function. • f(x₁) and f(x₂): the function's outputs at those inputs.
- The two x-values must differ, otherwise the denominator (b − a) is zero and the rate is undefined.
- A positive result means the function rises across the interval; a negative result means it falls.
- Unlike the instantaneous rate of change (the derivative), this is an average over a whole interval, not at a single point.
Example Calculation
Inputs
- x₁ (first x-value, a): 1
- f(x₁) (first function value): 3
- x₂ (second x-value, b): 4
- f(x₂) (second function value): 18
For f(x) = x² + 2 between x = 1 and x = 4: f(1) = 3 and f(4) = 18. The average rate of change = (18 − 3) ÷ (4 − 1) = 15 ÷ 3 = 5. On average, the function increases by 5 units for each unit increase in x over this interval.
Frequently asked questions
What is the average rate of change?
It is the average amount a function's value changes per unit change in the input over an interval. It equals the change in y divided by the change in x.
How is it related to slope?
It is exactly the slope of the secant line connecting the two points (a, f(a)) and (b, f(b)) on the function's graph.
How is it different from the derivative?
The derivative gives the instantaneous rate of change at a single point, while the average rate of change is measured over an entire interval.
What if the result is negative?
A negative average rate of change means the function decreases over the interval — the output is lower at b than at a.
Why must the two x-values be different?
The formula divides by (b − a). If the x-values are equal, you would divide by zero, which is undefined.
Can I use this for real-world data?
Yes. For example, with distance vs. time it gives average speed; with revenue vs. units it gives the average change in revenue per unit.