Topic 1: Integration and applications of integration
Use Simpson's rule to approximate the value of a definite integral or an area, applying the rule with an even number of subintervals and recognising when a numerical method is required
A focused answer to the QCE Specialist Mathematics Unit 4 dot point on Simpson's rule. Covers the rule and its weighting pattern, the requirement for an even number of subintervals, choosing the strip width, and when numerical integration is needed, with a verified worked example and the coefficient-pattern trap.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
QCAA wants you to approximate a definite integral numerically when an exact antiderivative is unavailable or impractical, using Simpson's rule. The assessable skill is applying the rule correctly: setting up an even number of subintervals, computing the function values, and applying the alternating and weighting pattern accurately.
The answer
When a numerical method is needed
Some integrands have no elementary antiderivative, for example , and some are given only as tabulated data. In these cases you approximate the definite integral numerically. Simpson's rule fits parabolic arcs through groups of three points, giving a more accurate estimate than the trapezoidal rule for smooth functions.
The strip width
Divide into equal subintervals, where must be even. The strip width is
and the sample points are , , up to .
Simpson's rule
The approximation is
The end values and have weight . Interior values alternate: odd-indexed points get weight , even-indexed interior points get weight . The whole bracket is multiplied by .
The weighting pattern
The pattern of coefficients is . The first and last are , every odd-position interior value is , every even-position interior value is , and the values at odd positions always outnumber those at even positions. This pattern is why must be even: the points group into pairs of strips, each capped by a parabola.
Why it is accurate
Because Simpson's rule fits parabolas rather than straight lines, it is exact for polynomials up to degree three and very accurate for smooth curves. Halving reduces the error sharply, so a modest number of strips usually suffices.
Reading off function values
Tabulate the points and the corresponding before applying the rule. Organising the values in a table with their weights prevents the most common arithmetic slips.
Working from tabulated data
In many applied questions the function is never given as a formula at all; instead you are handed a table of measured values, such as river depths or terrain heights at equal spacings. Simpson's rule applies directly: the spacing between readings is , the number of strips is one fewer than the number of readings, and you must check that this strip count is even before proceeding. If a data set has an odd number of strips, Simpson's rule cannot be applied to the whole set, and you either drop to a different method or combine Simpson's rule on most strips with a trapezoidal strip at the end.
Areas, volumes and symmetry
Because a definite integral can represent an area or, via , a volume of revolution, Simpson's rule estimates these too when no formula integration is possible. Symmetry is a useful shortcut: if a region is symmetric about an axis, apply the rule to one half and double, which halves the arithmetic. The dam-surface question above uses exactly this idea, integrating the upper half of an ellipse and doubling for the lower half.
Accuracy and error behaviour
Simpson's rule is exact for any polynomial of degree three or less, because a cubic is captured perfectly by the parabolic fitting over paired strips. For smoother functions the error decreases rapidly as the strip width shrinks; roughly, halving cuts the error by a factor of about sixteen. This is far better than the trapezoidal rule, whose error only falls by a factor of four under the same refinement, which is why Simpson's rule is the preferred numerical method when the data spacing permits an even strip count.
Exam-style practice questions
Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
QCAA 20234 marksPaper 2 (complex familiar). A river is m wide. Depths (m) at m intervals across the width are . A biologist estimates the cross-sectional area as m. Use Simpson's rule to evaluate the reasonableness of this estimate, justifying your decision.Show worked answer β
Seven readings give strips of width (even, so Simpson's rule applies). Weights :
Area m.
The estimate m is about double the biologist's m, so m is not reasonable; it substantially underestimates the area.
Markers reward the correct strip count, the weighting pattern, the evaluated area, and a justified decision.
QCAA 20224 marksPaper 2 (complex familiar). The edge of a dam is modelled by the ellipse for , symmetric about the -axis. Use Simpson's rule with four strips to approximate the surface area.Show worked answer β
Upper half: over ; double for symmetry. Four strips gives .
Values: , , , , .
Upper area km. Total km.
Markers reward the half-curve setup, the strip width, the function values, and doubling for symmetry.
