IMPORTANT: This website is no longer being updated, these notes are (at least) 3 years old and may not be relevant to current specifications. They are provided to be helpful only!

The trapezium rule

Posted in Maths, Core 4

The trapezium rule provides you with a way to estimate the value of an integral you cannot do. It involves splitting the area under the under up into trapeziums which are then totalled to give an estimate for the area.

Trapezium rule

If we wanted to find the region between the curve and x = 7 and x = 12 we would split it up into equal width strips, with more strips leading to a more accurate result. We'd then find the y values for the x values of our strips from either the graph or the equation if we are given it. We then use the trapezium rule equation:

Dynamic image 0

Where n is the number of strips and h is the width of the strips.

Example

Example question: Use the trapezium rule with 4 strips to estimate the area enclosed by the curve of Dynamic image 1 and the lines x = 2 and x = 6

Worked solution: For 4 strips between x = 2 and x = 6 each strip needs to have a width of 1, so our x values are 2, 3, 4, 5 and 6 (note that there are n + 1 x values). It helps to draw up a table to calculate the corresponding y values from the equation:

x y
2-0.53
3-0.094
4-0.031
5-0.014
60.0074

The minus numbers here simply indicate that the area is below the x-axis.

We can now estimate the area:

Dynamic image 2

Dynamic image 3