How to Find Average Rates of Change:
Practice Problems

Download this web page as a pdf with answer key
Problem 1

Determine the average rate of change for $$\displaystyle f(x) = \frac{x+1}{x+2}$$ from $$x = 0$$ to $$x = 4$$.

Step 1

Calculate the average rate of change.

$$ \begin{align*} \frac{\Delta f}{\Delta x} & = \frac{\blue{f(4)} - \red{f(0)}}{4 - 0}\\[6pt] & = \frac{\blue{\frac{4+1}{4+2}} - \red{\frac{0+1}{0+2}}} 4\\[6pt] & = \frac{\blue{\frac 5 6} - \red{\frac 1 2}} 4\\[6pt] & = \frac{1/3} 4\\[6pt] & = \frac 1 {12} \end{align*} $$

Answer

$$\displaystyle \frac{\Delta f}{\Delta x} = \frac 1 {12}$$

Problem 2

Determine the average rate of change for $$f(x) = \sin x$$ from $$x = \pi$$ to $$x = 2\pi$$ (where $$x$$ is measured in radians).

Step 1

Calculate the average rate of change.

$$ \begin{align*} \frac{\Delta f}{\Delta x} & = \frac{\blue{f(2\pi)}-\red{f(\pi)}}{2\pi - \pi}\\[6pt] & = \frac{\blue{\sin 2\pi}-\red{\sin\pi}}{\pi}\\[6pt] & = \frac{\blue{0}-\red{0}}{\pi}\\[6pt] & = 0 \end{align*} $$

Answer

$$\displaystyle \frac{\Delta f}{\Delta x} = 0$$

Problem 3

Determine the average rate of change for the function below, from $$t = -2$$ to $$t = 8$$.

$$ f(x) = 60e^{0.5t} $$

Step 1

Calculate the average rate of change.

$$ \begin{align*} \frac{\Delta f}{\Delta t} & = \frac{\blue{f(8)} - \red{f(-2)}}{8 - (-2)}\\[6pt] & = \frac{\blue{60e^{0.5(8)}} - \red{60e^{0.5(-2)}}}{8 - (-2)}\\[6pt] & = \frac{60\left(e^4 - e^{-1}\right)}{10}\\[6pt] & = 6\left(e^4 - e^{-1}\right)\\[6pt] & \approx 325.3816 \end{align*} $$

Answer

$$ \displaystyle \frac{\Delta f}{\Delta t} = 6\left(e^4 - e^{-1}\right)\approx 325.3816 $$

Problem 4

Determine the average rate of change for the function below, from $$x = -6$$ to $$x = -3$$.

$$ f(x) = 2 - 8x - 5x^3 $$

Step 1

Calculate the average rate of change.

$$ \begin{align*} \frac{\Delta f}{\Delta x} & = \frac{\blue{f(-3)} - \red{f(-6)}}{-3 - (-6)}\\[6pt] & = \frac{\blue{(2 - 8(-3) - 5(-3)^3)} - \red{(2 - 8(-6) - 5(-6)^3)}}{-3 +6}\\[6pt] & = \frac{\blue{161} - \red{1130}} 3\\[6pt] & = -\frac{969} 3\\[6pt] & = - 323 \end{align*} $$

Answer

$$\frac{\Delta f}{\Delta x} = -323$$

Problem 5

Suppose the average size of a particular population of cute, fluffy bunny rabbits can be described by the function

$$ P(t) = \frac{250}{1+4e^{-0.75t}}, $$

where $$t$$ is measured in years and $$P(t)$$ is measured in numbers of bunnies.

As time increases from $$t = 5$$ to $$t = 10$$, what is the average rate of change in the bunny population?

Step 1

Calculate the average rate of change.

$$ \begin{align*} \frac{\Delta P}{\Delta t} & = \frac{\blue{P(10)} - \red{P(5)}}{10 -5}\\[6pt] & = \frac{\blue{\frac{250}{1+4e^{-0.75(10)}}} - \red{\frac{250}{1+4e^{-0.75(5)}}}}{5}\\[6pt] & = \frac{250\left(\frac 1 {1+4e^{-7.5}} - \frac 1 {1+4e^{-3.75}}\right)}{5}\\[6pt] & = 50\left(\frac 1 {1+4e^{-7.5}} - \frac 1 {1+4e^{-3.75}}\right)\\[6pt] & \approx 4.2 \end{align*} $$

Answer

From year 5 to year 10 the population of cute, fluffy bunnies increases at an average rate of about 4.2 bunnies per year.

Problem 6

At a particular company, the cost of producing $$x$$ pallets of goods can be described by the function

$$ C(x) = 25x + 4500, $$

where $$C(x)$$ is measured in dollars. Determine the average rate of change in the cost as production decreases from 150 pallets to 120 pallets.

Step 1

Calculate the average rate of change.

$$ \begin{align*} \frac{\Delta C}{\Delta x} & = \frac{\blue{C(120)} - \red{C(150)}}{120 - 150}\\[6pt] & = \frac{\blue{25(120)+4500} - \red{25(150)+4500}}{-30}\\[6pt] & = \frac{\blue{7500} - \red{8250}}{-30}\\[6pt] & = \frac{-750}{-30}\\ & = 25 \end{align*} $$

Answer

As the amount of goods produced drops from 150 pallets to 120 pallets, the cost of production decreases an average of $25 per pallet.

Note 1: We could have saved ourselves the effort of calculating $$\Delta C/\Delta x$$ by simply noticing $$C(x)$$ is a linear function. The average rate of change of any linear function is just its slope.

Note 2: When the average rate of change is positive, the function and the variable will change in the same direction. In this case, since the amount of goods being produced decreases, so does the cost.

Problem 7

Suppose you invest $2000 in an account that earns 8% interest each year, but interest is compounded each month. Then the amount you have in the account is described by the function

$$ A(t) = 2000\left(1 + \frac{0.08}{12}\right)^{12t}. $$

If you make no deposits or withdrawals, what is the average rate of change in the amount of money in the account ...

  • over the first 5 years?
  • over the second 5 years?
Part (a) - Step 1

Calculate the average rate of change.

$$ \begin{align*} \frac{\Delta A}{\Delta t} & = \frac{\blue{A(5)} - \red{A(0)}}{5-0}\\[6pt] & = \frac{\blue{2000\left(1 + \frac{0.08}{12}\right)^{12(5)}} - \red{2000\left(1 + \frac{0.08}{12}\right)^{12(0)}}}{5}\\[6pt] & = \blue{400\left(1 + \frac{0.08}{12}\right)^{60}} - \red{400\left(1 + \frac{0.08}{12}\right)^{0}}\\[6pt] & = \blue{400\left(1 + \frac{0.08}{12}\right)^{60}} - \red{400}\\[6pt] & \approx 195.94 \end{align*} $$

Part (b) - Step 1

Calculate the average rate of change.

$$ \begin{align*} \frac{\Delta A}{\Delta t} & = \frac{\blue{A(10)} - \red{A(5)}}{10-5}\\[6pt] & = \frac{\blue{2000\left(1 + \frac{0.08}{12}\right)^{12(10)}} - \red{2000\left(1 + \frac{0.08}{12}\right)^{12(5)}}} 5\\[6pt] & = \blue{400\left(1 + \frac{0.08}{12}\right)^{120}} - \red{400\left(1 + \frac{0.08}{12}\right)^{60}}\\[6pt] & \approx 291.92 \end{align*} $$

Answer
  • During the first five years, the account grows by an average of $195.94 per year.
  • During the second five years, the account grows by an average of $291.92 per year.
Problem 8

Suppose a particular electrical circuit is designed to keep the current, $$I$$, at a constant $$0.02$$ amps. However, both the voltage, $$V$$, and the resistance, $$R$$, can vary. Then according to Ohm's Law,

$$R = \frac{0.02} V,$$

where $$R$$ is measured in Ohms and $$V$$ is measured in volts.

What is the average rate of change in the resistance on the circuit as the voltage increases from 1.5 volts to 9 volts?

Step 1

Calculate the average rate of change.

$$ \begin{align*} \frac{\Delta R}{\Delta V} & = \frac{\blue{R(9)}-\red{R(1.5)}}{9-1.5}\\[6pt] & = \frac{\blue{\frac{0.02} 9}-\red{\frac{0.02}{1.5}}}{7.5}\\[6pt] & = \left(\blue{\frac{0.02} 9}-\red{\frac{0.02}{1.5}}\right)\cdot \frac 1 {7.5}\\[6pt] & = -\frac 1 {675}\\[6pt] & \approx -0.00148 \end{align*} $$

Answer

As the voltage increases from 1.5 volts to 9 volts the resistance will decrease at an average rate of $$\frac 1 {675}$$ ohms per volt, or approximately 0.00148 ohms per volt.

Problem 9

Suppose $$P(t)$$ represents the proficiency achieved at a particular task after receiving $$t$$ hours training. Suppose the following equation applies when $$t$$ increases from 3 to 12. Interpret the equation in a complete sentence.

$$ \frac{\Delta P}{\Delta t} = 12\% $$

Step 1

Rewrite the average rate of change as a fraction with a denominator of 1.

$$ \frac{\Delta P}{\Delta t} = 12\% = \frac{12\%} 1 $$

Answer

As $$t$$ increases from 3 hours to 12 hours of training, proficiency increases at an average rate of 12% per hour.

Problem 10

Suppose $$R(x)$$ represents the revenue (in thousands of dollars) earned by a particular company from the sale of $$x$$ tons of goods. Suppose the following equation applies when sales increase from 0.8 tons to 1.4 tons. Interpret the equation in a complete sentence.

$$ \frac{\Delta R}{\Delta x} = -0.2 $$

Step 1

Rewrite the average rate of change so it has a 1 in the denominator.

$$ \frac{\Delta R}{\Delta x} = -0.2 = -\frac{0.2} 1 $$

Answer

When sales increase from 0.8 to 1.4 tons, the company's revenue decreases at an average rate of $200 per ton of goods sold.

Note 1: Since the average rate of change is negative, the two quantities change in opposite directions. Since the amount of goods sold is increasing, revenue must be decreasing. Note 2: Even though the average rate of change in revenue is negative, this does not mean that the company is losing money. It only means they are earning less per ton than previously. This might happen if the company decreases the price of their goods. They sell more goods, but earn less per item.

Problem 11

Suppose the current in an electrical circuit increases at an average rate of 0.03 amps per second. Write an equation expressing this idea.

Step 1

Define variables.

  • Let $$I = $$ the amount of electrical current flowing through the circuit, measured in amps.
  • Let $$t$$ represent time, measured in seconds.
Answer

$$\displaystyle \frac{\Delta I}{\Delta t} = 0.03$$

Problem 12

Suppose someone drives with an average velocity of 85 kilometers per hour. Write an equation expressing this idea.

Step 1

Define variables.

  • Let $$d$$ represent the persons distance from their starting point, in kilometers.
  • Let $$t$$ represent time, in hours.
Answer

$$\displaystyle \frac{\Delta d}{\Delta t} = 85$$

Problem 13

Suppose someone has been driving for 45 minutes at a steady 50 kilometers per hour. Then they increased their speed and drove for the another 1.5 hours. When they arrived at their destination, their average speed for the entire trip was 80 kilometers per hour. How fast did they drive during the last 1.5 hours?

Step 1

Find the total distance driven if the person had been driving at 80 kph for the entire 2.25 hours.

$$ \frac{80\mbox{ kilometers}}{1\mbox{ hour}} \cdot \frac{2.25\mbox{ hours}} 1 = (80)(2.25) \mbox{ kilometers} = 180 kilometers $$

Step 2

Determine the remaining distance that had to be driven during the last 1.5 hours.

The driver has spent $$3/4$$ of an hour driving at 50 kph, and so had traveled $$50\cdot 0.75 = 37.5$$ kilometers. This left $$180-37.5 = 142.5$$ kilometers to travel.

Step 3

Determine the speed needed to cover the remaining distance in the remaining time.

The person needed to travel 142.5 kilometers in 1.5 hours. So the speed had to be

$$ \frac{142.5\mbox{ kilometers}}{1.5\mbox{ hours}} = 95\mbox{ kph.} $$

Answer

The person drove at a speed of 95 kilometers per hour for the last 1.5 hours.

Problem 14

In electrical circuits, energy is measured in joules (pronounced jools) and power is measured in watts. The relationship between the two is

$$ 1\mbox{ watt} = \frac {1\mbox{ joule}}{\mbox{second}} $$

So, watts are the rate of change of energy relative to time (just like speed is the rate of change of distance relative to time).

Suppose a variable wattage lightbulb (like a lightbulb on a dimmer switch) has been pulling 30 watts for the past 15 minutes. The wattage is then increased so that after another 5 minutes the average rate of change for the entire 20 minutes is 50 watts.

What was the higher wattage the bulb was set to in order to achieve this?

Step 1

Determine the total amount of energy used during the 20 minutes.

$$ \frac{50\mbox{ joules}}{\mbox{second}} \cdot \frac{20\mbox{ minutes}} 1 = \frac{50\mbox{ joules}}{\mbox{second}} \cdot \frac{1200\mbox{ seconds}} 1 = 60{,}000\mbox{ joules}. $$

Step 2

Determine the amount of energy that needed to be used during the last 5 minutes.

Since the bulb had been burning at 30 watts for 15 minutes, it had already used

$$ \frac{30\mbox{ joules}}{\mbox{second}} \cdot \frac{15\mbox{ minutes}} 1 = \frac{30\mbox{ joules}}{\mbox{second}} \cdot \frac{900 \mbox{ seconds}} 1 = 27{,}000\mbox{ joules}. $$

The remaining energy to be used would be 60,000-27,000=33,000 joules.

Step 3

Determine the rate (in joules/second) that would be needed to use the remaining energy during the last 5 minutes.

The remaining energy would have to be used in 5 minutes which is the same as 300 seconds. So, we have

$$ \frac{33{,}000\mbox{ joules}}{300\mbox{ seconds}} = \frac{110\mbox{ joules}}{1\mbox{ second}} = 110\mbox{ watts}. $$

Answer

The bulb would have burned at 110 watts during the last 5 minutes.

Return to lesson
Download this web page as a pdf with answer key

Ultimate Math Solver (Free)

Free Algebra Solver ... type anything in there!