Trapezium Rule and Area Approximation

Updated July 2026

The trapezium rule is a numerical integration method used to estimate the area under a curve or the value of a definite integral. This technique is essential for the ESAT when functions are difficult to integrate analytically. It involves dividing an area into multiple trapezia of equal width to calculate a numerical approximation.

Core concept

The trapezium rule approximates a definite integral by summing the areas of nn equal width trapezia: approximate area=h2(y0+2y1+2y2++2yn1+yn)\text{approximate area} = \frac{h}{2}(y_0 + 2y_1 + 2y_2 + \dots + 2y_{n-1} + y_n), where hh is the strip width and yky_k are the vertical heights at each interval.

Estimating Areas and Definite Integrals

The trapezium rule is primarily used to estimate the area between a curve and the xx axis. In the context of the ESAT, it is important to distinguish between estimating an area and estimating a definite integral. By convention, area is always taken as a positive value. However, definite integrals treat areas located below the xx axis as negative. Any examination question will clearly specify whether you are calculating a geometric area or a definite integral value.

The Geometry of a Single Trapezium

To understand the rule, we first consider a single trapezium. For a trapezium with two right angles, a width hh, and vertical parallel sides of heights aa and bb, the area is calculated as the width multiplied by the average height of the two sides.

area=h×a+b2=h2(a+b)area = h \times \frac{a + b}{2} = \frac{h}{2}(a + b)

img-63.jpeg

Deriving the Trapezium Rule Formula

To approximate the total area under a curve y=f(x)y = f(x), we divide the region into nn trapezia, each having an equal width hh. The height of each vertical side is determined by the value of the function at that specific point, denoted as y0,y1,y2,,yny_0, y_1, y_2, \dots, y_n.

img-64.jpeg

The total approximate area is the sum of the individual areas of these nn trapezia:

approximate area=h2(y0+y1)+h2(y1+y2)+h2(y2+y3)++h2(yn1+yn)\text{approximate area} = \frac{h}{2}(y_0 + y_1) + \frac{h}{2}(y_1 + y_2) + \frac{h}{2}(y_2 + y_3) + \dots + \frac{h}{2}(y_{n-1} + y_n)

By factoring out h2\frac{h}{2} and grouping like terms, the formula simplifies to:

approximate area=h2(y0+2y1+2y2+2y3+2yn1+yn)\text{approximate area} = \frac{h}{2}(y_0 + 2y_1 + 2y_2 + 2y_3 \dots + 2y_{n-1} + y_n)

This is the standard form of the Trapezium rule. You will notice that the first height y0y_0 and the last height yny_n are used only once, while all intermediate heights are multiplied by two. This occurs because every internal vertical side is shared by two adjacent trapezia.

Overestimates and Underestimates

Whether the trapezium rule provides an overestimate or an underestimate depends entirely on the curvature of the function. By observing the shape of the graph, you can determine how the straight top edge of the trapezium relates to the actual curve.

If the curve is convex, meaning it is cupped upwards, the straight line of the trapezium will lie above the curve, resulting in an overestimate.

img-65.jpeg

Conversely, if the curve is concave, meaning it is cupped downwards, the straight line of the trapezium will lie below the curve, resulting in an underestimate.

img-66.jpeg

In some cases, such as when a curve contains an inflection point where the curvature changes from concave to convex, it is not possible to determine if the result is an overestimate or underestimate without further mathematical investigation.

img-67.jpeg

Key takeaways

  • The trapezium rule uses equal width strips hh to approximate the area under a curve.
  • The formula is h2(y0+2y1++2yn1+yn)\frac{h}{2}(y_0 + 2y_1 + \dots + 2y_{n-1} + y_n), where internal ordinates are doubled because they are shared by two trapezia.
  • The approximation is an overestimate for convex curves and an underestimate for concave curves.
  • Definite integrals count area below the xx axis as negative, while geometric area is always positive.
Tips

The ESAT focuses on conceptual understanding rather than tedious arithmetic. If you are asked to determine whether a result is an overestimate, focus on the concavity of the curve rather than calculating the exact error.

Cautions

A common error is using the wrong number of yy values. Always remember that for nn strips, there are n+1n + 1 vertical lines. For example, three strips require four yy values: y0,y1,y2,y_0, y_1, y_2, and y3y_3.

Insight

The accuracy of the trapezium rule increases as the number of strips increases. Mathematically, the error in the trapezium rule is related to the second derivative of the function: if f(x)>0f''(x) > 0 throughout the interval, the rule always overestimates the area.

Frequently asked questions

What is the relationship between the number of strips and the number of y values?

If there are nn strips of equal width, there will always be n+1n + 1 heights (or ordinates) used in the calculation, ranging from y0y_0 to yny_n.

How is the strip width h calculated?

For an integral over the interval [a,b][a, b] using nn strips, the width hh is calculated as h=banh = \frac{b - a}{n}.

Can the trapezium rule be used for curves that go below the x axis?

Yes. When estimating a definite integral, the yy values below the xx axis will be negative, and the trapezium rule will naturally account for this by subtracting those areas. If you are asked for the total geometric area, you must treat those regions as positive.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.

Trapezium Rule and Area Approximation | esat.fyi