|
▭\:\longdivision{▭} | \times \twostack{▭}{▭} | + \twostack{▭}{▭} | - \twostack{▭}{▭} | \left( | \right) | \times | \square\frac{\square}{\square} |
|
- \twostack{▭}{▭} | \lt | 7 | 8 | 9 | \div | AC |
+ \twostack{▭}{▭} | \gt | 4 | 5 | 6 | \times | \square\frac{\square}{\square} |
\times \twostack{▭}{▭} | \left( | 1 | 2 | 3 | - | x |
▭\:\longdivision{▭} | \right) | . | 0 | = | + | y |
Most change doesn’t happen all at once. It builds slowly, steadily, and sometimes unevenly. The average rate of change helps measure that kind of shift. It tells us how much a function’s output changes per unit of input, like the slope between two points on a curve. You’ll see it in speed, temperature, prices, and patterns that don’t move in straight lines.
In this article, we’ll explore what average rate of change means, how to calculate it, where it shows up in real life, and how to use Symbolab’s Functions Average Rate of Change Calculator to explore it further.
Think of a function as a rule: you put in a number, and it gives you one back. Every input has exactly one output. Like a vending machine, press B2, and you always get the same snack.
Now imagine picking two inputs, $a$ and $b$. The function gives you $f(a)$ and $f(b)$ two outputs. What we want to know is: how much did the output change, compared to the change in input?
That’s the average rate of change. It’s written like this:
$\text{Average Rate of Change} = \frac{f(b) - f(a)}{b - a}$
This expression tells you the change in the output (the numerator) divided by the change in the input (the denominator). It’s a ratio. A slope. A comparison of how much something moved vertically compared to how much it moved horizontally, even if the graph between the two points isn’t a straight line.
Geometrically, this is the slope of the secant line that connects the two points $(a, f(a))$ and $(b,f(b))$ on the graph of the function. That line doesn’t follow the curve; it cuts across it. It summarizes the overall trend between those two inputs.
It’s important to notice: this isn’t the rate of change at a point. It’s the rate between two points. The function might speed up, slow down, dip, and rise in between, but this gives you the average pace across the interval. It’s simple. It’s powerful. And it opens the door to everything that comes next.
Let’s say you’re working with a function and you want to know how fast it’s changing between two points. Not everywhere, just across a stretch. That’s what the average rate of change helps you find — and the steps are simple once you see them laid out.
We’ll start with a familiar function and work it through.
Example:
Let $f(x) = x^2$, and let’s find the average rate of change from $x = 2$ to $x = 5$.
That means we’re asking: how much does $f(x)$ increase, on average, for each 1-unit increase in $x$ over that interval?
We’re moving from $x = 2$ to $x = 5$.
So our interval is $[2, 5]$, and we’ll call the endpoints $a = 2$ and $b = 5$.
We plug those values into the function to find the corresponding outputs.
$f(2) = 2^2 = 4$
$f(5) = 5^2 = 25$
So the two points we’re working with are $(2, 4)$ and $(5, 25)$.
The formula for average rate of change is:
$\text{Average Rate of Change} = \frac{f(b) - f(a)}{b - a}$
We substitute the values:
$\frac{25 - 4}{5 - 2} = \frac{21}{3}$
$\frac{21}{3} = 7$
That’s our average rate of change.
It tells us that from $x = 2$ to $x = 5$, the output of $f(x)$ increased by 7 units for every 1 unit increase in $x$. That doesn’t mean the function changed by exactly 7 at every step just that this was the average pace across the interval.
This number is also the slope of the secant line that connects the two points on the graph. It doesn’t follow the curve, but it shows the overall direction and steepness between $x = 2$ and $x = 5$.
Even though $f(x) = x^2$ is curved, this gives you a straight-line summary of how it behaved across that stretch. And sometimes, that’s exactly what you need.
Average rate of change shows up in places you already understand even if you’ve never called it that. What we’re measuring is how much something changes compared to how much input has passed. It could be time. It could be distance. It could be how many items you buy or years that go by. The math stays the same, even when the story changes.
Let’s look at a few examples.
A car travels 180 miles in 3 hours. The speed may not be constant; there might be traffic, turns, and moments of acceleration but we can still calculate the average.
$\frac{180}{3} = 60 \text{ miles per hour}$
That number tells you how far the car traveled, on average, each hour.
You buy 5 notebooks for 15 USD, and then later, 10 notebooks for 30 USD.
The inputs are 5 and 10 notebooks. The costs are 15 USD and 30 USD.
$\frac{30 - 15}{10 - 5} = \frac{15}{5} = 3$
So the cost increased by $3 for every extra notebook. Even if prices change with bulk discounts or brand differences, this gives you the average cost per item over that range.
A city has a population of 50,000 in 2010 and 70,000 in 2020.
$\frac{70{,}000 - 50{,}000}{2020 - 2010} = \frac{20{,}000}{10} = 2{,}000$
On average, the city gained 2,000 people per year. It might have grown faster in some years, slower in others, but this is the overall rate across the decade.
A stock is worth 100 USD on Monday and 130 USD on Friday.
$\frac{130 - 100}{5 - 1} = \frac{30}{4} = 7.5$
So the average change is $7.50 per day. Even if the stock dipped midweek, this number tells you the general trend.
Each of these situations has its own details, its own ups and downs. But the average rate of change gives you a clean summary. It answers the question: What happened, overall, between these two points?
Some functions change at a steady pace. Others don’t. When a function’s output increases or decreases by the same amount for every equal step in input, that’s called a constant rate of change. These are linear functions the kind that graph as straight lines. The change never speeds up, never slows down. It just moves.
For example, take $f(x) = 3x + 2$.
No matter which two $x$-values you pick, the slope between them will always be $3$. That’s because the rate of change is built right into the function. It’s predictable.
Let’s test it.
From $x = 1$ to $x = 4$:
$f(1) = 3(1) + 2 = 5$
$f(4) = 3(4) + 2 = 14$
$\frac{14 - 5}{4 - 1} = \frac{9}{3} = 3$
Same result. The function increases by 3 for every 1-unit step in $x$ no surprises.
Now try a nonlinear function, something like $f(x) = x^2$. This graph curves. The rate of change doesn’t stay the same. It grows as $x$ grows.
From $x = 1$ to $x = 2$:
$f(1) = 1^2 = 1$
$f(2) = 2^2 = 4$
$\frac{4 - 1}{2 - 1} = \frac{3}{1} = 3$
Now from $x = 2$ to $x = 3$:
$f(2) = 4$
$f(3) = 9$
$\frac{9 - 4}{3 - 2} = \frac{5}{1} = 5$
Same function, different intervals, and the average rate of change increased. The curve is getting steeper. The output is changing faster the further you go.
That’s the difference.
Even when the math is simple, it’s easy to get turned around. Not because you’re careless just because there are details here that don’t always show up in earlier math. Here are a few common mistakes to notice, and how to avoid them.
It’s easy to look at $f(3) = 9$ and think the “rate” at $x = 3$ is 9. But that’s the value of the function, not the rate of change.
The average rate of change depends on two points not just one. It tells you how much the output changed between two inputs, not what the output is at one spot.
The formula is:
$\frac{f(b) - f(a)}{b - a}$
And the order matters. Subtracting the smaller value from the larger one helps you keep direction consistent. If you reverse it, you might end up with a negative rate when the function is actually increasing.
Just remember: the second value minus the first both on the top and the bottom.
Sometimes the function is given, but the interval isn’t. Or maybe you’re told to “find the rate of change from 1 to 4,” and you accidentally plug in values for 0 and 4.
Always check: what inputs are you comparing? The interval sets the boundaries for the whole problem.
If a population grows from 1,000 to 2,000 over 10 years, your rate of change might be 100 but 100 what?
Always include units when they’re part of the question. People per year, dollars per item, degrees per day. It keeps the number honest.
The average rate of change is just that: an average. It doesn’t capture the ups and downs in between. A function might spike, dip, or flatten out, and the average rate won’t show any of that.
What it does show is the big picture between two points. That’s its strength. Just don’t ask it for more than it can give.
Sometimes it helps to see the math unfold not just the answer, but how it gets there. That’s where Symbolab’s Functions Average Rate of Change Calculator can help. It walks you through each part of the problem, shows the graph, and helps you spot mistakes without doing the thinking for you.
There are a few ways to start, depending on how you’re working:
Any of these will bring the expression into the calculator cleanly, especially helpful if you’re working from paper or digital notes. And then you can click ‘Go’.
After you submit your expression, Symbolab will walk you through each part of the solution:
You can choose to go through it step by step, or view the full solution all at once. There’s even an option to turn on explanations for each step, so you’re not just watching the math happen; you’re understanding what each part means.
If something’s unclear, you can use the “Chat with Symbo” feature to ask a question about a specific step.
Why Use a Tool Like This? Because learning doesn’t always happen in your head. Sometimes it happens on the screen, in the space between steps. Symbolab gives you a place to slow down, check your thinking, and notice where things fall into place. And if they don’t? You’ve got support built in.
Average rate of change gives you a simple way to measure how a function moves between two points. Even when the curve is uneven, this one number tells you the overall trend: how fast, how far, how much. It’s not the full story, but it’s a clear beginning. A way to understand change without needing to see every detail in between. And sometimes, that’s enough.
function-average-rate-of-change-calculator
en
Please add a message.
Message received. Thanks for the feedback.