The Fundamental Theorem of Calculus (FTC) is the bridge between differentiation and integration — it's what makes calculus so powerful. The theorem has two parts: one tells us how to differentiate an integral, and the other tells us how to evaluate a definite integral using antiderivatives.

🎯 In this section you will learn

📌 FTC Part 1: The Derivative of an Integral

$$ \frac{d}{dx} \int_a^x f(t) \, dt = f(x) $$
The derivative of the accumulation function is the original function
💡 Intuition

If $F(x) = \int_a^x f(t) dt$, then $F(x)$ represents the net area from $a$ to $x$. As $x$ increases a little, the area increases by approximately $f(x) \cdot dx$. So $F'(x) = f(x)$.

Example 1Basic FTC Part 1

Find $\frac{d}{dx} \int_2^x t^3 dt$.

Example 2FTC with Chain Rule

Find $\frac{d}{dx} \int_0^{x^2} \sin t \, dt$.

Apply FTC with Chain Rule
Let $u = x^2$. Then $\frac{d}{dx} \int_0^u \sin t \, dt = \sin(u) \cdot \frac{du}{dx}$
Simplify
$= \sin(x^2) \cdot 2x = 2x \sin(x^2)$
Example 3FTC with Variable Lower Limit

Find $\frac{d}{dx} \int_x^5 e^{t^2} dt$.

📌 FTC Part 2: Evaluating Definite Integrals

$$ \int_a^b f(x) \, dx = F(b) - F(a) $$
where $F$ is any antiderivative of $f$ (i.e., $F'(x) = f(x)$)
💡 This changes everything!

Instead of computing limits of Riemann sums, we can find an antiderivative and evaluate it at the endpoints.

Example 4Evaluating a Definite Integral

Find $\int_1^3 x^2 dx$.

Find an antiderivative
$F(x) = \frac{x^3}{3}$
Evaluate $F(b) - F(a)$
$F(3) - F(1) = \frac{27}{3} - \frac{1}{3} = 9 - \frac{1}{3} = \frac{26}{3}$
Example 5Definite Integral of Sine

Find $\int_0^{\pi/2} \sin x \, dx$.

Example 6Definite Integral of Exponential

Find $\int_0^1 e^x \, dx$.

Example 7Definite Integral of $\frac{1}{x}$

Find $\int_1^4 \frac{1}{x} \, dx$.

⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page