How do you approximate roots and integrals numerically when no exact method works?
Solving equations numerically by interval bisection, linear interpolation and the Newton-Raphson method, and approximating definite integrals using Simpson's rule and the mid-ordinate rule.
A focused answer to the Edexcel A-Level Further Mathematics Further Pure numerical methods content, covering solving equations by interval bisection, linear interpolation and the Newton-Raphson method, and approximating definite integrals using Simpson's rule and the mid-ordinate rule.
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
Edexcel Further Pure wants you to find roots of equations numerically using interval bisection, linear interpolation and the Newton-Raphson iteration, and to approximate definite integrals using Simpson's rule and the mid-ordinate rule, applying each method carefully and commenting on accuracy. Clear, tabulated working and the correct application of the rule formulae are what earn the marks.
Root finding by sign change
A continuous function with and of opposite signs must cross zero somewhere in , so there is a root in the interval. Bisection and linear interpolation refine that bracket. Always confirm the sign change before claiming a root, and watch out for an even number of roots in the interval, which would not produce a sign change.
The Newton-Raphson method
When you can differentiate , the tangent line at a point gives a fast iteration towards a nearby root. Each step follows the tangent down to the -axis and uses that intercept as the next estimate. Near a simple root convergence is rapid (roughly doubling the number of correct digits each step), but a poor starting point or a small can make the iteration diverge.
Numerical integration
When an integral has no elementary antiderivative, approximate it by summing strip areas. The mid-ordinate rule uses the height of each strip at its midpoint; Simpson's rule fits a parabola over each pair of strips and is markedly more accurate for smooth integrands.
Examples in context
Numerical methods complement the exact techniques elsewhere in the course. The Newton-Raphson iteration is the practical way to find roots of the polynomials studied in further algebra when they do not factorise. Simpson's rule and the mid-ordinate rule estimate the improper and volume integrals of further calculus when no closed form exists. Taylor series provide an alternative route to approximating function values and underpin the error analysis of these methods (the truncation error of Simpson's rule depends on the fourth derivative). Numerical solutions of differential equations (Euler's method, in some specifications) extend the same step-by-step philosophy.
Try this
Q1. Write down the Newton-Raphson iteration formula. [1 mark]
- Cue. .
Q2. Why must Simpson's rule use an even number of strips? [1 mark]
- Cue. It fits a parabola over each pair of strips, so the strips must pair up.
Q3. Estimate the root of near with one Newton-Raphson step. [3 marks]
- Cue. , , so .
Exam-style practice questions
Practice questions written in the style of Pearson Edexcel exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Edexcel 20186 marksThe equation has a root in the interval . Apply the Newton-Raphson method once, starting from , to find a better approximation to , giving your answer to four decimal places.Show worked answer β
Differentiate, then apply one Newton-Raphson iteration.
, so (M1).
At : (A1); (A1).
Newton-Raphson: (M1 A1).
to four decimal places (A1).
Edexcel 20216 marksUse Simpson's rule with four strips to estimate , giving your answer to three decimal places.Show worked answer β
Compute the five ordinates at strip width , then apply Simpson's rule.
. Ordinates of at : , , , , (M1 A1 for ordinates).
Simpson's rule: (M1).
(A1) (A1) (A1).
Related dot points
- Maclaurin and Taylor series of standard functions, finding series solutions of differential equations, and using series to approximate functions and limits.
A focused answer to the Edexcel A-Level Further Mathematics Further Pure series content, covering Maclaurin and Taylor series of standard functions, finding series solutions of differential equations, and using power series to approximate functions and evaluate limits.
- The t-substitution for trigonometric integrals and equations, summing series of sines and cosines, the general solution of trigonometric equations, and inverse trigonometric functions.
A focused answer to the Edexcel A-Level Further Mathematics Further Pure further trigonometry content, covering the t-substitution for trigonometric integrals and equations, summing finite series of sines and cosines, finding general solutions of trigonometric equations, and working with the inverse trigonometric functions.
- The parabola, ellipse and hyperbola in Cartesian and parametric form, foci and directrices, tangents and normals, and the rectangular hyperbola.
A focused answer to the Edexcel A-Level Further Mathematics Further Pure coordinate systems content, covering the parabola, ellipse and hyperbola in Cartesian and parametric form, foci and directrices, tangents and normals to conics, and the rectangular hyperbola.
- Improper integrals, volumes of revolution, the mean value of a function, integration using partial fractions, and the derivation of standard inverse trig and hyperbolic integrals.
A focused answer to the Edexcel A-Level Further Mathematics further calculus content, covering improper integrals evaluated as limits, volumes of revolution about both axes, the mean value of a function, integration by partial fractions, and the standard inverse trig and inverse hyperbolic integral results.
- Summing series of powers of integers, relationships between roots and coefficients of polynomials, transforming equations with new roots, and the method of differences.
A focused answer to the Edexcel A-Level Further Mathematics further algebra content, covering standard summation formulae for powers of integers, the relationships between roots and coefficients of polynomials, forming equations with transformed roots, and the method of differences.
Sources & how we know this
- Pearson Edexcel A-Level Further Mathematics (9FM0) specification β Pearson Edexcel (2017)