The Core Idea: Using Accumulation Functions and Definite Integrals in Applied Contexts
This topic explores one of the most powerful applications of the definite integral: calculating the total accumulation or net change of a quantity when its rate of change is known. If we have a function representing a rate, such as the velocity of a particle (rate of change of position) or the rate at which water flows into a tank (rate of change of volume), the definite integral of that rate function over an interval gives the total net change in the original quantity over that same interval. This fundamental concept, often called the Net Change Theorem, allows us to solve a wide variety of real-world problems involving accumulation.
Furthermore, this topic introduces a specific application of the definite integral to find the "average value" of a function over a closed interval. Just as we can find the average of a discrete set of numbers, the definite integral provides a way to find the average value of a function that has infinitely many values over an interval. This is achieved by integrating the function over the interval and then dividing by the length of the interval, effectively "smoothing out" the function's values to a single representative value.
Key Formulas
The principles in this topic are captured by two key formulas derived from the properties of the definite integral.
1. The Net Change Theorem
If represents the rate of change of a quantity , then the definite integral of from to gives the net change in over the interval .
2. The Formula for the Average Value of a Function
The average value of a continuous function on the closed interval is given by:
Understanding Net Change vs. Final Amount
A critical distinction in applied problems is between "net change" and the "final amount" of a quantity. The definite integral of a rate function, , directly calculates the net change from time to time . It tells you how much the quantity has increased or decreased over that period.
However, many problems ask for the final amount of the quantity at a specific time, say . To find this, you must know the initial amount at the start of the interval, , and add the net change that occurred. This relationship is a rearrangement of the Net Change Theorem:
This formula is essential for solving accumulation problems where an initial condition is provided. For example, if you know the amount of water in a tank at and the rate at which water is being added, you can find the amount at any later time .
Core Concepts & Rules
The definite integral of a rate of change gives the net change of the original quantity. If is the rate of change of , then .
Definite integrals can be used to model accumulation in various contexts, such as particle motion (integrating velocity to find displacement), resource consumption (integrating rate of consumption to find total consumed), or population growth (integrating rate of growth to find change in population).
To find the total amount of a quantity at a specific time, you must add the net change (calculated by the definite integral) to the initial amount.
The average value of a function over an interval is calculated by finding the definite integral of over that interval and dividing the result by the length of the interval, .
Step-by-Step Example 1: Basic Application
Problem: A company produces widgets at a rate given by widgets per hour, where is the number of hours since the factory opened at 8:00 AM. Find the net change in the number of widgets produced between 9:00 AM and 11:00 AM.
Solution:
Identify the Rate Function and Interval:
The rate of production is .
The time interval is from 9:00 AM () to 11:00 AM ().
Set up the Definite Integral:
The net change in the number of widgets is the definite integral of the rate function over the time interval .
Find the Antiderivative:
The antiderivative of is .
Evaluate the Definite Integral using the Fundamental Theorem of Calculus:
State the Final Answer with Units:
The net change in the number of widgets produced between 9:00 AM and 11:00 AM is 216 widgets.
Step-by-Step Example 2: Exam-Style Application
Problem: At time hours, a water tank holds 500 gallons of water. For , water is pumped into the tank at a rate modeled by gallons per hour.
(a) To the nearest whole number, how many gallons of water are in the tank at time hours?
(b) What is the average rate at which water is pumped into the tank from to hours?
Solution:
(a) Find the amount of water at hours.
Identify the Goal: We need the total amount of water at , not just the net change. This means we need the initial amount plus the accumulated amount.
Set up the Expression:
The initial amount is 500 gallons. The net change is the integral of the rate function from to .
Evaluate using a Calculator:
This integral is difficult to compute by hand. We use a calculator's numerical integration feature.
Now, add the initial amount:
State the Final Answer with Units:
To the nearest whole number, there are 612 gallons of water in the tank at time hours.
(b) Find the average rate of water flow from to hours.
Identify the Goal: We need the average value of the rate function on the interval .
Set up the Average Value Formula:
Evaluate using a Calculator:
From part (a), we already know the value of the integral.
State the Final Answer with Units:
The average rate at which water is pumped into the tank from to is approximately 13.990 gallons per hour.
Using Your Calculator
This topic frequently appears on the calculator-active section of the AP Exam. The primary tool you will use is the numerical integration function, often labeled fnInt.
To find the Net Change or Final Amount:
Suppose you need to find the amount of a pollutant in a lake at days, given an initial amount of 50 kg and a rate of pollution kg/day.
The expression is .
On a TI-84 style calculator, you would enter this as:
50 + fnInt(0.5*e^(0.1*X), X, 0, 10)The calculator will evaluate this expression to find the final amount.
To find the Average Value:
Suppose you need to find the average temperature, given by degrees Fahrenheit, from to hours.
The expression is .
On a TI-84 style calculator, you would enter this as:
(1/24) * fnInt(75 - 10*cos(π*X/12), X, 0, 24)The calculator will evaluate this to find the average temperature.
AP Exam Quick Hit
Common Question Types
Rate In/Rate Out: A scenario where a quantity is both entering and leaving a system. You might be given a rate in, , and a rate out, . The net rate of change is . To find the total amount at time , you would calculate: + .
Particle Motion: Given a velocity function and an initial position , you are asked to find the position at a later time . This is a direct application of the accumulation formula: .
Average Value in Context: You are given a function representing a quantity (e.g., temperature, height, velocity) and asked to find its average value over a specified interval. Example: "The temperature of a wire is given by for . Find the average temperature of the wire."
Common Mistakes
Forgetting the Initial Condition: When asked for a final amount (e.g., "position at " or "gallons in tank at "), students often calculate only the definite integral (the net change) and forget to add the given initial amount.
Omitting the for Average Value: A very common error is to correctly set up and evaluate the integral for an average value problem but forget to multiply the result by .
Confusing Average Value and Average Rate of Change: The average value of a function is . The average rate of change of is . These are different concepts and are calculated differently.
Incorrect Units: Forgetting to provide units or using the wrong ones. The integral of a rate (e.g., meters/sec) gives an amount (meters). The average value of a function has the same units as the function itself (e.g., the average value of a velocity in m/s is also in m/s).