What this Average Rate of Change Calculator computes
This tool finds the average rate of change of a function between two points, given as (x₁, y₁) and (x₂, y₂) where y = f(x). It is the same calculation as finding the slope of a straight line: how much the output changes, on average, for each unit of input over the chosen interval.
The formula
Average rate of change = Δy / Δx = (y₂ − y₁) / (x₂ − x₁). Geometrically, this is the slope of the secant line — the straight line connecting the two points (x₁, y₁) and (x₂, y₂) on the graph of the function. A positive result means the function increased overall on that interval; a negative result means it decreased; zero means the function returned to the same value.
Relationship to the derivative
Average rate of change looks at the net change across an entire interval, while the derivative f′(x) is the instantaneous rate of change at one exact point — the slope of the tangent line. As x₂ moves closer to x₁, the secant line rotates toward the tangent line, and the average rate of change approaches f′(x₁). This is the geometric idea behind the definition of a derivative as a limit.
Using the result correctly
- x₁ and x₂ must be different values — if they are equal, Δx = 0 and the formula is undefined (division by zero).
- The order of subtraction must stay consistent: use (y₂ − y₁) over (x₂ − x₁), not a mix of directions, or the sign of the result will flip.
- The result is an average over the whole interval — the function may rise and fall between x₁ and x₂ even when the average rate of change is positive, negative, or zero.