Study Guide

Trapezium rule

MathematicsΒ· 9709 Unit 2: 2.10Β· 15 min read

1. Core Trapezium Rule Formulaβ˜…β˜…β˜†β˜†β˜†β± 3 min

πŸ“˜ Definition

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

Tn=h2(y0+2y1+2y2+...+2ynβˆ’1+yn)where h=bβˆ’anT_n = \frac{h}{2} \left( y_0 + 2y_1 + 2y_2 + ... + 2y_{n-1} + y_n \right) \quad \text{where } h = \frac{b-a}{n}
πŸ“ Worked Example

Write out the full trapezium rule expression for using 4 equal strips

  1. 1

    First calculate interval width h:

  2. 2
    h=5βˆ’14=1h = \frac{5-1}{4} = 1
  3. 3

    List all y values at x=1, 2, 3, 4, 5:

  4. 4
    y0=12=1,y1=4,y2=9,y3=16,y4=25y_0 = 1^2 = 1, y_1 = 4, y_2 =9, y_3=16, y_4=25
  5. 5

    Substitute into the formula, remembering to double all middle terms:

  6. 6
    T4=12(1+2(4+9+16)+25)=42T_4 = \frac{1}{2} \left( 1 + 2(4 +9 +16) +25 \right) = 42

2. Step-by-Step Application Workflowβ˜…β˜…β˜…β˜†β˜†β± 4 min

  1. Extract the lower bound a, upper bound b, and number of strips n from the question

  2. Calculate interval width h = (b - a) and confirm all x points fit evenly between a and b

  3. Evaluate f(x) at every x from a to b in steps of h, rounding to the required number of decimal places

  4. Multiply all intermediate y-values (not first or last) by 2, sum all terms

  5. Multiply the total sum by h/2 to get the final approximate integral

πŸ“ Worked Example

Approximate using 4 strips, giving your answer to 3 significant figures

  1. 1

    Calculate h = (2-0)/4 = 0.5

  2. 2

    Evaluate y values: , , , ,

  3. 3

    Sum adjusted terms:

  4. 4

    Multiply by h/2 = 0.25: (3 s.f.)

βœ“ Quick check

Test your understanding of the workflow:

  1. 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

πŸ”¬ Derivation
Goal:

Show why trapezium rule overestimates for concave down curves

Starting from:

A concave down curve lies above the chord connecting any two points on its surface

  1. 1

    Each trapezium side is a chord connecting two adjacent points on the curve

  2. 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. 3

    Summing all segments gives a total estimate larger than the exact integral

Result:

For across [a,b], trapezium rule overestimates; for , it underestimates

πŸ“ Worked Example

State if the trapezium rule estimate for with 2 strips is an over or under estimate, and verify with exact value

  1. 1

    Calculate second derivative: , which is negative for all , so curve is concave down, estimate is overestimate

  2. 2

    Trapezium estimate: h = ,

  3. 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.