Calculating Average Rate of Change

What Is Average Rate of Change?

The average rate of change tells you how something changes between two points. That's it. No fancy definitions needed.

You calculate it by taking the change in the output value and dividing it by the change in the input value. This works for any function—whether you're tracking distance over time, revenue against employees, or height on a growth chart.

Think of it as the slope of a straight line between two points on a curve. If the line goes up steeply, the rate of change is high. If it's flat, the rate of change is close to zero.

The Formula

Here's the standard formula:

Average Rate of Change = (f(b) - f(a)) / (b - a)

Where:

The denominator (b - a) represents the interval length. The numerator (f(b) - f(a)) represents the total change over that interval.

How to Calculate It: Step by Step

Step 1: Identify Your Two Points

Pick the two x-values you want to compare. Label them a and b.

Step 2: Find f(a) and f(b)

Plug each x-value into your function and calculate the corresponding y-values.

Step 3: Apply the Formula

Subtract the starting value from the ending value, then divide by the distance between your x-values.

Example

Let's say you have f(x) = x² + 3x and you want the average rate of change from x = 1 to x = 4.

Step 1: a = 1, b = 4

Step 2:

Step 3:

Average rate of change = (28 - 4) / (4 - 1) = 24 / 3 = 8

The function increases by an average of 8 units for every 1-unit increase in x over this interval.

Average Rate of Change vs. Instantaneous Rate of Change

These are not the same thing. People mix them up constantly.

Average Rate of Change Instantaneous Rate of Change
Measures over an interval Measures at a single point
Uses two function values Uses limits and derivatives
Easy to calculate by hand Requires calculus techniques
Gives overall trend Gives exact slope at one spot

When you hear "rate of change" in everyday contexts—speed, growth rates, price changes—they're usually talking about the average rate of change over some period.

Common Mistakes to Avoid

Real-World Applications

Speed and Velocity

If you drive 150 miles in 3 hours, your average speed is 150/3 = 50 miles per hour. This is a rate of change—distance changing with respect to time.

Business Revenue

If your revenue grew from $80,000 to $120,000 over two years, the average annual growth rate is ($120,000 - $80,000) / 2 = $20,000 per year.

Population Growth

A city growing from 50,000 to 65,000 residents over 5 years has an average growth rate of 15,000 / 5 = 3,000 people per year.

Slope of a Secant Line

On a graph, the average rate of change is the slope of the secant line connecting two points. This is useful when reading charts or interpreting data trends.

When the Interval Is Negative

Sometimes your starting point is larger than your ending point. That's fine. Let's say you're going from x = 5 to x = 2.

a = 5, b = 2

The denominator becomes (2 - 5) = -3. Your numerator might also be negative. The signs will cancel out, and you'll get the correct rate of change for that direction.

A negative rate of change just means the function is decreasing over that interval.

Average Rate of Change on Linear vs. Nonlinear Functions

For a linear function, the average rate of change is constant everywhere. Every interval gives you the same result because the slope never changes.

For a nonlinear function, the average rate of change depends on your interval. Different intervals give different results. The shorter your interval, the closer you get to the instantaneous rate of change at that point.

Quick Reference Table

Function Average Rate of Change Formula Result
f(x) = mx + b (f(b) - f(a)) / (b - a) Always m
f(x) = x² (b² - a²) / (b - a) a + b
f(x) = x³ (b³ - a³) / (b - a) a² + ab + b²
f(x) = 1/x (1/b - 1/a) / (b - a) -1/(ab)

Getting Started Checklist

The Bottom Line

Average rate of change is straightforward once you see it as "rise over run" between two points. The formula never changes. Plug in your values, do the arithmetic, and you're done.

Don't overthink it. The hard part for most people is just setting up the calculation correctly—once that's done, it's basic arithmetic.