Facebook Pixel
Mathos AI logo

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 ff is a continuous function on [a,b][a, b], and you define a new function g(x)g(x) by an integral: g(x)=axf(t)dtg(x) = \int_a^x f(t) \, dt

Then the derivative of g(x)g(x) is simply f(x)f(x): g(x)=ddxaxf(t)dt=f(x)g'(x) = \frac{d}{dx} \int_a^x f(t) \, dt = f(x)

Example 1

Problem: Find ddx1x(t3+1)dt\frac{d}{dx} \int_1^x (t^3 + 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 xx of an integral that goes from a constant to xx, we just replace the dummy variable tt with xx.

ddx1x(t3+1)dt=x3+1\frac{d}{dx} \int_1^x (t^3 + 1) \, dt = x^3 + 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 ff is continuous on [a,b][a, b] and FF is any antiderivative of ff (meaning F(x)=f(x)F'(x) = f(x)), then: abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a)

Example 2

Problem: Evaluate 0πsinxdx\int_0^\pi \sin x \, dx using the Fundamental Theorem of Calculus.

Solution:

  1. Find an antiderivative: We need a function F(x)F(x) whose derivative is sinx\sin x. We know that the derivative of cosx\cos x is sinx-\sin x, so the antiderivative is F(x)=cosxF(x) = -\cos x.
  2. Apply FTC Part 2: Evaluate F(x)F(x) at the upper limit (π\pi) and subtract F(x)F(x) evaluated at the lower limit (00).

0πsinxdx=[cosx]0π\int_0^\pi \sin x \, dx = [-\cos x]_0^\pi =(cos(π))(cos(0))= (-\cos(\pi)) - (-\cos(0))

  1. Simplify: We know cos(π)=1\cos(\pi) = -1 and cos(0)=1\cos(0) = 1. =((1))(1)= (-(-1)) - (-1) =1+1=2= 1 + 1 = 2

The definite integral evaluates to 22.

Summary

  • FTC Part 1 proves that integration and differentiation reverse each other: ddxaxf(t)dt=f(x)\frac{d}{dx} \int_a^x f(t) \, dt = f(x).
  • FTC Part 2 gives us the shortcut to compute areas under curves: to evaluate abf(x)dx\int_a^b f(x) \, dx, find an antiderivative F(x)F(x) and calculate F(b)F(a)F(b) - F(a).