Trapezium rule – approximating integrals
Throughout this page we use methods such as the trapezium rule to approximate the area beneath a curve. This serves as an alternative to definite integrals and we will see below that the approximations can be overestimates or underestimates. Recall that the expression finds the area between the curve of , the -axis and the limits and (see definite integrals). Up until now, we found integrals using integration, that is, we find the area analytically (using algebra etc). However, if we cannot integrate like this we must adopt a numerical method. For example, we could fit rectangles over the area and sum their individual areas.
Approximating Integrals
In this diagram, we use 4 rectangles. Each of these rectangles has a width of (meaning change in ) which we can find from when the full width is and there are 4 rectangles spanning it. The height of each rectangle is dependent on the y-coordinate of the point on the curve which is at the centre of the top of each rectangle. Hence, the area of the th triangle is . It follows that we can approximate the area in this diagram as (see sigma notation). The more rectangles we use the better the approximation to the integral. In general, if the number of rectangles we use is then:
In which case, and can be thought of the discrete version of . Similarly, we can think of as the continuous infinitesimal version of and as the continuous infinitesimal version of . So, for large finite , we can say . However, if we take , then we can say:
where .
Trapezium Rule
In this diagram, instead of fitting 4 rectangles, we use 4 trapezia to approximate the area. In general, this is a more accurate approximation to the area. Conventionally, we use (instead of ) to describe the width of each trapezium. We also use y-coordinates to describe heights instead of the function notation. Notice that we require 5 points instead of 4 since we need the lengths of the parallel sides when computing the area of a trapezium. The area of each trapezium is ‘half the sum of the parallel sides multiplied by the distance between them‘. Hence, the area of the second trapezium here, for example, is . It follows that we can approximate the full area with the trapezium rule as:
where . Note that, in general, the trapezium rule for trapezia is given by
where . This formula is given in the Edexcel Formula Booklet. See Examples 1 and 2 for a demonstration of the trapezium rule in use.
Overestimate or Underestimate?
The trapezium rule will only ever give the exact area if the graph has the same shape as the trapezia. In general, the trapezium rule will give an overestimate or an overestimate. Which one of these it is will depend on the shape of the curve. Recall the difference between a concave and a convex function. The trapezium rule applied to parts of the graph where it is concave will give an underestimate. Conversely, the trapezium rule applied to parts of the graph where it is convex will give an overestimate.
It is harder to tell what kind of estimate we get using rectangles instead. This is because, the rectangle don’t tend to follow the line of the graph as closely as the trapezia do.