Estimate a definite integral from a table of values: strips, ordinates and the rule ½h[first + last + 2(the rest)], and whether the estimate is too big or too small.
Some integrals are hard or impossible to work out exactly, and exam questions often say “use the trapezium rule” anyway. The rule estimates the area under a curve by splitting it into strips and treating each strip as a trapezium.
The rule
Split the interval from a to b into n equal strips of width h=nb−a. The heights of the curve at the edges of the strips are the ordinatesy0,y1,…,yn:
Strips as trapeziumsEach strip is about a trapezium: ½h(yᵢ + yᵢ₊₁)
Adding up the trapeziums, every ordinate except the first and last is shared by two strips, so it is counted twice:
∫abydx≈2h[y0+yn+2(y1+y2+⋯+yn−1)]
Using the rule
Make a table of x and y, keep four decimal places, and round only at the end.
Using the trapezium rule with 7 ordinates x=2.0,2.5,3.0,3.5,4.0,4.5 and 5.0, estimate the value of ∫25(2x+3)2dx.
Strips and width
Seven ordinates means six strips, and h=0.5.
Think first.Seven ordinates from 2 to 5. How many strips?
The ordinates
(2x+3)2 at x=2,2.5,…,5: 49,64,81,100,121,144,169.
Apply the rule
First and last: 49+169=218.
Twice the rest: 2(64+81+100+121+144)=1020.
20.5(218+1020)=0.25×1238=309.5.
Too big or too small?
Try more strips, and compare the estimate with the exact value:
The trapezium rulePick an integral, change the strips
4.75estimate, 4 strips, h = 0.54.6667exact value
5 ordinates: 1, 1.25, 2, 3.25, 5. Estimate = ½ × 0.5 × [1 + 5 + 2 × (6.5)] = 4.75. The curve bends upwards, so each trapezium sits slightly above it: an overestimate.
Each trapezium has a straight top. If the curve bends upwards (like x2), the straight tops lie above it and the rule overestimates; if it bends downwards, the rule underestimates. More strips always bring the estimate closer.