Fundamental Theorem of Calculus

Understand FTC Part 1 and Part 2, evaluate definite integrals, and work with accumulation functions for the AP Calculus AB exam.

The Fundamental Theorem of Calculus (FTC) is one of the most important results in all of mathematics. It connects the two central operations of calculus — differentiation and integration — showing that they are essentially inverse processes.

For the AP Calculus AB exam, the FTC appears in multiple-choice questions, free-response problems, and conceptual questions. You need to understand both Part 1 (how to differentiate an integral) and Part 2 (how to evaluate a definite integral using an antiderivative).

This guide will give you a thorough understanding of both parts of the FTC, teach you to work with accumulation functions, and prepare you for the types of FTC problems that appear on the AP exam.

Core Concepts

Antiderivatives and Indefinite Integrals

An antiderivative of f(x)f(x) is a function F(x)F(x) such that F(x)=f(x)F'(x) = f(x). The indefinite integral represents the family of all antiderivatives:

f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C

where CC is the constant of integration. For example, 2xdx=x2+C\int 2x\,dx = x^2 + C because ddx[x2+C]=2x\frac{d}{dx}[x^2 + C] = 2x.

The Definite Integral as Area

The definite integral abf(x)dx\int_a^b f(x)\,dx represents the signed area between the graph of ff and the xx-axis from x=ax = a to x=bx = b. Area above the xx-axis counts as positive; area below counts as negative.

This can be computed as a limit of Riemann sums:

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)\,dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*) \Delta x

But the FTC gives us a much easier method.

FTC Part 1 (The Derivative of an Integral)

Statement: If ff is continuous on [a,b][a, b] and we define:

F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt

then FF is differentiable on (a,b)(a, b) and:

F(x)=f(x)F'(x) = f(x)

In plain language: if you integrate a continuous function and then differentiate the result, you get back the original function.

This is remarkable — it says that the accumulation function F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt is always an antiderivative of ff.

Key example:

ddx0xcos(t)dt=cos(x)\frac{d}{dx} \int_0^x \cos(t)\,dt = \cos(x)

FTC Part 1 with Chain Rule

When the upper limit is a function of xx (not just xx itself), combine FTC Part 1 with the chain rule:

ddxag(x)f(t)dt=f(g(x))g(x)\frac{d}{dx} \int_a^{g(x)} f(t)\,dt = f(g(x)) \cdot g'(x)

This is one of the most commonly tested variations on the AP exam.

Example: ddx1x2t+1dt=x2+12x=2xx2+1\frac{d}{dx} \int_1^{x^2} \sqrt{t + 1}\,dt = \sqrt{x^2 + 1} \cdot 2x = 2x\sqrt{x^2 + 1}

When both limits are functions of xx, split the integral:

ddxh(x)g(x)f(t)dt=f(g(x))g(x)f(h(x))h(x)\frac{d}{dx} \int_{h(x)}^{g(x)} f(t)\,dt = f(g(x)) \cdot g'(x) - f(h(x)) \cdot h'(x)

FTC Part 2 (The Evaluation Theorem)

Statement: If ff is continuous on [a,b][a, b] and FF is any antiderivative of ff (meaning F=fF' = f), then:

abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a)

This is the formula you use to evaluate every definite integral. The notation F(x)abF(x) \Big|_a^b means F(b)F(a)F(b) - F(a).

Example:

14(3x2+2)dx=[x3+2x]14=(64+8)(1+2)=723=69\int_1^4 (3x^2 + 2)\,dx = [x^3 + 2x]_1^4 = (64 + 8) - (1 + 2) = 72 - 3 = 69

Accumulation Functions

An accumulation function has the form F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt. It tells you the net area under ff from aa to xx.

Key properties:

  • F(a)=0F(a) = 0 (the integral from aa to aa is always 0)
  • F(x)=f(x)F'(x) = f(x) (by FTC Part 1)
  • FF is increasing where f>0f > 0 and decreasing where f<0f < 0
  • FF has a local max where ff changes from positive to negative
  • FF has a local min where ff changes from negative to positive
  • FF is concave up where ff is increasing (f>0f' > 0) and concave down where ff is decreasing (f<0f' < 0)

The AP exam frequently gives you the graph of ff and asks questions about FF, like: "Where does FF have a maximum?" or "Where is FF concave up?"

Properties of Definite Integrals

These properties work alongside the FTC:

  • aaf(x)dx=0\int_a^a f(x)\,dx = 0
  • abf(x)dx=baf(x)dx\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx
  • ab[f(x)+g(x)]dx=abf(x)dx+abg(x)dx\int_a^b [f(x) + g(x)]\,dx = \int_a^b f(x)\,dx + \int_a^b g(x)\,dx
  • abcf(x)dx=cabf(x)dx\int_a^b cf(x)\,dx = c \int_a^b f(x)\,dx
  • abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x)\,dx = \int_a^c f(x)\,dx + \int_c^b f(x)\,dx (splitting the interval)

The Mean Value Theorem for Integrals

If ff is continuous on [a,b][a, b], then there exists a c[a,b]c \in [a, b] such that:

f(c)=1baabf(x)dxf(c) = \frac{1}{b - a} \int_a^b f(x)\,dx

The quantity 1baabf(x)dx\frac{1}{b-a} \int_a^b f(x)\,dx is the average value of ff on [a,b][a, b].

Strategy Tips

Tip 1: Know Which Part of the FTC You Need

If the problem asks you to differentiate an integral → FTC Part 1. If the problem asks you to evaluate a definite integral → FTC Part 2. This distinction saves time.

Tip 2: Always Check the Upper Limit for Chain Rule

When differentiating ag(x)f(t)dt\int_a^{g(x)} f(t)\,dt, the answer is NOT just f(x)f(x). You must multiply by g(x)g'(x). The AP exam tests this regularly.

Tip 3: For Accumulation Function Graphs, Focus on Signs

When f(t)>0f(t) > 0, the accumulation F(x)F(x) is increasing. When f(t)<0f(t) < 0, F(x)F(x) is decreasing. Zero crossings of ff correspond to extrema of FF.

Tip 4: Compute the Average Value Using the Formula

Average value = 1baabf(x)dx\frac{1}{b-a} \int_a^b f(x)\,dx. This appears often on the AP exam, especially in free-response problems.

Tip 5: Use Properties to Simplify Before Evaluating

Splitting integrals, reversing limits, and using symmetry can simplify calculations. For even functions on symmetric intervals: aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx.

Worked Example: Example 1

Problem

Evaluate 0π(sinx+2)dx\int_0^{\pi} (\sin x + 2)\,dx.

Solution

Find the antiderivative:

(sinx+2)dx=cosx+2x+C\int (\sin x + 2)\,dx = -\cos x + 2x + C

Apply FTC Part 2:

[cosx+2x]0π=(cosπ+2π)(cos0+0)[-\cos x + 2x]_0^{\pi} = (-\cos \pi + 2\pi) - (-\cos 0 + 0)

=(1+2π)(1)=2+2π= (1 + 2\pi) - (-1) = 2 + 2\pi

Worked Example: Example 2

Problem

Find ddx2x3sin(t2)dt\frac{d}{dx} \int_2^{x^3} \sin(t^2)\,dt.

Solution

Apply FTC Part 1 with the chain rule. The upper limit is g(x)=x3g(x) = x^3, so g(x)=3x2g'(x) = 3x^2:

ddx2x3sin(t2)dt=sin((x3)2)3x2=3x2sin(x6)\frac{d}{dx} \int_2^{x^3} \sin(t^2)\,dt = \sin((x^3)^2) \cdot 3x^2 = 3x^2 \sin(x^6)

Worked Example: Example 3

Problem

Let F(x)=0x(t24)dtF(x) = \int_0^x (t^2 - 4)\,dt. Find the values of xx where FF has a relative extremum.

Solution

By FTC Part 1, F(x)=x24=(x2)(x+2)F'(x) = x^2 - 4 = (x-2)(x+2).

Critical points: x=2x = -2 and x=2x = 2.

F(x)>0F'(x) > 0 for x<2x < -2 and x>2x > 2, and F(x)<0F'(x) < 0 for 2<x<2-2 < x < 2.

So FF has a relative maximum at x=2x = -2 and a relative minimum at x=2x = 2.

Worked Example: Example 4

Problem

Find the average value of f(x)=x2f(x) = x^2 on [0,3][0, 3].

Solution

favg=13003x2dx=13[x33]03=13273=139=3f_{\text{avg}} = \frac{1}{3 - 0} \int_0^3 x^2\,dx = \frac{1}{3} \left[\frac{x^3}{3}\right]_0^3 = \frac{1}{3} \cdot \frac{27}{3} = \frac{1}{3} \cdot 9 = 3

Worked Example: Example 5

Problem

Evaluate 1e3xdx\int_1^e \frac{3}{x}\,dx.

Solution

1e3xdx=3lnx1e=3(lneln1)=3(10)=3\int_1^e \frac{3}{x}\,dx = 3\ln|x| \Big|_1^e = 3(\ln e - \ln 1) = 3(1 - 0) = 3

Worked Example: Example 6

Problem

Find ddxsinx1et2dt\frac{d}{dx} \int_{\sin x}^{1} e^{t^2}\,dt.

Solution

First, reverse the limits to get the variable limit on top:

ddxsinx1et2dt=ddx[1sinxet2dt]\frac{d}{dx} \int_{\sin x}^{1} e^{t^2}\,dt = \frac{d}{dx}\left[-\int_1^{\sin x} e^{t^2}\,dt\right]

Now apply FTC Part 1 with chain rule:

=e(sinx)2cosx=esin2xcosx= -e^{(\sin x)^2} \cdot \cos x = -e^{\sin^2 x} \cos x

Practice Problems

  1. Problem 1

    Evaluate 14(2x1x)dx\int_1^4 (2x - \frac{1}{\sqrt{x}})\,dx.

    Answer: [x22x]14=(164)(12)=12+1=13[x^2 - 2\sqrt{x}]_1^4 = (16 - 4) - (1 - 2) = 12 + 1 = 13

    Problem 2

    Find ddx3tanx11+t2dt\frac{d}{dx} \int_3^{\tan x} \frac{1}{1 + t^2}\,dt.

    Answer: sec2x1+tan2x=sec2xsec2x=1\frac{\sec^2 x}{1 + \tan^2 x} = \frac{\sec^2 x}{\sec^2 x} = 1

    Problem 3

    Let g(x)=0xf(t)dtg(x) = \int_0^x f(t)\,dt where ff is continuous. If f(3)=0f(3) = 0 and ff changes from positive to negative at t=3t = 3, what happens to gg at x=3x = 3?

    Answer: gg has a relative maximum at x=3x = 3 (since g(3)=f(3)=0g'(3) = f(3) = 0 and gg' changes from positive to negative).

    Problem 4

    Find the average value of f(x)=sinxf(x) = \sin x on [0,π][0, \pi].

    Answer: 1π0πsinxdx=1π[cosx]0π=1π(1+1)=2π\frac{1}{\pi} \int_0^{\pi} \sin x\,dx = \frac{1}{\pi}[-\cos x]_0^{\pi} = \frac{1}{\pi}(1 + 1) = \frac{2}{\pi}

    Problem 5

    Evaluate 12xdx\int_{-1}^{2} |x|\,dx.

    Hint: Split at x=0x = 0.

    Answer: 10(x)dx+02xdx=12+2=52\int_{-1}^0 (-x)\,dx + \int_0^2 x\,dx = \frac{1}{2} + 2 = \frac{5}{2}

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Forgetting the chain rule in FTC Part 1. When the upper limit is g(x)g(x) instead of xx, you must multiply by g(x)g'(x). This is tested every year.
  • Confusing FTC Part 1 and Part 2. Part 1 is about differentiating an integral; Part 2 is about evaluating one. Know which tool fits the problem.
  • Dropping the constant of integration in definite integrals. When using FTC Part 2, the constant CC cancels: F(b)+CF(a)C=F(b)F(a)F(b) + C - F(a) - C = F(b) - F(a). So you don't need +C+C for definite integrals.
  • Getting the sign wrong when reversing limits. abfdx=bafdx\int_a^b f\,dx = -\int_b^a f\,dx. Forgetting the negative sign when moving the variable limit to the top is a common error.
  • Misreading accumulation function graphs. When given the graph of ff and asked about F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt, remember that ff is the derivative of FF. Zeros of ff correspond to extrema of FF, not zeros of FF.
  • Forgetting that F(a)=0F(a) = 0 for accumulation functions. aaf(t)dt=0\int_a^a f(t)\,dt = 0 always. This is your starting value.

Frequently Asked Questions

What's the difference between FTC Part 1 and Part 2?

Part 1 says that differentiation undoes integration: ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)\,dt = f(x). Part 2 says you can evaluate a definite integral using any antiderivative: abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a). Together they show differentiation and integration are inverse operations.

Why does the variable change from $x$ to $t$ inside the integral?

The variable tt is a dummy variable — it's just a placeholder for the variable of integration. We use a different letter so it doesn't conflict with xx in the limits. You could use any letter: axf(s)ds\int_a^x f(s)\,ds means exactly the same thing.

Can I use FTC Part 2 if the function has a discontinuity in $[a, b]$?

No — FTC Part 2 requires ff to be continuous on [a,b][a, b]. If ff has a discontinuity (like 1x\frac{1}{x} at x=0x = 0), the integral may be improper and needs special treatment beyond AP Calculus AB.

How do I find where an accumulation function is increasing or decreasing?

Since F(x)=f(x)F'(x) = f(x) by FTC Part 1, FF is increasing where f(x)>0f(x) > 0 and decreasing where f(x)<0f(x) < 0. If you're given the graph of ff, just look at where ff is above or below the xx-axis.

What does the average value of a function represent geometrically?

The average value favg=1baabf(x)dxf_{\text{avg}} = \frac{1}{b-a}\int_a^b f(x)\,dx is the height of a rectangle with base [a,b][a, b] that has the same area as the region under ff. It's the "leveled-out" height of the function.

Key Takeaways

  • FTC Part 1: Differentiation and integration are inverses. ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)\,dt = f(x) — this is the most elegant result in calculus.

  • FTC Part 2: Evaluate definite integrals with antiderivatives. abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a) — find any antiderivative and plug in the limits.

  • Don't forget the chain rule with FTC Part 1. When the upper limit is g(x)g(x), multiply by g(x)g'(x).

  • Accumulation functions encode area information. F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt is increasing when f>0f > 0 and decreasing when f<0f < 0.

  • Average value has its own formula. 1baabf(x)dx\frac{1}{b-a}\int_a^b f(x)\,dx appears frequently on the AP exam.

  • Properties of definite integrals save time. Splitting intervals, reversing limits, and using symmetry are powerful tools.

Ready to Ace Your AP Calculus AB math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store