what are rates of change

Overview

A rate of change is essentially the measure of how fast a value changes.

A good example of this would be the relationship between the position of an object, and its speed. In this case the object's position is the value of interest, and its rate of change is its speed. The speed of the object determines how fast it moves.

Average rate of change on a graph

On a graph, the average rate of change is the difference in yy (y \bigtriangleup y ) over the difference in xx (x \bigtriangleup x ). Think of it as the average amount that yy changes in a given xx region.

The equation to determine the average rate of change is:

 average rate of change =yx=y2  y1x2  x1 \text { average rate of change } = \frac { \bigtriangleup y} {\bigtriangleup x} = \frac { y_2 \ - \ y_1 } { x_2 \ - \ x_1 }

As you may know, this is the same equation as the slope at two given points on a graph, and in fact, the slope is a measure of the rate of change at two points on a graph!

Here is a demonstration of how to obtain the slope (or average rate of change) of a region of some graph:

This uses the same equation as above!

example

Find the average rate of change of the function f(x)=x3+4x2+4x+2 f(x) = x^3 + 4x^2 + 4x + 2 on the region [0,2] [0, 2]

answer

This is quite simple. First, find the values of f(x) f(x) at x=0 x = 0 and x=2 x = 2 :

f(0)=(0)3+4(0)2+4(0)+2=2=y1 f(0) = (0)^3 + 4(0)^2 + 4(0) + 2 = 2 = y_1

f(2)=(2)3+4(2)2+4(2)+2=8+16+8+2=34=y2 f(2) = (2)^3 + 4(2)^2 + 4(2) + 2 = 8 + 16 + 8 + 2 = 34 = y_2


Now, just plug these values into the average rate of change equation from above:

y2  y1x2  x1=34  22  0=322=16 \frac { y_2 \ - \ y_1 } { x_2 \ - \ x_1 } = \frac { 34 \ - \ 2 } { 2 \ - \ 0 } = \frac { 32 } { 2 } = 16

\therefore The average rate of change of f(x) f(x) in the region [0,2] [0, 2] is 16 16