Unit 6 Notes: Understanding the Fundamental Theorem of Calculus (AP Calculus BC)
FTC and Accumulation Functions
What an accumulation function is (and why you should care)
An accumulation function is a function built from an integral that “keeps track” of how much total change has built up from a starting point to a variable endpoint. The key idea is that definite integrals measure accumulated change (like total distance from velocity, or total mass from a density), and if you let the upper (or lower) limit be a variable, you get a new function whose output changes as that endpoint moves.
A standard accumulation function looks like this:
Here’s what each piece means:
- is the rate or density you are accumulating.
- is the fixed starting point.
- is the variable endpoint.
- is the accumulated net amount from to .
This matters because it links two big ideas in calculus:
- Differentiation: instantaneous rate of change
- Integration: accumulated change
The Fundamental Theorem of Calculus (FTC) is exactly the bridge between them.
The Fundamental Theorem of Calculus, Part 1 (FTC1)
FTC1 tells you how to differentiate an accumulation function.
If and is continuous, then
Why this is true (conceptually)
Think about increasing by a tiny amount . The accumulation increases by approximately the area of a thin rectangle:
- width
- height approximately
So the change is approximately , and dividing by gives a rate of change about . Taking the limit makes that exact.
Differentiating more complicated accumulation functions
AP Calculus often uses variations where the variable shows up in places other than “upper limit equals .” The core strategy is: use FTC1 plus the Chain Rule, and pay attention to orientation.
Case 1: Upper limit is a function of
Then
You’re doing FTC1 (replace by ), then multiplying by because the endpoint is moving at rate .
Case 2: Lower limit is a function of
You can rewrite by reversing limits:
So
A common mistake is forgetting this negative sign when the variable is in the lower limit.
Case 3: Both limits depend on
Rewrite as a difference:
Differentiate:
Worked examples (FTC1)
Example 1: Basic accumulation derivative
Let
By FTC1,
The dummy variable becomes after differentiating.
Example 2: Chain rule with an inside function
Let
Differentiate:
Example 3: Variable in the lower limit
Let
Rewrite:
Differentiate:
Notation reference (common FTC forms)
| Accumulation function | Key idea | Derivative |
|---|---|---|
| upper limit is | ||
| chain rule on upper limit | ||
| variable lower limit introduces negative | ||
| difference of two accumulations |
Exam Focus
- Typical question patterns:
- Differentiate a function defined by an integral with variable limits, sometimes with a composite limit like .
- Find at a point using a table/graph of (you plug in, not integrate).
- Write an expression for a new function as an accumulation function and then differentiate it.
- Common mistakes:
- Forgetting the Chain Rule when the upper limit is .
- Dropping the negative sign when the variable is in the lower limit.
- Confusing the dummy variable (like ) with the outside variable (like ).
Interpreting the Behavior of Accumulation Functions
Turning “area under a curve” into function behavior
When you define
you can learn how behaves (increasing/decreasing, concavity, extrema) from the graph or sign of —often without computing any integrals exactly.
The reason is FTC1 gives you an immediate relationship:
So the derivative of the accumulation function is literally the original integrand.
Increasing and decreasing
A function increases where its derivative is positive. Since :
- is **increasing** where .
- is **decreasing** where .
Interpretation-wise: if the “rate” is positive, the accumulation is growing; if the “rate” is negative, the accumulation is shrinking.
Example 1: Monotonicity from a sign chart
Suppose a graph shows is positive on and negative on . If
then increases on and decreases on .
A common misconception is to say “ is positive where is positive.” That’s not necessarily true— depends on total accumulated area from to , including what happened earlier.
Where does an accumulation function have a maximum or minimum?
Local extrema occur where and the sign of changes. Since , extrema of happen when:
and changes sign.
- If changes from positive to negative, has a local maximum.
- If changes from negative to positive, has a local minimum.
This is a powerful AP move: you can find maxima/minima of from the graph of .
Concavity of an accumulation function
Concavity depends on the second derivative. Differentiate again:
So
That means:
- is **concave up** where (where is increasing).
- is **concave down** where (where is decreasing).
This often surprises students: concavity of depends on whether is increasing or decreasing, not whether is positive or negative.
Interpreting values of as signed area
By definition,
is the net signed area between and the horizontal axis from to .
- Areas above the axis contribute positively.
- Areas below the axis contribute negatively.
So could be negative even if , as long as the area below the axis dominates.
“Accumulation as total change” (real-world interpretation)
If is a rate of change (like gallons per minute flowing into a tank, or velocity in meters per second), then
gives net change in the quantity from time to time .
- If is velocity, the integral is displacement (not total distance unless velocity stays nonnegative).
- If is a “net rate in,” negative values represent net outflow.
Worked example: Sketching an accumulation function from a graph
Suppose is given by a graph with these features:
- for
- at
- for
- is increasing on and decreasing on
Let
Then:
- Increasing/decreasing: increases on and decreases on .
- Extrema: has a local maximum at (since changes from positive to negative).
- Concavity: is concave up on (since increasing) and concave down on (since decreasing).
Notice you didn’t need exact areas to get the overall shape.
Exam Focus
- Typical question patterns:
- Given a graph of , analyze where is increasing/decreasing, and where it has relative extrema.
- Given a table of values for , estimate or compare values of at different points using areas (often trapezoids or rectangles).
- Use logic: determine concavity of from whether is increasing/decreasing.
- Common mistakes:
- Treating as “the same as ” instead of accumulated area.
- Confusing “” with “.” Sign of the rate is not the same as sign of total accumulated change.
- Mixing up concavity: concavity of depends on , not on the sign of .
Applying Properties of Definite Integrals
Why properties matter
You do not always need to compute an antiderivative to work with definite integrals. The properties of definite integrals let you simplify expressions, evaluate integrals using known values, and reason about signs and sizes of areas. On AP exams, these properties show up when you are given a few integral values (or a graph) and asked to find a new integral quickly.
In all properties below, assume the integrals exist (for AP-level problems, this is usually ensured by continuity on the interval).
Linearity (splitting sums and constants)
Definite integrals behave like “area measurements,” so they distribute over addition and allow constants to factor out.
If is a constant, then:
This is especially useful when an integrand is a sum of parts you already know.
Reversing limits changes the sign
Changing direction flips the sign:
Also,
A common error is to reverse limits without adding the negative sign.
Additivity across intervals
If you break an interval at a point , the total integral is the sum:
This is the “accumulation adds” idea: net change from to equals net change from to plus net change from to .
Symmetry: even and odd functions (when limits are symmetric)
These are high-leverage shortcuts when you integrate over .
- If is **even** (meaning ), then
- If is **odd** (meaning ), then
This is about cancellation: odd functions have equal area above and below the axis on symmetric intervals.
Comparing integrals using inequalities
If for all in , then
A particularly common special case: if on , then
This helps you reason about signs without computation.
Worked examples with properties
Example 1: Using given integral values
Suppose you know
and
Find
Use linearity:
Substitute values:
Example 2: Interval additivity and reversing limits
Suppose
and
Then
Also,
Example 3: Odd symmetry shortcut
If is odd, then
Even if you have no formula for , this conclusion is immediate from symmetry.
Exam Focus
- Typical question patterns:
- You are given a few definite integral values (like and ) and asked to compute a new one using properties.
- Simplify expressions like without finding antiderivatives.
- Use symmetry (even/odd) on integrals over .
- Common mistakes:
- Forgetting that reversing limits introduces a negative.
- Breaking an interval incorrectly (mixing up endpoints or signs).
- Misidentifying even vs odd: even means symmetric about the -axis; odd means origin symmetry.
FTC and Evaluating Definite Integrals
The Fundamental Theorem of Calculus, Part 2 (FTC2)
FTC2 is the “evaluation engine” for definite integrals. It says that if you can find an antiderivative, then a definite integral becomes a subtraction problem.
If on , then
This result is often written using the notation:
where
Why FTC2 makes sense
Integration (as a definite integral) measures net accumulation. Antiderivatives measure the “original quantity” whose derivative is the rate. FTC2 formalizes the idea that:
- adding up the rate over an interval gives total change,
- and an antiderivative tracks that change.
So the net accumulated change from to is the difference between the antiderivative at the endpoints.
The Net Change Theorem (a key interpretation)
A very common AP interpretation is:
If is the rate of change of a quantity , so that
then
This is FTC2 in context. It’s how you justify statements like:
- Integral of velocity equals displacement.
- Integral of a growth rate equals total growth.
Worked examples (FTC2)
Example 1: Evaluate a definite integral using an antiderivative
Evaluate
Step 1: Find an antiderivative .
So
Step 2: Apply FTC2.
Compute:
Subtract:
Example 2: Connecting to a real context (net change)
A tank’s water volume changes at rate (in liters per minute). Suppose
for . If , find .
First compute the net change:
Antiderivative:
Evaluate:
So the volume increased by 6 liters:
A typical misconception here is to treat negative values of as “impossible.” In many contexts negative rate just means the quantity is decreasing (water draining faster than it flows in, for example).
Using FTC1 together with FTC2 (a powerful combo)
Sometimes you define
and later need a definite integral like . FTC2 can be applied using itself, because , meaning is an antiderivative of .
So,
This is especially useful if is given (maybe as a graph or table), even when is not easy to integrate algebraically.
Example 3: Evaluating an integral using an accumulation function
Let
Suppose you are told and . Find
Because is an antiderivative of ,
No antiderivative formula for was needed.
What can go wrong when evaluating definite integrals
- Forgetting the “plus C” is unnecessary: For definite integrals, constants cancel in , so you do not include a constant of integration.
- Sign errors with bounds: Most wrong answers come from evaluating instead of .
- Confusing net area with total area: FTC2 gives net signed area. If a problem asks for total distance (not displacement), you must handle where velocity changes sign by splitting the interval.
Exam Focus
- Typical question patterns:
- Evaluate a definite integral by finding an antiderivative and applying .
- Use the Net Change Theorem: given a rate function and an initial value, find the final value.
- Given an accumulation function , compute definite integrals like using .
- Common mistakes:
- Writing instead of .
- Adding a constant of integration when evaluating a definite integral.
- Treating the integral as total area when the problem is actually about net change (or vice versa).