FTC Calculus- Fundamental Theorem Explained

What the Fundamental Theorem of Calculus Actually Is

The Fundamental Theorem of Calculus (FTC) is the bridge between two branches of calculus you've been learning separately: derivatives and integrals. Most students treat these like they're unrelated concepts. They're not.

The FTC proves that differentiation and integration are essentially inverse operations. When you understand this theorem, everything you've learned about finding areas under curves suddenly connects to everything you know about slopes of tangent lines.

There are two parts to this theorem, and they're both equally important.

The Two Parts of the Fundamental Theorem

Part 1: The Relationship Between Derivatives and Integrals

If f is a continuous function on [a, b], and you define a new function F as:

F(x) = ∫ from a to x of f(t) dt

Then F is differentiable, and its derivative is simply f. In notation:

F'(x) = f(x)

This means if you integrate a function and then differentiate the result, you get back to where you started. The operations cancel each other out.

Think about that. You've been learning two operations that undo each other, and you didn't even know it.

Part 2: Evaluating Definite Integrals

This part is what makes the FTC actually useful for calculations. It says:

∫ from a to b of f(x) dx = F(b) - F(a)

Where F is any antiderivative of f. You don't need Riemann sums or limits anymore. Find an antiderivative, plug in the bounds, subtract.

This is why the FTC matters in the real world. Calculating areas, accumulated quantities, and net changes becomes straightforward arithmetic instead of geometric limits.

Why the FTC Changes Everything

Before the FTC, evaluating definite integrals meant setting up complicated limit processes. You had to partition intervals, calculate areas of rectangles, and take limits as partitions got finer.

The FTC lets you skip all that. Find any antiderivative using the power rule, trig formulas, or substitution. Then evaluate at the endpoints.

This isn't just theoretical convenience. Engineers, physicists, and economists use this principle daily to calculate:

The FTC and the Chain Rule: What Most Students Miss

Here's where people run into trouble. Part 1 of the FTC assumes you're integrating with respect to the same variable as your upper limit. When that limit changes, you need the Chain Rule.

If you have:

G(x) = ∫ from a to g(x) of f(t) dt

Then:

G'(x) = f(g(x)) · g'(x)

The extra g'(x) factor comes from the Chain Rule. Forgetting it is one of the most common mistakes on exams.

Comparing Methods for Evaluating Definite Integrals

Method When to Use Difficulty Speed
Riemann Sums Theoretical understanding, when no antiderivative exists High Slow
Definite Integral via FTC Standard definite integrals with known antiderivatives Medium Fast
Numerical Integration (Trapezoid/Simpson's) No closed-form antiderivative, computer calculation Medium Medium
Substitution + FTC Composite functions, u-substitution problems Medium-High Fast

Getting Started: Using the FTC in Practice

Here's the step-by-step process for evaluating definite integrals using the FTC:

Step 1: Identify the Function and Bounds

Write down f(x) and your limits a and b. Example: ∫ from 0 to 2 of (3x² + 1) dx

Step 2: Find an Antiderivative

Use basic integration rules. For 3x² + 1:

∫ 3x² dx = x³

∫ 1 dx = x

F(x) = x³ + x

Step 3: Apply the Fundamental Theorem

Calculate F(b) - F(a):

F(2) - F(0) = (8 + 2) - (0 + 0) = 10

That's it. Three steps. The definite integral equals 10.

Common Mistakes to Avoid

The Bottom Line

The Fundamental Theorem of Calculus isn't just another formula to memorize. It's the reason integration has practical value beyond theoretical geometry. Without it, you'd be stuck calculating areas by summing infinitely many rectangles forever.

Master Part 1 for understanding why derivatives and integrals connect. Master Part 2 for the actual computation. Combined, they give you the complete picture of how calculus works as a unified system.

Most problems you'll encounter require finding an antiderivative and evaluating at bounds. Get fast at that process, and the FTC becomes a tool you use without thinking about it.