sciandu
Mathematics

Mathematics

Average rate of change

How fast does something change on average? The slope between two points tells you.

What you need first

If you drive 120 km in 2 hours, you know at once: that was 60 km/h on average. Whether you raced or crawled in between does not matter for this average. This is exactly the idea behind the average rate of change: how much does one quantity change on average while another grows by one unit?

The difference quotient

You pick two positions aa and bb on the x-axis and look at how the function values differ there. You divide the change in height by the change in x. The result tells you how much y changes on average per unit of x. The two positions have to be different, otherwise the bottom of the fraction would be zero.

m=f(b)f(a)bam = \frac{f(b) - f(a)}{b - a}
Change in height divided by change in x: the average rate of change.

This is the slope of a secant

Draw the two points (a,f(a))(a, f(a)) and (b,f(b))(b, f(b)) on the graph and connect them with a straight line. This connecting line is called a secant. The difference quotient is nothing other than its slope, the familiar rise divided by the horizontal run.

Coordinate grid
m1
b1
-6-6-4-4-2-2224466
y = 1x + 1Starts at 1, +1 per step right
Place two points and read off the slope of the line between them.

An example to work through

Take f(x)=x2f(x) = x^2 and the positions a=1a = 1 and b=3b = 3. We have f(1)=1f(1) = 1 and f(3)=9f(3) = 9. So the average rate of change is 9131=82=4\frac{9 - 1}{3 - 1} = \frac{8}{2} = 4. Between x=1x = 1 and x=3x = 3 the function therefore rises by 4 units on average while x grows by 1.

Exercises

0 of 6 solved

Time to try it yourself. You can't break anything, every attempt counts.

What is the line through two points of a graph called?

What does the difference quotient f(b)f(a)ba\frac{f(b) - f(a)}{b - a} compute?

A car drives 210 km in 3 hours. What is the average speed in km/h?

The average rate of change is the slope of the between two points of the graph.

Let f(x)=x2f(x) = x^2. Compute the average rate of change between a=2a = 2 and b=4b = 4.

Put the steps in the right order to compute the average rate of change.

  1. 1compute the function values f(a) and f(b)
  2. 2divide the height change f(b) − f(a) by b − a
  3. 3choose the two positions a and b
  4. 4read off the result as the average rate of change

Where this leads