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).