Average Rate of Change

Average Rate of Change measures how quickly a function changes between two points, showing the slope of the line connecting them.

f(b)f(a)ba\frac{f(b) - f(a)}{b - a}

Solve a problem with Average Rate of Change

Type the problem. The solver will use Average Rate of Change where Average Rate of Change is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Average Rate of Change takes
ff
aa
bb
Average Rate of Change
SymbolMeaning
fff is the function—a rule that pairs inputs with outputs—and it represents the relationship you are analyzing; confusing it with a specific value like f(a)f(a) will cause errors.
aaa is the first input value, marking the starting point of your interval; it must be real, can be any sign or zero, and must not equal bb or you will divide by zero.
bbb is the second input value, marking the ending point of your interval; the formula fails (division by zero) if you accidentally set b=ab = a.

When to use it

Use Average Rate of Change when you need to find how quickly a function's output changes over an interval.

Level

Usually taught in: Algebra II · Appears on: SAT

Worked examples

1. Find average rate of change for a linear function

Problem

Find the average rate of change of f(x)=2x+3f(x) = 2x + 3 from x=1x = 1 to x=4x = 4.
  1. f(1)=2(1)+3=5f(1) = 2(1) + 3 = 5

    Evaluate the function at the starting point by substituting x=1x = 1.

  2. f(4)=2(4)+3=11f(4) = 2(4) + 3 = 11

    Evaluate the function at the ending point by substituting x=4x = 4.

  3. f(4)f(1)41=11541\frac{f(4) - f(1)}{4 - 1} = \frac{11 - 5}{4 - 1}

    Substitute the values into the formula f(b)f(a)ba\frac{f(b) - f(a)}{b - a}.

  4. 63=2\frac{6}{3} = 2

    Simplify the fraction to find the average rate of change.

Answer: 22

For a linear function, the average rate of change equals the slope and is constant everywhere, matching the coefficient of the xx term.

2. Find average rate of change for a quadratic with a negative interval

Problem

Find the average rate of change of f(x)=x23x+2f(x) = x^2 - 3x + 2 from x=1x = -1 to x=3x = 3.
  1. f(1)=(1)23(1)+2=1+3+2=6f(-1) = (-1)^{2} - 3(-1) + 2 = 1 + 3 + 2 = 6

    Evaluate at x=1x = -1, being careful with the negative sign; 3(1)=+3-3(-1) = +3.

  2. f(3)=323(3)+2=99+2=2f(3) = 3^{2} - 3(3) + 2 = 9 - 9 + 2 = 2

    Evaluate at x=3x = 3 by substituting and simplifying.

  3. f(3)f(1)3(1)=263+1\frac{f(3) - f(-1)}{3 - (-1)} = \frac{2 - 6}{3 + 1}

    Substitute into the formula; note that 3(1)=3+13 - (-1) = 3 + 1 because subtracting a negative means adding.

  4. 44=1\frac{-4}{4} = -1

    Simplify the fraction; the negative result means the function decreased over the interval.

Answer: 1-1

Quadratic functions have different average rates on different intervals. The negative result shows the function decreased overall from x=1x = -1 to x=3x = 3, even though it increases in some subintervals.

3. Find rate of elevation gain for a cyclist climbing a hill

Problem

A cyclist climbs a hill over a 12-minute period. Their elevation h(t)h(t) in meters above the starting point is given by h(t)=20tt2h(t) = 20t - t^2, where tt is time in minutes. Find the average rate of change of elevation from t=2t = 2 to t=8t = 8 minutes.
  1. h(2)=20(2)22=404=36h(2) = 20(2) - 2^{2} = 40 - 4 = 36

    Find the elevation at the 2-minute mark by substituting t=2t = 2 into the function.

  2. h(8)=20(8)82=16064=96h(8) = 20(8) - 8^{2} = 160 - 64 = 96

    Find the elevation at the 8-minute mark by substituting t=8t = 8 into the function.

  3. h(8)h(2)82=963682\frac{h(8) - h(2)}{8 - 2} = \frac{96 - 36}{8 - 2}

    Use the average rate of change formula with time as the input variable and elevation as the output.

  4. 606=10\frac{60}{6} = 10

    Simplify; the result is the average climbing speed during this 6-minute interval.

Answer: 10 meters per minute10 \text{ meters per minute}

This result tells you the average climbing speed during the interval. It is different from the instantaneous speed at any one moment, which would require calculus tools like the Derivative to calculate.

Common mistakes

Where Average Rate of Change usually goes wrong
Answer came out wrong
Writing baf(b)f(a)\frac{b - a}{f(b) - f(a)} for the average rate of change.
Use f(b)f(a)ba\frac{f(b) - f(a)}{b - a}: output change on top, input change on the bottom.
Writing f(b)aba\frac{f(b) - a}{b - a} or bf(a)ba\frac{b - f(a)}{b - a} instead of f(b)f(a)ba\frac{f(b) - f(a)}{b - a}.
Evaluate f(a)f(a) and f(b)f(b) separately first, then compute the correct numerator f(b)f(a)f(b) - f(a).
Using average rate of change to find the slope of a tangent line or treating it as equivalent to the derivative.
Use average rate of change for rates over intervals; use the Derivative if you need the instantaneous slope at a specific point.
The mistakeWhy it is wrongThe fix
Writing baf(b)f(a)\frac{b - a}{f(b) - f(a)} for the average rate of change.This reverses the formula, putting input change over output change instead of output over input.Use f(b)f(a)ba\frac{f(b) - f(a)}{b - a}: output change on top, input change on the bottom.
Writing f(b)aba\frac{f(b) - a}{b - a} or bf(a)ba\frac{b - f(a)}{b - a} instead of f(b)f(a)ba\frac{f(b) - f(a)}{b - a}.Mixing an input value (aa or bb) with an output value (f(a)f(a) or f(b)f(b)) produces a meaningless result.Evaluate f(a)f(a) and f(b)f(b) separately first, then compute the correct numerator f(b)f(a)f(b) - f(a).
Using average rate of change to find the slope of a tangent line or treating it as equivalent to the derivative.Average rate of change is the slope of a secant line connecting two points; the Derivative gives the slope of the tangent line at one point.Use average rate of change for rates over intervals; use the Derivative if you need the instantaneous slope at a specific point.

Tips and when to use something else

  • Always substitute both aa and bb into the function first to compute f(a)f(a) and f(b)f(b) before plugging into the formula.
  • Include units in your final answer: if the problem involves distance and time, express your result as feet per second or meters per minute, etc.
  • Use the Difference Quotient if you need to compute average rate of change algebraically in terms of a variable, rather than finding a single numerical answer.
  • A negative average rate of change is not an error—it simply means the function decreased over the interval.

Frequently asked questions

What is the difference between average rate of change and instantaneous rate of change?
Average rate of change measures how fast the function changes over an entire interval and equals the slope of the secant line connecting two points. Instantaneous rate of change (found using the Derivative) measures the rate at exactly one instant and equals the slope of the tangent line at that point. They are different because a secant line and a tangent line have different slopes.
Why do we need to divide by (ba)(b - a) instead of just using f(b)f(a)f(b) - f(a)?
The numerator f(b)f(a)f(b) - f(a) tells you the total change in output, but not how fast that change happened. Dividing by bab - a (the change in input) scales it to a per-unit rate, making it comparable across different interval widths. Without this division, you cannot tell if a change occurred quickly or slowly.
Can the average rate of change ever be zero?
Yes. If f(b)=f(a)f(b) = f(a), then the numerator is zero, making the entire fraction zero. This means the function's output did not change over the interval from aa to bb, even though aa and bb are different input values.
Does the order of aa and bb matter?
Yes. If you swap aa and bb, both the numerator and denominator change sign, so the final result is negated. While the magnitude stays the same, the sign flip changes the meaning: positive means increasing, negative means decreasing. By convention, aa is the starting point and bb is the ending point.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18