How do the trapezium rule and Simpson's rule approximate a definite integral, and how accurate are they?
Approximate a definite integral using the trapezium rule and Simpson's rule and comment on the accuracy of the estimate
A focused answer to the H2 Further Mathematics outcome on numerical integration. The trapezium rule and Simpson's rule, the strip width and ordinates, applying each rule, the over- or under-estimate behaviour, and which rule is more accurate.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
SEAB wants you to approximate a definite integral when an exact antiderivative is unavailable or awkward, using the trapezium rule and Simpson's rule. You must set up the ordinates correctly, apply the right weights, and comment on the accuracy, including whether an estimate is an over- or under-estimate and which rule is better.
The answer
Strips and ordinates
Divide into equal strips of width
giving ordinates at . Both rules combine these ordinates with fixed weights.
The trapezium rule
The trapezium rule joins consecutive ordinates with straight lines:
The end ordinates have weight and the interior ones weight .
Over- or under-estimate
The trapezium rule's accuracy depends on the curvature. For a curve that is concave up (bending upward, like is on parts of its range), the chords lie above the curve, so the trapezium rule over-estimates; for a concave-down curve it under-estimates. Sketching or considering tells you which.
Simpson's rule
Simpson's rule fits parabolas through successive triples of points and needs an even number of strips:
The pattern of weights is : ends weight , odd-indexed ordinates weight , even-indexed (interior) weight .
Which is more accurate
Simpson's rule is much more accurate than the trapezium rule for the same number of strips, because parabolas match a smooth curve far better than straight lines. It is exact for any cubic. Increasing the number of strips improves both rules.
Examples in context
Example 1. Area under experimental data. When only measured values are available, with no formula to integrate, the trapezium and Simpson rules estimate quantities like distance from a velocity-time table, the everyday use of numerical integration in the laboratory.
Example 2. Integrals with no elementary antiderivative. The integral , central to the normal distribution, has no elementary closed form, so it is evaluated numerically by Simpson's rule, linking the technique directly to statistics.
Try this
Q1. For strips, how many ordinates are there? [1 mark]
- Cue. .
Q2. State the weight pattern for Simpson's rule. [1 mark]
- Cue. (ends , odd ordinates , even interior ).
Q3. Why must Simpson's rule use an even number of strips? [2 marks]
- Cue. It fits a parabola to each pair of strips, so the strips must group into pairs, requiring an even total.
Exam-style practice questions
Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Original6 marksUse the trapezium rule with four strips to estimate , giving your answer to four decimal places.Show worked answer β
Four strips on give strip width and ordinates at .
Compute : , , , , .
Trapezium rule: :
(The exact value is .)
Markers reward the strip width, the five ordinates, the trapezium formula with the doubled interior terms, and the estimate .
Original6 marksUse Simpson's rule with four strips to estimate to four decimal places, and compare its accuracy with the trapezium rule.Show worked answer β
With the same ordinates (): , , , , .
Simpson's rule (four strips, an even number): :
To four decimal places this is , matching . Simpson's rule is far more accurate than the trapezium estimate , because it fits parabolas rather than straight lines.
Markers reward the Simpson pattern of weights , the estimate , and the comparison showing Simpson is more accurate.
Related dot points
- Apply the Newton-Raphson method to find a root of an equation numerically and discuss its convergence and failure cases
A focused answer to the H2 Further Mathematics outcome on the Newton-Raphson method. The iterative formula, its geometric meaning as a tangent intercept, choosing a starting value, the quadratic convergence, and the situations in which the method fails.
- Solve an equation by fixed-point iteration of the form x = g(x), and use the derivative condition to decide convergence
A focused answer to the H2 Further Mathematics outcome on fixed-point iteration. Rearranging f(x) = 0 into x = g(x), the iteration x_{n+1} = g(x_n), the staircase and cobweb diagrams, and the convergence condition that the magnitude of g prime is less than one.
- Use Euler's method and the improved Euler (midpoint) method to obtain a numerical solution of a first-order differential equation
A focused answer to the H2 Further Mathematics outcome on numerical solution of ODEs. Euler's method as a tangent step, the step size, accumulation of error, and the improved Euler (midpoint) method for greater accuracy.
- Evaluate improper integrals with infinite limits or integrands with a singularity, determining convergence by means of limits
A focused answer to the H2 Further Mathematics outcome on improper integrals. Integrals over an infinite interval, integrands with a vertical asymptote, evaluating them as limits, deciding convergence, and the standard p-integral results.