Loading...
Some functions, however important, simply cannot be integrated exactly using any technique from this course. Rather than giving up, split the area under the curve into a series of trapeziums instead of exact slices — and add up their areas for a very good estimate.
The big picture
The is a numerical method for estimating a definite integral without needing to find an antiderivative at all — essential for functions with no elementary antiderivative. It works by approximating the smooth curve with a series of straight-line segments, turning the area under the curve into a sum of trapezium areas, which get more accurate as you use more (thinner) strips.
What you'll be able to do
Divide the interval into equal strips of width . At each strip boundary, evaluate . Each strip is approximated as a trapezium (rather than the exact curved region), and their areas are summed using a formula that only double-counts the interior boundary heights once.
Tip — Always set up a clear table of and values first — it makes identifying which -values are "first/last" (counted once) versus "interior" (counted twice) far less error-prone.
Whether the trapezium rule over- or under-estimates the true area depends on the curve's concavity. If the curve is (curving upward, like ), the straight-line trapezium tops sit ABOVE the curve, giving an OVERESTIMATE. If the curve is (curving downward), the trapeziums sit BELOW the curve, giving an UNDERESTIMATE.
This connects directly to the second derivative: (convex) gives an overestimate; (concave) gives an underestimate.
Using MORE strips (a larger , so a smaller ) makes each individual trapezium a closer fit to the curve, reducing the overall error — the trapezium rule estimate approaches the true integral as .
Tip — Comparing estimates from two different numbers of strips (e.g. doubling ) is a common exam technique for showing the trapezium rule is converging toward the true value.
Think like an examiner
Common misconceptions
Trapezium rule
Stretch yourself
Use the trapezium rule with 5 strips to estimate , giving your answer to 3 decimal places.
Hint — Strip width is 1. Compute y-values at x = 0, 1, 2, 3, 4, 5, then apply the trapezium rule formula.
Questions students ask
Key takeaways
How this fits the course
Related
Leads to
Test yourself
Ready to lock in The Trapezium Rule? Pick a mode and earn XP & Dobloons.