Definite Integrals and the Fundamental Theorem
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn what a definite integral computes, how the Fundamental Theorem of Calculus connects differentiation and integration, and how to evaluate definite integrals.
The Concept
Section titled “The Concept”The Definite Integral
Section titled “The Definite Integral”The definite integral from a to b of f(x) is written:
It represents the net signed area between the curve and the x-axis from x = a to x = b. Area above the x-axis counts as positive, area below counts as negative.
The green shaded region is the definite integral of x² from 1 to 3. It’s the area trapped between the blue curve, the x-axis, and the vertical lines at x = 1 and x = 3.
The Fundamental Theorem of Calculus
Section titled “The Fundamental Theorem of Calculus”This is the theorem that ties the entire course together.
Part 1 (Evaluation): if F is any antiderivative of f, then:
Find an antiderivative, plug in the upper bound, plug in the lower bound, subtract. That’s it.
How to Evaluate a Definite Integral (Step by Step)
Section titled “How to Evaluate a Definite Integral (Step by Step)”Here’s the process, broken down:
Step 1: Find the antiderivative F(x) of the integrand f(x). This is the same as finding the indefinite integral, but you don’t need + C.
Step 2: Write the antiderivative with the bounds using the bracket notation:
This means “F(x) evaluated from a to b.”
Step 3: Plug in the upper bound b to get F(b).
Step 4: Plug in the lower bound a to get F(a).
Step 5: Subtract: F(b) - F(a). That’s your answer.
No + C needed for definite integrals because it cancels out:
Part 2 (Derivative of an integral): if f is continuous, then:
Differentiation and integration undo each other. This is why they’re called inverse operations.
Worked Example
Section titled “Worked Example”Example 1: Polynomial
Evaluate the integral of 3x² - 2x + 5 from 1 to 4.
Antiderivative: F(x) = x³ - x² + 5x.
Example 2: Trig function
Evaluate the integral of sin(x) from 0 to pi/2.
Antiderivative: F(x) = -cos(x).
The area under one arch of sin(x) from 0 to pi/2 is exactly 1.
Example 3: FTC Part 2
Find the derivative of the integral from 1 to x of the square root of (t³ + 1) dt.
By Part 2 of the FTC, the answer is just the integrand evaluated at x:
No antiderivative needed. The derivative of the integral is the original function. That’s the whole point of the theorem.
Real-World Application
Section titled “Real-World Application”Definite integrals compute total accumulation:
- Physics: total distance traveled = integral of speed. Total work done = integral of force over distance.
- Economics: total revenue over a time period = integral of the revenue rate.
- Biology: total growth of a population over time = integral of the growth rate.
- Engineering: total energy consumed = integral of power over time.
The FTC is what makes all of this practical. Without it, you’d have to compute limits of Riemann sums every time. With it, you just find an antiderivative and subtract.