Solved.tools: Free Online Calculators & Tools

We use cookies for analytics and advertising. Learn more about our cookie policy

Average Rate of Change Calculator

Last updated: 7 August 2026

Reviewed by Gavin Meiring, Lead research and primary author ยท Doctoral Candidate (Corporate Governance) ยท Research and drafting assisted by AI

Was this helpful?


Average Rate of Change Calculator

The average rate of change calculator finds how much a function changes per unit over a given interval. It is used by students and professionals studying calculus, physics, and economics to measure the overall change between two points on a curve. Enter your function and interval to get an instant result.

How to Use the Average Rate of Change Calculator

  1. Enter your function f(x) in the Average Rate of Change Calculator input field. Input the starting value of x, labelled a.
  2. Input the ending value of x, labelled b.
  3. Click Calculate to compute the result.
  4. Read the average rate of change displayed, along with a step-by-step breakdown.

The Formula

The average rate of change of a function f(x) over the interval [a, b] is:

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

Here, f(a) is the value of the function at the left endpoint, f(b) is the value at the right endpoint, and (b - a) is the length of the interval. The result gives you the slope of the secant line connecting the two points on the curve.

Real-World Example

Suppose a car travels such that its position is described by f(t) = t^2 + 2t, where t is time in seconds and f(t) is distance in metres. Find the average rate of change between t = 1 and t = 4.

  1. Calculate f(1) = 1 + 2 = 3
  2. Calculate f(4) = 16 + 8 = 24
  3. Apply the formula: (24 - 3) / (4 - 1) = 21 / 3 = 7

The average rate of change is 7 metres per second. This represents the car's average speed over that three-second window.

Why Average Rate of Change Matters

The average rate of change is the foundation of differential calculus. It provides a straightforward way to measure change without needing limits or derivatives. In business, it might describe average revenue growth between two quarters. In biology, it could track average population growth over a decade. Whenever you need to summarise how quickly a quantity changes across an interval, this measure delivers a clear, single number. Understanding it also makes the transition to instantaneous rate of change and derivatives far more intuitive.

Frequently Asked Questions

What is the difference between average and instantaneous rate of change? The average rate of change measures overall change across an interval, giving the slope of the secant line. The instantaneous rate of change measures the rate at a single point, giving the slope of the tangent line, which requires a derivative.

Can the average rate of change be negative? Yes. A negative result means the function is decreasing over the interval. For example, if a temperature drops from 30ยฐC to 20ยฐC over 5 hours, the average rate of change is -2ยฐC per hour.

What does it mean if the average rate of change is zero? A result of zero means the function ends at the same value it started at over that interval. The function may have gone up and down in between, but the net change across the interval is zero.

Is the average rate of change the same as the slope? It is the same as the slope of the secant line between the two chosen points. It is not the same as the slope of the curve at a particular point, which requires differentiation to find.


Also try these free tools:

The same interval in a table

The example above uses f(t) = t squared + 2t between t = 1 and t = 4. Laying the values out makes the arithmetic checkable by hand.

tf(t) = t squared + 2t
11 + 2 = 3
24 + 4 = 8
39 + 6 = 15
416 + 8 = 24

The secant line runs from the point (1, 3) to the point (4, 24), and its slope is (24 - 3) / (4 - 1) = 21 / 3 = 7 metres per second. Applying the same formula to the shorter intervals inside that window gives a different picture.

IntervalEndpoint valuesAverage rate of change
[1, 2]3 and 8(8 - 3) / 1 = 5
[2, 3]8 and 15(15 - 8) / 1 = 7
[3, 4]15 and 24(24 - 15) / 1 = 9
[1, 4]3 and 2421 / 3 = 7

The whole journey averages 7 metres per second while the first second averages 5 and the last second averages 9. The car speeds up steadily, and one figure covering the full window hides that entirely. Average speed over a trip and a speedometer reading taken mid-trip agree only by coincidence.

Average against instantaneous rate

Differentiate f(t) = t squared + 2t and the instantaneous rate at any moment is f'(t) = 2t + 2.

tInstantaneous rate f'(t)
14
26
38
410

The instantaneous rate climbs from 4 to 10 across the window, so the interval average of 7 sits between the endpoints. The mean value theorem for derivatives says that if a function is continuous on [a, b] and differentiable inside it, then some point c inside the interval carries an instantaneous rate equal to the average rate. Here f'(c) = 7 gives 2c + 2 = 7, so c = 2.5, and 2 x 2.5 + 2 = 7 confirms it. At t = 2.5 seconds the two rates agree exactly.

Worked example where the rate falls

Not every average rate holds steady, and not every one is positive. Monthly revenue for a small product line follows g(x) = 120 + 8x - 0.1x squared thousand rand, where x counts months from launch.

Month xRevenue g(x), thousand rand
0120
6164.4
12201.6

Over the full year the average rate is (201.6 - 120) / 12 = 81.6 / 12 = 6.8 thousand rand per month. Split that year in half and the two halves disagree:

  • First half: (164.4 - 120) / 6 = 44.4 / 6 = 7.4 thousand rand per month
  • Second half: (201.6 - 164.4) / 6 = 37.2 / 6 = 6.2 thousand rand per month

Revenue still grows, but the monthly rate falls from 7.4 to 6.2. The instantaneous rate g'(x) = 8 - 0.2x tells the same story from the other direction: 8.0 at month 0, 6.8 at month 6, 5.6 at month 12. A year-end figure of 6.8 describes the whole period and misses the slowdown inside it.

What the choice of interval changes

The interval is part of the answer, not a detail around it. Keep the function f(t) = t squared + 2t and change only the endpoints.

IntervalEndpoint valuesAverage rate of change
[1, 10]3 and 120117 / 9 = 13
[4, 10]24 and 12096 / 6 = 16
[1, 4]3 and 2421 / 3 = 7

The same function gives 7, 13 or 16 depending on where you look. With a curved function the rate also varies inside the interval, so halving the window does not halve the change. On the interval [1, 2] the change is 5, and the two halves of that window are not 2.5 each: from 1 to 1.5 the value moves from 3 to 5.25, a rate of 4.5, and from 1.5 to 2 it moves from 5.25 to 8, a rate of 5.5. State the endpoints whenever the figure matters.

Method and assumptions

  • The formula measures change in the output per unit of input across a closed interval. It uses the two endpoints and ignores every value between them, which is why a curve and its secant can part company in the middle.
  • Units behave as they do for any gradient: output units divided by input units. Distance in metres against time in seconds gives metres per second.
  • The result equals the slope of the straight line through the two endpoints. If the function happens to be linear, that one figure describes every point on the interval; if it curves, it describes none of them.
  • A zero result means the endpoints share the same value. The function may have risen and fallen in between. A negative result means the function finished lower than it started.
  • The average rate is not the derivative and is not a growth rate expressed as a percentage. When a quantity compounds year after year, a compound annual growth rate answers a different question, because it assumes the same proportional change each period rather than the same absolute change.

Where the figure is used

Average velocity comes from this formula whenever the acceleration is not constant, and the arithmetic is identical to the speed example above with distance in place of f(t). Population studies use it to report the average yearly change in a headcount across a census window, which is why a decade figure can look healthy while the final year is flat. Business reporting uses it for average revenue change between two quarters and for average cost change per unit across a production run.

The temperature example in the questions below is the simplest case: 30 degrees falling to 20 degrees across five hours is (20 - 30) / 5 = -2 degrees per hour. It is an average, so a thermometer checked at hourly intervals might read 30, 29, 27, 24, 22 and 20, giving hourly drops of 1, 2, 3, 2 and 2 degrees, and the average of those drops is the -2 the formula produced.

A note on the theorem

The mean value theorem statement used above is the standard form taught in first-year calculus, for example in James Stewart, Calculus: Early Transcendentals. The theorem matters here because it is the guarantee that the average rate over an interval is actually attained somewhere inside it, for any function smooth enough to differentiate. Without it, an average rate would be a number that describes the endpoints and nothing in between.