Average Rate of Change Calculator

Find the average rate of change of a function between two points — the slope of the secant line, computed as Δy / Δx = (y₂ − y₁) / (x₂ − x₁).

Quick Facts

Formula
Average rate of change = Δy / Δx = (y₂ − y₁) / (x₂ − x₁)
This equals the slope of the secant line through both points.
Link to derivatives
Approaches the instantaneous rate of change as x₂ → x₁
Shrinking the interval toward zero approximates f′(x₁) for a smooth function.

Your Results

Calculated
Average Rate of Change
-
Δy / Δx (slope of secant line)
Δx (change in x)
-
x₂ − x₁
Δy (change in y)
-
y₂ − y₁
Secant line equation
-
Line through both points

Ready

Enter two points on the function, then press Calculate.

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.

Frequently Asked Questions

What is the average rate of change formula?
The average rate of change of a function between two points (x1, y1) and (x2, y2) is Δy / Δx, or (y2 − y1) / (x2 − x1). This is the same formula used to find the slope of the line through the two points.
How is average rate of change different from a derivative?
Average rate of change measures the net change over an entire interval — it is the slope of the secant line connecting the two endpoints. A derivative (instantaneous rate of change) measures the slope at a single point, the tangent line. As the interval shrinks toward zero width, the average rate of change approaches the derivative at that point.
Can the average rate of change be negative?
Yes. A negative average rate of change means the function's value decreased overall from x1 to x2. A positive value means it increased, and zero means the function had the same value at both endpoints, even though it may have risen and fallen in between.
What happens if x1 equals x2?
The formula divides by zero and is undefined, since x2 − x1 would equal zero. Choose two distinct x-values to compute a valid average rate of change.