When you cannot solve an equation or integrate a function exactly, how do you find a reliable approximate answer?
Locating roots by sign change, iterative methods including fixed point iteration and the Newton-Raphson method, the conditions under which they succeed or fail, and the trapezium rule for approximating definite integrals.
A focused answer to the AQA A-Level Mathematics numerical methods content, covering locating roots by sign change, fixed point iteration, the Newton-Raphson method and its failures, and the trapezium rule for definite integrals.
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
AQA wants you to locate roots of an equation using a change of sign, use iterative formulae including the Newton-Raphson method, understand when these methods succeed or fail, and use the trapezium rule to approximate a definite integral and judge whether it over- or under-estimates. The questions reward precise reasoning: stating continuity, justifying convergence, and explaining the direction of error.
Locating roots by sign change
A single sign change guarantees an odd number of roots in the interval (at least one), not exactly one; if the curve dips and returns, there could be more. To confirm a root to a given accuracy, evaluate at the two ends of a narrow bracketing interval and show the sign change.
Fixed point iteration
Rearrange the equation into the form , then iterate from a starting value. The sequence may converge to a root, shown neatly on a staircase or cobweb diagram, provided the gradient of near the root has magnitude less than one. Different rearrangements of the same equation can converge, diverge, or converge to different roots, so the choice of matters.
The Newton-Raphson method
The method fails if is zero or near zero (the tangent is nearly horizontal and the next estimate shoots far away), or if the starting value is near a turning point so that the tangent points away from the desired root.
The trapezium rule
The rule over-estimates the area when the curve bends upwards (concave up), because the straight tops of the trapezia lie above the curve, and under-estimates when the curve bends downwards. Increasing the number of strips reduces the error. Justifying the direction of error by referring to the concavity of the curve is an examined point.
Why we need numerical methods, and how to present them
Many equations that arise in practice, such as or , have no neat algebraic solution, and many functions, such as , have no elementary antiderivative. Numerical methods give a usable approximation in these cases, and the exam rewards a tidy, reproducible presentation. For root finding, state the function, show the sign change with continuity, then either iterate or apply Newton-Raphson, recording each estimate to the requested accuracy. For the trapezium rule, tabulate the ordinates clearly before substituting, since a single mis-evaluated ordinate ruins the answer.
To confirm a root to a stated number of decimal places, evaluate the function at the two ends of the rounding interval. For instance, to show a root is to two decimal places, check that and have opposite signs; the sign change inside that interval guarantees the rounded root. This "interval bisection of the rounding band" argument is the standard way AQA expects you to justify an accuracy claim, rather than simply asserting that successive iterates agree.
Exam-style practice questions
Practice questions written in the style of AQA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
AQA 20197 marksPaper 1, Section B. The equation has a root between and . (a) Show that the root lies between and . (b) Use the Newton-Raphson method with to find and , giving your answers to four decimal places. (c) State one circumstance in which the Newton-Raphson method might fail.Show worked answer →
For (a), with , and ; opposite signs and continuous, so a root lies between and . For (b), . Then . Repeating from gives (converged). For (c), the method fails if or is near zero (a near-horizontal tangent), or if the starting value is too far from the root. Markers reward the sign-change argument with continuity stated, accurate iteration, and a valid failure condition.
AQA 20216 marksPaper 1, Section A. Use the trapezium rule with four strips to estimate , giving your answer to three decimal places. State, with a reason, whether your estimate is likely to be an over-estimate or an under-estimate.Show worked answer →
With strips on , and ordinates at : , , , , . The trapezium rule gives . The curve is concave up (increasing gradient), so the straight trapezium tops lie above the curve, making this an over-estimate. Markers reward correct ordinates, the rule applied with only interior ordinates doubled, and a justified over- or under-estimate.
Related dot points
- Integration as the reverse of differentiation, indefinite and definite integrals, the area under a curve, integration of standard functions, integration by substitution and by parts, and using partial fractions to integrate rational functions.
A focused answer to the AQA A-Level Mathematics integration content, covering indefinite and definite integrals, area under a curve, standard integrals, integration by substitution and by parts, and integrating with partial fractions.
- Differentiation from first principles, the rules for powers, the chain, product and quotient rules, derivatives of standard functions, stationary points and their nature, and connected rates of change.
A focused answer to the AQA A-Level Mathematics differentiation content, covering first principles, the chain, product and quotient rules, derivatives of standard functions, stationary points and their nature, and applications to optimisation.
- Indices, surds, quadratics, simultaneous equations, inequalities, polynomials, the factor theorem, partial fractions, graphs of functions, composite and inverse functions, the modulus function and graph transformations.
A focused answer to the AQA A-Level Mathematics algebra and functions content, covering indices, surds, quadratics, simultaneous equations and inequalities, polynomials and the factor theorem, partial fractions, modulus and the transformations of graphs.
- Methods of proof including proof by deduction, proof by exhaustion, disproof by counter-example and proof by contradiction, applied to statements about numbers and inequalities.
A focused answer to the AQA A-Level Mathematics proof content, covering proof by deduction, proof by exhaustion, disproof by counter-example and proof by contradiction, with the irrationality of root 2 and the infinitude of primes.
- Equations of straight lines, gradients, parallel and perpendicular lines, the equation of a circle, tangents and chords, and parametric equations of curves.
A focused answer to the AQA A-Level Mathematics coordinate geometry content, covering the equation of a straight line, gradient conditions for parallel and perpendicular lines, the equation of a circle and its key properties, and parametric equations of curves.
Sources & how we know this
- AQA A-level Mathematics (7357) specification — AQA (2017)