The Core Idea: Interpreting the Behavior of Accumulation Functions Involving Area
An accumulation function measures the net accumulation of a quantity whose rate of change is described by another function. Specifically, a function defined as an integral, , represents the accumulated net signed area under the curve of starting from a fixed point and ending at a variable point . The fundamental concept of this topic is the profound connection between the integrand, , and the accumulation function, .
The behavior of —where it increases, decreases, its concavity, and where it has extrema or points of inflection—is entirely determined by the properties of . By analyzing the function (e.g., whether it is positive, negative, increasing, or decreasing), we can describe the characteristics of without ever needing to find an explicit antiderivative for . This relationship is a direct application of the Fundamental Theorem of Calculus.
Key Formulas/Rules/Theorems
The primary theorem governing accumulation functions is the Second Fundamental Theorem of Calculus.
1. The Accumulation Function Definition
If is a continuous function on an interval containing , then the function defined by
is called an accumulation function. It represents the net signed area under the curve of from to .
2. The Second Fundamental Theorem of Calculus
This theorem establishes the derivative of an accumulation function. If , then the derivative of is the integrand function evaluated at .
This means . In other words, the function is the rate of change of the accumulation function .
3. The Definite Integral as Net Change
The definite integral of a rate of change gives the net change in the original quantity. If is the rate of change of a quantity , then the net change in from to is:
This is the First Fundamental Theorem of Calculus and is directly related to understanding accumulation.
Understanding the Relationship Between and
The core of this topic is translating the properties of the function into properties of the accumulation function . Since and , we can establish a clear dictionary of relationships.
| If the function ... | Then the accumulation function ... | Justification |
|---|---|---|
| is positive () | is increasing | |
| is negative () | is decreasing | |
| changes from negative to positive | has a local minimum | changes from to |
| changes from positive to negative | has a local maximum | changes from to |
| is increasing | is concave up | |
| is decreasing | is concave down | |
| has a local extremum (a "turn") | has a point of inflection | changes sign |
Core Concepts & Rules
An accumulation function, , calculates the net signed area under the curve of from a constant to a variable .
The derivative of an accumulation function is simply the integrand: . This is the most critical connection.
The value of at any point gives the slope (the rate of change) of at that same point.
Where is above the x-axis (), is increasing.
Where is below the x-axis (), is decreasing.
Critical points for occur where .
The slope of (i.e., ) determines the concavity of .
Where is increasing, is concave up.
Where is decreasing, is concave down.
Points of inflection for occur where changes sign, which corresponds to local extrema on the graph of .
Step-by-Step Example 1: Analytical Application
Let the function be defined by . Determine the intervals on which is decreasing and the intervals on which is concave down.
Step 1: Find the derivative of to analyze its behavior.
Using the Second Fundamental Theorem of Calculus, .
Step 2: Find where is decreasing.
The function is decreasing where its derivative, , is negative. We find the critical points by setting .
The critical points are and . Now, we create a sign chart for .
| Interval | Test Value | Behavior of | |
|---|---|---|---|
| Increasing | |||
| Decreasing |
| | | (+)(+)=+` | Increasing | Based on the sign chart, $g(x) is decreasing on the interval because on this interval.
Step 3: Find the second derivative of to analyze its concavity.
We differentiate to find .
Step 4: Find where is concave down.
The function is concave down where its second derivative, , is negative. We find potential inflection points by setting .
Now, we create a sign chart for .
| Interval | Test Value | Concavity of | |
|---|---|---|---|
| Concave Down |
| | | +` | Concave Up | Based on the sign chart, $g(x) is concave down on the interval because on this interval.
Step-by-Step Example 2: Exam-Style Application
The graph of a continuous function , consisting of three line segments and a semicircle, is shown below for the interval . Let be the function defined by .
(Imagine a graph of that goes through , , , has a semicircle below the x-axis from to with center (4,0) and radius 2.)
a) Find the values of and .
. This is the area of the triangle above the axis from to .
Area = . So, .
. The second integral is the area of the semicircle below the axis.
Area of semicircle = . Since it's below the axis, the signed area is .
.
b) On what intervals is increasing?
is increasing where .
Looking at the graph, is positive (above the x-axis) on the interval .
c) Find the x-coordinate of all points of inflection of . Justify your answer.
has a point of inflection where changes sign. This occurs where the slope of changes sign, which corresponds to local extrema on the graph of .
The slope of changes from positive to negative at .
The slope of changes from negative to positive at .
Therefore, has points of inflection at and .
Using Your Calculator
For an accumulation function where is given as a complex equation (e.g., ), a calculator is essential for analysis.
Let .
**1. Evaluating the function at a point, e.g., \int_1^3 \sin(t^2) dt$.
2. Evaluating the derivative at a point, e.g., :
Remember that . This does not require a calculator's derivative command.
Simply evaluate : .
3. Evaluating the second derivative at a point, e.g., :
Remember that . We need to find the derivative of at x=2`. * Use the numerical derivative feature `nDeriv`. * On the home screen, enter: `nDeriv(sin(X^2), X, 2)`. **4. Graphing the accumulation function $g(x):**
In your
Y=editor, setY1 = fnInt(sin(T^2), T, 1, X).Graphing
Y1will show the graph of . This can be slow.To verify the relationships, you can set `Y2 = sin(X^2)(the graph of $f(x)`) and `Y3 = nDeriv(sin(X^2), X, X)` (the graph of $f'(x)`). * You can then visually confirm: where `Y2` is positive, `Y1` is increasing. Where `Y3` is positive, `Y1` is concave up. ## AP Exam Quick Hit ### Common Question Types - **Graphical Analysis:** Given the graph of a function $f, you will be asked to analyze . This includes finding values of (by calculating areas), finding where is increasing/decreasing (where is positive/negative), and finding points of inflection for (where has local extrema).
- Finding Absolute Extrema: You will be asked to find the absolute maximum or minimum value of on a closed interval. This requires the Candidates Test: find critical points where , then evaluate at these critical points and at the endpoints of the interval. The largest value is the absolute maximum.
Common Mistakes
Confusing and : A very common error is to identify the maximum value on the graph of and claim it is the maximum value of . Remember, the y-values of represent the slope of . The maximum value of occurs at a point where changes from positive to negative, and its value is an accumulated area.
Forgetting the Initial Condition: When finding a value like , students often forget to add the value of the integral from the starting point to an intermediate point. For example, .
Mixing up Increasing vs. Concave Up: Students mistakenly think is concave up where is positive. This is incorrect. is increasing where is positive. is concave up where is increasing (i.e., ).
Ignoring the Starting Point : The value of depends on the starting point of the integral . A different will shift the graph of vertically, changing its absolute extrema values (but not their locations). Also, remember that .