Depending on the shape of the curve, the trapezium rule can give an underestimate or overestimate.
For a curve that is concave down (bends downward), the trapeziums tend to lie above the curve, so the rule overestimates.
For a curve that is concave up (bends upward), the trapeziums tend to lie below the curve, so the rule underestimates.
The more strips used, the more accurate the estimate.
Calculating the percentage error can tell you how accurate your estimate is.
Percentage error = (\frac{|\text{actual} - \text{estimate}|}{|\text{actual}|} \times 100%).
Doubling the number of strips typically reduces the error significantly.
The formula for the trapezium rule is given in the formula booklet — you do not need to memorise it.
Ensure you have exactly (n + 1) y-values for (n) strips.
Check your values of (h) and the x-coordinates before calculating y-values.