A-Level Maths / Pure Mathematics / Integration

Trapezium Rule

Numerical integration using the trapezium rule, estimating accuracy.

Pure Mathematics A2 40 min

Learning Objectives

  • State and apply the trapezium rule formula for numerical integration
  • Calculate the strip width h for a given number of strips
  • Evaluate definite integrals approximately using the trapezium rule
  • Determine whether the trapezium rule gives an overestimate or underestimate based on concavity
  • Explain how to improve the accuracy of the trapezium rule

Key Formulae

abydxh2[y0+yn+2(y1+y2++yn1)]\int_a^b y \, dx \approx \frac{h}{2}\left[y_0 + y_n + 2(y_1 + y_2 + \cdots + y_{n-1})\right]
h=banh = \frac{b - a}{n}

Prior Knowledge Check

Answer at least 3 of 3 correctly to complete this section.

Q1. What is 02x2dx\int_0^2 x^2 \, dx?
Q2. What is the area of a trapezium with parallel sides aa and bb and height hh?
Q3. If f(x)=x2f(x) = x^2, what is f(0)+f(1)+f(2)f(0) + f(1) + f(2)?

Why This Matters

Not every function can be integrated exactly. Try finding ex2dx\int e^{x^2} \, dx or sinxxdx\int \frac{\sin x}{x} \, dx — there is no closed-form answer. Yet these integrals arise in real problems (the first appears in probability, the second in signal processing).

The trapezium rule gives you a way to approximate any definite integral numerically. Instead of finding the exact area under a curve, you approximate it using trapeziums — shapes whose areas are easy to calculate.

This is one of the simplest numerical methods, and it appears regularly on A-Level papers. You need to know the formula, how to apply it, and when it gives an overestimate or underestimate.

1/3

The Trapezium Rule Formula

2/3

Overestimates and Underestimates

3/3

Exam-Style Problems

Ready to practise?

Lock in what you've learned with exam-style questions and spaced repetition.

Exam Tips

  • Set up a table of x and y values before substituting into the formula — this avoids errors
  • The number of strips n is one fewer than the number of ordinates (y-values)
  • Double-check whether the question gives the number of strips or the number of ordinates
  • Only the first and last y-values appear once — all others are doubled
  • Give your answer to the precision requested — do not round intermediate values

Specification

Edexcel A Level Maths
Pure: Integration > Trapezium Rule
WJEC A Level Maths
Pure: Integration > Trapezium Rule

Resources

Related Lessons