EuraStudy
Numerical methods give approximate answers when an exact one is unavailable. This topic extends the trapezium rule and Newton-Raphson method of A-Level Mathematics with the mid-ordinate and Simpson's rules for integration, Euler's step-by-step methods for differential equations, and iterative root-finding. Throughout, the emphasis is on applying a method carefully and commenting honestly on its accuracy.
4 sections~12 min reading time3 competenciesLevel Standard 2 · Advanced 2
basic level
AS Further Mathematics covers the mid-ordinate rule and simple iterative root-finding.
higher level
The full A-Level adds Simpson's rule, Euler and improved-Euler methods for differential equations, and a fuller treatment of error and accuracy.
Reading depth: In depth
Text size: Standard
Mid-ordinate heights under a curve
Mid-ordinate rule
Rectangles with heights taken at the midpoints of the strips.
Simpson's rule
Fits parabolas; requires an even number of strips.
Estimate using Simpson's rule with four strips.
; the ordinates at are , , , , .
.
.
The estimate is (3 d.p.).
Result: .
Typical mistakes
Active revision
Use Simpson's rule with four strips to estimate , giving your answer to three decimal places.
Active recall
Recall the key points — then reveal.
Sources: Further mathematics: AS and A level content (GCE subject content) (Department for Education)
Orders of error
Simpson's rule improves far faster as the strips are refined.
Estimate using the trapezium rule with two strips, and comment (the exact value is ).
; ordinates at are , , .
.
The curve is convex (bends upward), so the trapezium chords lie above the curve and the estimate is an overestimate of the true .
A finer partition or Simpson's rule would reduce the error; the mid-ordinate rule would give an underestimate, bracketing the true value.
Result: Trapezium estimate , an overestimate of .
Typical mistakes
Active revision
For , estimate the integral with the trapezium rule and with the mid-ordinate rule using two strips, and explain why the true value lies between them.
Active recall
Recall the key points — then reveal.
Sources: AQA A-level Further Mathematics 7367 specification (AQA)
Euler's method drifts from the true curve
Euler's method
Step forward along the tangent using the gradient at the current point.
Improved Euler (mid-point) method
Uses the gradient estimated at the middle of the step for greater accuracy.
For with , use to estimate .
, so at .
, so at .
, so .
The exact solution is , giving ; Euler underestimates, and a smaller would close the gap.
Result: (exact ).
Typical mistakes
Active revision
Given with at , use Euler's method with step to estimate at .
Active recall
Recall the key points — then reveal.
Sources: Further mathematics: AS and A level content (GCE subject content) (Department for Education)
Newton-Raphson: the tangent locates the next estimate
Newton-Raphson iteration
Follows the tangent at to the axis; fast near a simple root.
Solve near by Newton-Raphson, to three decimal places.
, , so .
, , so .
, , so .
A further iteration gives ; the value is stable to three decimal places.
Result: The root is (3 d.p.).
Typical mistakes
Active revision
The equation has a root near . Use the Newton-Raphson method with to find the root correct to three decimal places.
Active recall
Recall the key points — then reveal.
Sources: AQA A-level Further Mathematics 7367 specification (AQA)
References & sources