Trapezium rule
MathematicsΒ· 9709 Unit 2: 2.10Β· 15 min read
1. Core Trapezium Rule Formulaβ β ββββ± 3 min
Trapezium Rule for n equal strips
For an integral over interval [a, b] split into n equal width strips, the total approximate area is the sum of the areas of n individual trapezia, each with two parallel vertical sides of length and
Write out the full trapezium rule expression for using 4 equal strips
- 1
First calculate interval width h:
- 2
- 3
List all y values at x=1, 2, 3, 4, 5:
- 4
- 5
Substitute into the formula, remembering to double all middle terms:
- 6
2. Step-by-Step Application Workflowβ β β βββ± 4 min
Extract the lower bound a, upper bound b, and number of strips n from the question
Calculate interval width h = (b - a) and confirm all x points fit evenly between a and b
Evaluate f(x) at every x from a to b in steps of h, rounding to the required number of decimal places
Multiply all intermediate y-values (not first or last) by 2, sum all terms
Multiply the total sum by h/2 to get the final approximate integral
Approximate using 4 strips, giving your answer to 3 significant figures
- 1
Calculate h = (2-0)/4 = 0.5
- 2
Evaluate y values: , , , ,
- 3
Sum adjusted terms:
- 4
Multiply by h/2 = 0.25: (3 s.f.)
Test your understanding of the workflow:
How many y-values do you need for a trapezium rule calculation with 8 strips?
7
8
9
10
Reveal answer
9 βYou always need n+1 points for n strips, so 8+1=9 total y-values.
3. Error Behaviour and Estimate Directionβ β β βββ± 4 min
Show why trapezium rule overestimates for concave down curves
A concave down curve lies above the chord connecting any two points on its surface
- 1
Each trapezium side is a chord connecting two adjacent points on the curve
- 2
If the curve is concave down, the chord lies below the curve, so the trapezium area is larger than the true curved area under the segment
- 3
Summing all segments gives a total estimate larger than the exact integral
For across [a,b], trapezium rule overestimates; for , it underestimates
State if the trapezium rule estimate for with 2 strips is an over or under estimate, and verify with exact value
- 1
Calculate second derivative: , which is negative for all , so curve is concave down, estimate is overestimate
- 2
Trapezium estimate: h = ,
- 3
Exact integral: , so estimate 1.571 < 2, which is an underestimate? Wait no: wait , chord is below curve, trapezium area is smaller than true area, so yes underestimate, matches calculation.
4. Exam Question Variationsβ β β β ββ± 4 min
Question Type | Mark Allocation | Common Rounding Requirement |
|---|---|---|
Basic 4-strip estimate | 4-5 marks | 3 significant figures |
Percentage error calculation | 2-3 marks | 1 decimal place |
Over/under estimate justification | 2 marks | Reference concavity explicitly |
5. Common Pitfalls
Wrong move:
Forgetting to multiply all intermediate y-values by 2 in the formula
Why:
This mistake produces an estimate roughly half the correct size, and is penalised heavily in marking
Correct move:
Write the full formula on your working page before substituting values
Wrong move:
Using n as the number of points instead of number of strips to calculate h
Why:
This gives an incorrect interval width, invalidating the entire estimate
Correct move:
Explicitly write n = number of strips, then confirm h = (b-a)/n before calculating any y values
Wrong move:
Justifying over/under estimate by saying 'the curve is increasing' instead of referencing concavity
Why:
CIE examiners do not award marks for this reasoning, as increasing functions can produce both over and under estimates
Correct move:
Calculate the sign of the second derivative across the full interval to justify your conclusion
Wrong move:
Rounding individual y-values too early, leading to large final estimate errors
Why:
Cumulative rounding of intermediate terms can shift your final answer outside the acceptable range for exam marks
Correct move:
Keep all y-values to at least 2 more decimal places than the required final answer before summing
Wrong move:
Calculating percentage error relative to the trapezium estimate instead of the exact value
Why:
This reverses the error ratio and gives a wrong final percentage
Correct move:
Memorise the formula to avoid swapping terms
6. Quick Reference Cheatsheet
Parameter | Definition | Formula |
|---|---|---|
Number of strips n | Equal width segments between integration bounds | |
Trapezium rule estimate | Approximate integral of f(x) from a to b | |
Percentage error | Relative difference from exact integral value | |
Overestimate condition | Trapezium value higher than true integral | (concave down) across interval |
Underestimate condition | Trapezium value lower than true integral | (concave up) across interval |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2023 Β· 12
4-strip trapezium estimate
- 2022 Β· 13
Percentage error calculation
- 2021 Β· 11
Over/under estimate justification
What's Next
Mastering the trapezium rule is a critical stepping stone for further numerical methods content in Pure 2 and Pure 3, including more accurate Simpson's rule and iterative root finding techniques. This skill is frequently combined with transcendental functions such as exponential and trigonometric curves that have no elementary antiderivatives, so you will see it reappear in later integration and differential equations questions. You should now practice applying the rule to functions with non-integer interval widths, and cross-check your estimates against exact integral values to build intuition for typical error sizes. This foundation will make more advanced numerical approximation topics far easier to master in your exam preparation.
