Trapezoidal Rule — Definition, Formula & Examples
The Trapezoidal Rule is a method for estimating the value of a definite integral by splitting the region under a curve into trapezoids and summing their areas. It provides a better approximation than using rectangles because each trapezoid follows the slope of the function between consecutive points.
Given a continuous function on partitioned into equal subintervals of width , the Trapezoidal Rule approximates by , where .
Key Formula
Where:
- = Lower and upper bounds of integration
- = Number of equal subintervals
- = Width of each subinterval, equal to (b − a)/n
- = The i-th partition point, where x_i = a + i·Δx
How It Works
First, divide the interval into equal subintervals. Evaluate the function at each endpoint . Then apply the formula: the first and last function values appear once, while every interior value is doubled. Multiply the entire sum by . More subintervals yield a more accurate approximation.
Worked Example
Problem: Use the Trapezoidal Rule with n = 4 to approximate the integral of f(x) = x² from x = 0 to x = 4.
Step 1: Find Δx and the partition points.
Step 2: Evaluate f(x) = x² at each partition point.
Step 3: Apply the Trapezoidal Rule formula.
Answer: The Trapezoidal Rule gives approximately 22. The exact value is 64/3 ≈ 21.333, so the approximation is close but slightly overestimates because x² is concave up.
Why It Matters
The Trapezoidal Rule appears regularly on AP Calculus AB and BC exams, especially in problems that give a table of values instead of a formula. Engineers and scientists use it whenever they need to estimate an integral from measured data points where no closed-form antiderivative exists.
Common Mistakes
Mistake: Forgetting to double the interior function values and only summing all values equally.
Correction: Only the first and last values appear with a coefficient of 1. Every interior value gets a coefficient of 2 before multiplying the sum by Δx/2.
