Fiveable

♾️AP Calculus AB/BC Unit 6 Review

QR code for AP Calculus AB/BC practice questions

6.7 The Fundamental Theorem of Calculus and Definite Integrals

6.7 The Fundamental Theorem of Calculus and Definite Integrals

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

The Fundamental Theorem of Calculus connects derivatives and integrals: if you build a function by integrating from a fixed point, its derivative gives you back the original function, and any definite integral can be evaluated by finding an antiderivative and subtracting. In practice, abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx=F(b)-F(a), where FF is an antiderivative of ff. For AP Calculus, check continuity before applying the theorem.

Why This Matters for the AP Calculus Exam

This theorem is the bridge between the two main ideas of AP Calculus: differentiation and integration. It shows up constantly because it lets you evaluate definite integrals exactly instead of estimating with Riemann sums. You will use it to find accumulated change, compute exact areas, and differentiate functions that are defined by integrals. Getting comfortable with both directions of this theorem, evaluating integrals and differentiating integral-defined functions, sets up later work on areas, volumes, and motion.

Key Takeaways

  • An antiderivative of ff is a function whose derivative equals ff.
  • If ff is continuous near aa, then F(x)=axf(t)dtF(x)=\int_{a}^{x} f(t)\,dt is an antiderivative of ff, so ddxaxf(t)dt=f(x)\frac{d}{dx}\int_{a}^{x} f(t)\,dt = f(x).
  • To evaluate a definite integral, use abf(x)dx=F(b)F(a)\int_{a}^{b} f(x)\,dx = F(b) - F(a) for any antiderivative FF.
  • When the upper limit is a function of xx (like 2x2x), apply the chain rule after substituting.
  • The function ff must be continuous on [a,b][a,b] for the evaluation rule to apply.
  • The constant of integration cancels in a definite integral, so you do not need it when evaluating F(b)F(a)F(b)-F(a).

Connecting Antiderivatives and Definite Integrals

The Fundamental Theorem of Calculus has two parts that work together. The first part tells you what happens when you differentiate an integral-defined function. The second part tells you how to evaluate a definite integral using an antiderivative.

Part 1: Differentiating an Integral-Defined Function

If ff is continuous on an interval containing aa, then the function

g(x)=axf(t)dtg(x)=\int_{a}^{x} f(t)\, dt

is an antiderivative of ff, which means

g(x)=f(x)g'(x)=f(x)

Taking the derivative of an integral hands you back the inside function. The bounds still matter here because this works for a definite integral with a variable upper limit.

If the upper bound is not just xx, substitute the upper bound for tt and apply the chain rule.

Example 1: Standard Form

Find g(x)g'(x).

g(x)=32x5t4dtg(x)=\int_{32}^{x} 5t^4\, dt

By the theorem, differentiating both sides gives g(x)=5x4g'(x)=5x^4.

Example 2: Variable Upper Bound

Find g(x)g'(x).

g(x)=322x5t4dtg(x)=\int_{32}^{2x} 5t^4\, dt

Here the upper bound is 2x2x, so substitute 2x2x for tt and multiply by the derivative of 2x2x (the chain rule). That gives g(x)=5(2x)42=160x4g'(x)=5(2x)^4 \cdot 2 = 160x^4.

This first part connects directly to accumulation functions. For more detail and examples, see The Fundamental Theorem of Calculus and Accumulation Functions.

Part 2: Evaluating a Definite Integral

The second part is the one you will reach for most often. If ff is continuous on [a,b][a,b] and FF is an antiderivative of ff, then

abf(x)dx=F(b)F(a)\int_{a}^{b} f(x)\,dx = F(b) - F(a)

So to find a definite integral, evaluate the antiderivative at the upper limit and subtract its value at the lower limit. No Riemann sums needed.

How to Use This on the AP Calculus Exam

Problem Solving

Use these steps to evaluate a definite integral with the theorem:

  1. Find an antiderivative of the integrand.
  2. Plug in the upper bound.
  3. Plug in the lower bound.
  4. Subtract: upper result minus lower result.

Walkthrough

Evaluate the following integral.

05exdx\int_{0}^{5}e^x\, dx

The antiderivative of exe^x is exe^x, so evaluate it at 55 and subtract its value at 00:

05exdx=e5e0=e51\int_{0}^{5}e^x\, dx=e^5-e^0=e^5-1

The answer is e51e^5-1 because e0=1e^0 = 1.

Free Response

When a free-response question lets you use a calculator to evaluate a definite integral, write out the full integral expression, including the limits of integration and the differential, before giving the numerical answer. When working without a calculator, show an appropriate antiderivative. Clear notation and careful parentheses make your work easy to follow, which is important for clear exam work. Avoid stringing together equal signs between expressions that are not actually equal.

Common Trap

You can abbreviate the name of the theorem and you do not need to state which part you are using. Spend your time on the math, not on labeling.

Practice Problems

Try each of these before checking the solutions.

  1. Calculate the integral of f(x)=3x2f(x) = 3x^2 from a=1a = 1 to b=4b = 4.

  2. Evaluate the integral 02(5x2)dx\int_{0}^{2} (5x - 2)\, dx.

  3. Find the definite integral of f(x)=2exf(x)=2e^x from a=0a=0 to b=1b=1.

  4. Evaluate 231xdx\int_{2}^{3} \frac{1}{x}\, dx.

Question 1 Solution

An antiderivative of 3x23x^2 is F(x)=x3F(x) = x^3. Then:

143x2dx=F(4)F(1)\int_{1}^{4} 3x^2\, dx = F(4) - F(1) 4313=641=634^3 - 1^3 = 64 - 1 = \boxed{63}

Question 2 Solution

An antiderivative of 5x25x-2 is F(x)=52x22xF(x)=\frac{5}{2}x^2 - 2x. Then:

02(5x2)dx=F(2)F(0)\int_{0}^{2} (5x - 2)\, dx = F(2) - F(0) =(522222)(520220)=\left( \frac{5}{2} \cdot 2^2 - 2 \cdot 2 \right) - \left( \frac{5}{2} \cdot 0^2 - 2 \cdot 0 \right) =104=6=10 - 4 = \boxed{6}

Question 3 Solution

An antiderivative of 2ex2e^x is F(x)=2exF(x)=2e^x. Apply the theorem:

012exdx=F(1)F(0)\int_{0}^{1} 2e^x\, dx = F(1) - F(0) =2e12e0=2e2= 2e^1 - 2e^0 = \boxed{2e - 2}

Question 4 Solution

An antiderivative of 1x\frac{1}{x} is lnx\ln|x|. So:

231xdx=ln3ln2\int_{2}^{3} \frac{1}{x}\, dx = \ln|3| - \ln|2|

Common Misconceptions

  • Integration is not just "differentiation in reverse" that you can do automatically. You have to recognize patterns and choose the right approach, which gets more involved as integrands get harder.
  • When the upper limit is a function like 2x2x, forgetting the chain rule is a common error. The derivative of 322x5t4dt\int_{32}^{2x} 5t^4\, dt is 5(2x)425(2x)^4 \cdot 2, not just 5(2x)45(2x)^4.
  • The evaluation rule needs ff continuous on [a,b][a,b]. If the function has a discontinuity inside the interval, you cannot blindly apply F(b)F(a)F(b)-F(a).
  • You do not add a constant of integration when evaluating a definite integral; it cancels in the subtraction F(b)F(a)F(b)-F(a). Save the +C+C for indefinite integrals.
  • F(b)F(a)F(b)-F(a) means upper minus lower. Reversing the order flips the sign of your answer.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

antiderivative

Functions whose derivative equals a given function; the reverse process of differentiation.

continuous

A function that has no breaks, jumps, or holes in its graph over a given interval.

definite integral

The integral of a function over a specific interval [a, b], representing the net signed area between the curve and the x-axis.

Fundamental Theorem of Calculus

The central theorem linking differentiation and integration, stating that if f is continuous on [a, b] and F is an antiderivative of f, then ∫(a to b) f(x) dx = F(b) - F(a).

Frequently Asked Questions

What is the Fundamental Theorem of Calculus in AP Calc?

The Fundamental Theorem of Calculus connects derivatives and integrals. It lets you evaluate a definite integral by using an antiderivative instead of only relying on area geometry or numerical approximation.

How do you evaluate a definite integral using the Fundamental Theorem of Calculus?

Find an antiderivative F of the integrand f, then compute F(b) - F(a). This gives the value of the definite integral from a to b when f is continuous on the interval.

What does F(x) = integral from a to x of f(t) dt mean?

If f is continuous, F(x) = integral from a to x of f(t) dt defines an antiderivative of f. That means F'(x) = f(x).

When do you use the chain rule with the Fundamental Theorem of Calculus?

Use the chain rule when the upper or lower limit is a function of x. For example, the derivative of integral from a to g(x) of f(t) dt is f(g(x))g'(x).

Why is there no + C when evaluating a definite integral?

The + C is not needed because definite integrals use a difference of antiderivative values. Any constant added to the antiderivative cancels out in F(b) - F(a).

How is AP Calc 6.7 tested?

AP Calc 6.7 is tested through definite integral evaluation, integral-defined functions, continuity conditions, and FRQ work where clear notation for F(b) - F(a) matters.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →