Fundamental Theorem of Calculus- Problem-Solving Guide
What the Fundamental Theorem of Calculus Actually Does
The Fundamental Theorem of Calculus (FTC) is the bridge between differentiation and integration. Without it, you'd be stuck calculating limits of Riemann sums by hand. With it, you get a two-part shortcut that makes finding areas, accumulated values, and antiderivatives almost painless.
Most textbooks overcomplicate this. They throw around words like "antiderivative," "definite integral," and "continuous function" until your eyes glaze over. Here's what you actually need to know:
- Part 1 tells you how to build a function from an integral — and that this function is an antiderivative of the integrand.
- Part 2 tells you how to evaluate a definite integral using any antiderivative.
That's it. Two ideas. Everything else is just applying them correctly.
The Two Parts, Explained Without the Nonsense
Part 1: The Integral as a Function
Say you have a continuous function f(t). Now define a new function:
g(x) = ∫ from a to x of f(t) dt
Part 1 says: g'(x) = f(x)
The derivative of this integral function equals the original function. The variable x appears in the upper limit of integration. That's the key detail most students miss.
Example: Let f(t) = t². Define g(x) = ∫ from 0 to x of t² dt.
Then g'(x) = x². Always. No calculation required.
Part 2: Evaluating Definite Integrals
Part 2 gives you the shortcut for calculating areas under curves:
∫ from a to b of f(x) dx = F(b) - F(a)
Where F is any antiderivative of f. You don't need the "most general" antiderivative. You just need one that works.
Example: ∫ from 0 to 3 of 2x dx
Antiderivative: F(x) = x² + C
F(3) - F(0) = 9 - 0 = 9
Problem Types You'll Actually See
Type 1: Find the Derivative of an Integral Function
These problems ask for d/dx [∫ from a to x of f(t) dt].
Just apply Part 1 directly: the answer is f(x).
Watch out for: What if the upper limit isn't just x? If it's x², you need the chain rule:
d/dx [∫ from a to x² of f(t) dt] = f(x²) · 2x
Type 2: Evaluate a Definite Integral
Find an antiderivative, plug in the bounds, subtract. This is straightforward once you have your differentiation rules down.
Type 3: Evaluate an Indefinite Integral
Find the antiderivative and include +C. Forgetting the constant of integration is a guaranteed way to lose points.
Type 4: Combined Functions
When the integrand contains the variable from the limits:
d/dx [∫ from x to b of f(x,t) dt]
Rewrite as -∫ from b to x. Then apply Part 1 with the chain rule. The sign flip matters.
Common Mistakes That Cost You Points
- Confusing the variable names. The integration variable is a "dummy variable." ∫ f(t) dt and ∫ f(x) dx are the same thing. The variable in the integrand doesn't have to match the variable in your answer.
- Forgetting the chain rule. When the limit involves something other than x, multiply by the derivative of that something.
- Using the wrong antiderivative. You don't need the most general form. Pick whichever antiderivative is convenient.
- Dropping absolute values in ln integrals. If your antiderivative involves ln|u|, remember that ln|u| = ln|u| (the absolute value is already "built in" to the notation).
- Not checking continuity. Part 1 requires f to be continuous on [a, b]. Part 2 requires the same. If f has a discontinuity, the FTC doesn't apply directly.
Quick Reference: FTC Part 1 vs Part 2
| Aspect | Part 1 | Part 2 |
|---|---|---|
| What it does | Creates a new function from an integral | Evaluates a definite integral |
| Key formula | g'(x) = f(x) | ∫f(x)dx = F(b) - F(a) |
| Output | A function | A number (area) |
| Requires | f continuous | F an antiderivative of f |
| Common use | Derivatives of integral functions | Area calculations |
How to Actually Use This: Step-by-Step
Here's the process for tackling FTC problems in exams or homework:
- Identify the problem type. Are they asking for a derivative or an area? Derivative = Part 1. Area = Part 2.
- For Part 1 problems: Check if the variable appears anywhere besides the limits. If it's only in the upper limit, the answer is just f(x). If it's in a more complex limit or the integrand itself, apply the chain rule.
- For Part 2 problems: Find an antiderivative. Substitute the upper bound. Subtract the lower bound. Don't forget +C for indefinite integrals.
- Verify continuity. Make sure f is continuous on your interval. Discontinuous functions require piecewise analysis or other methods.
When the FTC Doesn't Apply Directly
Some integrals break the rules:
- Discontinuous integrands: If f(x) has a vertical asymptote in [a, b], you need improper integral techniques.
- Non-continuous limits: If your upper limit function isn't differentiable, you can't apply the chain rule version of Part 1.
- Numerical methods required: When you can't find an antiderivative (like ∫ sin(x²) dx), use numerical integration instead.
The Bottom Line
The Fundamental Theorem of Calculus gives you two tools. Part 1 handles derivatives of integrals. Part 2 handles definite integrals via antiderivatives. Know which one applies, apply the correct formula, watch out for chain rule situations, and don't forget your +C.
Master these two ideas and every FTC problem becomes routine.