Average rate of change

The average rate of change (AvRC) of a function measures how the output of the function changes, on average, over a specific interval of the input. It is a way to describe the overall change of the function without considering the exact behaviour at every point within the interval.

For instance, consider a car travelling along a straight road. If the car covers \(100\) kilometers in \(2\) hours, its average speed (rate of change of distance with respect to time) is \(50\text{ km/h}\). During that time, its speed any point it time may vary – at some points the car my be travelling at \(100 \text{ km/h}\), and at other times it may be travelling more slowly, or even be stationary. The average rate of change of distance, however, remains constant at  \(50\text{ km/h}\) over the 2-hour period, as it represents the overall change in distance divided by the total time taken.

For a function \(f\left(x\right)\), the average rate of change between two points \(x = a\) and \(x = b\) is given by

\[AvRC = \frac{f\left(b\right) - f\left(a\right)}{b - a}\]

This formula calculates the slope of the secant line connecting the points \(\left(a,f\left(a\right)\right)\) and \(\left(b,f\left(b\right)\right)\).

Note

In Australia, the terms slope and gradient are often used interchangeably when referring to the rate of change of a function or steepness of a line. In other regions, only slope is used in this way, and gradient is used only for multivariable calculus.

Worked Example

If \(f\left(x\right) = x^2 + 3\), then the average rate of change between \(x = 1\) and \(x = 3\) is

\[\frac{f\left(3\right) - f\left(1\right)}{3 - 1} = \frac{\left(3^{2} +3 \right) - \left(1^{2} + 3\right)}{3 - 1} = \frac{12 - 4}{2} =4\]

This is graphed below.

A graph of the quadratic function f(x) = x^2 + 3 (blue parabola) along with a secant line (green line). The secant line passes through the parabola at the points (1,4) and (3,12). This illustrates the concept of an average rate of change

Alternative notation

\[AvRC = \frac{\Delta{y}}{\Delta{x}}\ \textsf{(rise over run)}\]

A graph of the quadratic function f(x) = x^2 + 3 (blue parabola) with a secant line (green) intersecting it at two points, (1,4) and (3,12). A right triangle is drawn in orange from these points, showing the change in x (Δx) and the change in y (Δy). The formula for the average rate of change (AvRC = Δy/Δx) is labeled in red, illustrating the concept of the secant slope as an approximation of the rate of change.>



Use these tabs to view the worked solutions for the questions above.