AP Calculus AB and BC
The Fundamental Theorem of Calculus: Part 1 vs Part 2
Part 2 (evaluation) turns a definite integral into a number: find an antiderivative F of f, then the integral from a to b is F(b) minus F(a). Part 1 (accumulation) turns an integral into a new function: the derivative of g(x) = integral from a to x of f(t) dt is just f(x).
The two statements, side by side
Both halves of the Fundamental Theorem of Calculus (FTC) say the same big thing: differentiation and integration undo each other. They run that relationship in opposite directions, which is why they get used for completely different tasks.
The evaluation form (AP CED Topic 6.7, essential knowledge FUN-6.B.3) is the one you use to compute integrals. If is continuous on and is any antiderivative of , then:
The accumulation form (Topic 6.4, FUN-6.B.2) runs the other way. It differentiates an integral whose upper limit is a variable. If is continuous on an interval containing and , then:
Which one is Part 1?
Textbooks disagree. Many (including Stewart) call the accumulation form Part 1 and the evaluation form Part 2; others swap the numbers or call one the Second Fundamental Theorem. The AP CED never numbers them: it files accumulation under Topic 6.4 and evaluation under Topic 6.7. Learn what each statement does, not the label.
| Aspect | Evaluation form (Part 2) | Accumulation form (Part 1) |
|---|---|---|
| CED topic | 6.7 (FUN-6.B.3) | 6.4 (FUN-6.B.2) |
| What it does | Computes a definite integral | Differentiates an integral |
| Limits | Both constant | A variable in a limit |
| Output | A number | A function |
| Core formula | where |
Part 2: turning an integral into a number
Reach for the evaluation form whenever you need the value of a definite integral and has an antiderivative you can find. This is the workhorse of Unit 6 and every integration application after it: area, average value, total change, volume.
The method is two steps. First, find an antiderivative of the integrand (Topic 6.8 basic rules, or substitution in Topic 6.9). Second, compute , usually written with a bracket:
You never need the constant of integration here. If you used instead of , the appears in both and and cancels in the subtraction, so pick the simplest antiderivative. The theorem also requires continuous on the whole interval : if the integrand blows up somewhere inside, this shortcut does not apply directly (that gap is what BC improper integrals in Topic 6.13 handle).
The evaluation form is not obvious on its own; it works because of the accumulation form. Since is an antiderivative of (FUN-6.B.2), and any two antiderivatives of the same function differ only by a constant, evaluating any antiderivative at and and subtracting recovers the accumulated area from to . That is the bridge between the two parts: Part 1 guarantees the antiderivative exists, Part 2 puts it to work.
Part 1: the accumulation-function view
The accumulation form is about a specific kind of function: one defined by an integral with a variable upper limit.
Read as the net area accumulated by from the fixed start out to . The letter is just a placeholder (a dummy variable) for the integration; the real input is , sitting in the upper limit. FUN-6.B.2 guarantees this is an antiderivative of , and the accumulation form gives its derivative directly:
That is the whole point of Part 1: you can differentiate an integral without ever evaluating it. When the integrand has no elementary antiderivative, like or , this is the only way to get the derivative at all.
In an applied setting reads as a running total. If is a rate (liters per minute, meters per second), then is the accumulated amount from time to time , and just says the instantaneous rate of that running total is the original rate. That interpretation is exactly Topic 6.5, where you analyze the behavior of from the graph of .
One extension is tested constantly: when the upper limit is itself a function rather than plain , the chain rule tacks on a factor of .
If the variable sits in the lower limit instead, swap the limits first and pick up a negative sign, because reversing the limits of a definite integral negates it (Topic 6.6).
Deciding which part a problem wants
The fastest tell is the limits of integration. Look there before you do anything else.
Two constant limits, and the task is to produce a value (a number, an area, a total change, an average): that is the evaluation form. You will be finding an antiderivative and subtracting.
A variable in a limit, usually paired with a definition like built from an integral with in the upper limit, then a question about , about where is increasing or has a maximum, or about the concavity of : that is the accumulation form. Any time a new function is built out of an integral and you are asked to differentiate or analyze it, Part 1 is the tool.
- Numeric limits, asked for a value: evaluation form (Part 2). Antidifferentiate, then .
- Variable upper limit, asked for a derivative: accumulation form (Part 1). Replace with the limit, times its derivative.
- Integrand you cannot antidifferentiate, but only a derivative is asked: accumulation form (Part 1).
- Function defined as an integral, asked about increasing/decreasing or extrema: accumulation form (Part 1), then standard Unit 5 analysis on .
Where students lose points
- Dropping the chain rule factor. With a variable upper limit like , the answer is , not just .
- Confusing the dummy variable. Inside the integrand uses ; the appears only in the limit. Do not substitute for the integration variable.
- Subtracting in the wrong order. It is always , that is . Flipping the order flips the sign.
- Ignoring continuity. The evaluation form needs continuous on . A vertical asymptote inside the interval breaks it.
- Forgetting the sign when the variable is the lower limit: .
Worked examples
Worked example
Part 2: evaluate a definite integral
Evaluate .
- The limits are the constants and and the task is a value, so this is the evaluation form. First rewrite as to make antidifferentiation easy.
- Antidifferentiate term by term. Since and , an antiderivative is .
- Evaluate at the upper limit: .
- Evaluate at the lower limit: .
- Subtract in order: .
The integral equals 17.
Worked example
Part 1: differentiate an accumulation function
Find for , and for .
- Both define a function as an integral with a variable in the upper limit, so both call for the accumulation form. Notice neither integrand has an elementary antiderivative, so there is no way to evaluate first: Part 1 is the only route.
- For , the upper limit is plain . Replace the integration variable with in the integrand: .
- For , the upper limit is , so the chain rule applies. First .
- Substitute into the integrand , giving , then multiply by : .
g'(x) = sqrt(x^3 + 1), and h'(x) = 2x sin(x^4).
Worked example
Both parts on one function
Let . (a) Use the accumulation form to find . (b) Use the evaluation form to find a closed form for . (c) Confirm the two results agree.
- (a) The upper limit is the plain variable , so by the accumulation form replace with in the integrand: .
- (b) Here the integrand does have an antiderivative, so the evaluation form gives a formula. An antiderivative is .
- Apply with : .
- (c) Differentiate the closed form: the derivative of is , which is exactly the from part (a). The two forms of the theorem agree, as they must.
- This is why Part 1 is worth trusting: even when you could compute in closed form, comes for free, telling you at once that is increasing wherever , that is for .
g'(x) = 3x^2 - 4, g(x) = x^3 - 4x, and differentiating the closed form recovers 3x^2 - 4.
Frequently asked questions
What is the difference between FTC Part 1 and Part 2?
Part 1 (the accumulation form, CED Topic 6.4) differentiates an integral with a variable upper limit: the derivative of is . Part 2 (the evaluation form, Topic 6.7) computes a definite integral as for an antiderivative . One gives a function's derivative; the other gives a number.
Do I need the constant of integration for a definite integral?
No. In any constant appears in both terms and cancels, so use the simplest antiderivative. The constant only matters for indefinite integrals (Topic 6.8).
When does the chain rule apply to the Fundamental Theorem?
Whenever the variable limit is a function of rather than plain . For the derivative is . If it is just , then and , so no extra factor appears.
Is the Fundamental Theorem of Calculus on both AB and BC?
Yes. It sits in Unit 6, which carries 15 to 20 percent of both the AB and BC exams, and it underlies the integration applications in Units 7, 8, and 9 (BC).