How do we locate and approximate roots when there is no exact algebraic solution, and estimate an area numerically?
Locating roots by change of sign, iterative methods, the Newton-Raphson method, and the trapezium rule for numerical integration.
A focused answer to WJEC A2 Unit 3 numerical methods, covering locating roots by change of sign, iterative methods, the Newton-Raphson method, and the trapezium rule for estimating 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
WJEC wants you to locate roots by the change-of-sign method, to use iterative formulae to converge on a root, to apply the Newton-Raphson method, and to estimate a definite integral with the trapezium rule. These methods handle equations and integrals that have no neat closed-form answer, which is most of the realistic ones.
The answer
Locating roots by change of sign
If is continuous and and have opposite signs, then has at least one root between and .
Iterative methods
Rearranging into the form gives an iteration . Starting from an estimate , repeated application converges to a root when the iteration is well chosen. A staircase or cobweb diagram on and shows the convergence.
The Newton-Raphson method
Newton-Raphson uses the tangent at the current estimate to find the next, usually converging much faster than a simple iteration.
The trapezium rule
The trapezium rule approximates the area under a curve by dividing it into vertical strips of equal width and treating each strip as a trapezium.
For a curve that is concave up, the trapezium rule overestimates the area; for a concave-down curve it underestimates.
Examples in context
Example 1. Estimating an awkward integral. To estimate with strips, and you evaluate at . The trapezium rule combines these as , giving an approximation where no elementary antiderivative exists. The method makes the intractable integral computable.
Example 2. Iteration convergence. Rearranging as and iterating from gives , , , converging towards the root near . The fixed-point iteration homes in on the solution step by step.
Try this
Q1. Show has a root between and . [2 marks]
- Cue. , ; sign change and continuous, so a root lies between.
Q2. Apply one Newton-Raphson step to from . [3 marks]
- Cue. : .
Q3. State how many ordinates are used in the trapezium rule with strips. [1 mark]
- Cue. ordinates.
Exam-style practice questions
Practice questions written in the style of WJEC exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WJEC A2 style4 marksShow that the equation has a root between and .Show worked answer →
Use the change-of-sign method: evaluate the function at each end and show the signs differ.
Let .
(negative).
(positive).
Since is continuous and changes sign from negative to positive between and , there is a root in this interval.
Markers reward evaluating at both ends, noting the sign change, and stating that continuity guarantees a root between them. Forgetting to mention continuity, or not stating the signs explicitly, loses a mark.
WJEC A2 style5 marksUse the Newton-Raphson method with to find one iteration towards a root of .Show worked answer →
Apply the Newton-Raphson formula, which needs the function and its derivative at the current estimate.
, so .
At : and .
.
So the next estimate is .
Markers reward the correct derivative, evaluating and at , and applying the formula to get . A sign error in the formula (adding instead of subtracting the ratio) is the common mistake.
Related dot points
- Differentiation from first principles, differentiating powers of , gradients, tangents and normals, increasing and decreasing functions, and stationary points.
A focused answer to WJEC AS Unit 1 differentiation, covering differentiation from first principles, the power rule, tangents and normals, increasing and decreasing functions, and finding and classifying stationary points.
- Integration as the reverse of differentiation, indefinite integrals with a constant, definite integrals and the limits, and the area under a curve.
A focused answer to WJEC AS Unit 1 integration, covering integration as the reverse of differentiation, indefinite integrals and the constant of integration, definite integrals with limits, and finding the area between a curve and the axis.
- Surds and indices, quadratic functions and the discriminant, simultaneous equations, inequalities, polynomial division and the factor theorem, and graph transformations.
A focused answer to WJEC AS Unit 1 algebra and functions, covering surds and indices, quadratics and the discriminant, simultaneous equations and inequalities, polynomials and the factor theorem, and graph transformations.
- The binomial expansion of for positive integer , binomial coefficients and Pascal's triangle, and finding a specified term.
A focused answer to WJEC AS Unit 1 sequences and series, covering the binomial expansion of for positive integer , binomial coefficients and Pascal's triangle, and finding a specified term of an expansion.
- Parametric equations of curves, converting between parametric and Cartesian forms, and differentiating parametrically to find gradients and tangents.
A focused answer to WJEC A2 Unit 3 parametric equations, covering parametric equations of curves, converting between parametric and Cartesian forms, and parametric differentiation to find gradients and tangents.