Fundamental Theorem of Calculus
The Fundamental Theorem of Calculus
The Fundamental Theorem of Calculus (FTC) is the ultimate bridge in calculus. It connects the two main operations you've learned: differentiation (finding the rate of change) and integration (finding the accumulated area). The theorem is split into two parts, each showing that derivatives and integrals are essentially inverse operations.
Part 1: The Derivative of an Integral
The First Fundamental Theorem of Calculus (FTC 1) tells us that if you integrate a continuous function and then take the derivative of that integral, you get the original function back.
Mathematically, if f is a continuous function on [a,b], and you define a new function g(x) by an integral: g(x)=โซaxโf(t)dt
Then the derivative of g(x) is simply f(x): gโฒ(x)=dxdโโซaxโf(t)dt=f(x)
Example 1
Problem: Find dxdโโซ1xโ(t3+1)dt.
Solution: Using FTC Part 1, we don't even need to evaluate the integral first. Because we are taking the derivative with respect to x of an integral that goes from a constant to x, we just replace the dummy variable t with x.
dxdโโซ1xโ(t3+1)dt=x3+1
Part 2: Evaluating Definite Integrals
The Second Fundamental Theorem of Calculus (FTC 2) provides a highly practical way to evaluate definite integrals. Instead of calculating complex limits of Riemann sums, you can just use an antiderivative.
If f is continuous on [a,b] and F is any antiderivative of f (meaning Fโฒ(x)=f(x)), then: โซabโf(x)dx=F(b)โF(a)
Example 2
Problem: Evaluate โซ0ฯโsinxdx using the Fundamental Theorem of Calculus.
Solution:
- Find an antiderivative: We need a function F(x) whose derivative is sinx. We know that the derivative of cosx is โsinx, so the antiderivative is F(x)=โcosx.
- Apply FTC Part 2: Evaluate F(x) at the upper limit (ฯ) and subtract F(x) evaluated at the lower limit (0).
โซ0ฯโsinxdx=[โcosx]0ฯโ =(โcos(ฯ))โ(โcos(0))
- Simplify: We know cos(ฯ)=โ1 and cos(0)=1. =(โ(โ1))โ(โ1) =1+1=2
The definite integral evaluates to 2.
Summary
- FTC Part 1 proves that integration and differentiation reverse each other: dxdโโซaxโf(t)dt=f(x).
- FTC Part 2 gives us the shortcut to compute areas under curves: to evaluate โซabโf(x)dx, find an antiderivative F(x) and calculate F(b)โF(a).