Introduction
Iterative methods provide a systematic way to find numerical approximations to roots of equations that cannot be solved algebraically. In the 9709 Paper 3 exam, iterative questions are extremely common: you are expected to set up a recurrence relation of the form , apply it repeatedly, and state the root to a required accuracy. This subtopic builds directly on Locating Roots of an Equation, where a sign change in over an interval is used to confirm a root exists — here, you then home in on that root.
Core Concept
What is an iterative sequence?
An iterative sequence is a list of values generated by repeatedly applying a rule of the form
starting from an initial approximation (sometimes called ). If the sequence converges — that is, the values settle towards a fixed limit — then satisfies
which is equivalent to the original equation being solved.
From equation to iterative formula
To use iteration, you must first rearrange the equation into the form . The iterative formula is then .
For example, the equation can be rearranged as:
Convergence and divergence
An iteration converges when successive terms get closer and closer to a limit. An iteration diverges when successive terms move further from the root. You are not required to state a formal condition for convergence, but you must appreciate that a given iteration may fail to converge — if the values are growing without bound or oscillating wildly, the iteration has failed and a different rearrangement should be tried.
Determining the root to a prescribed accuracy
To state a root correct to, say, 3 decimal places (3 d.p.), continue iterating until two consecutive values agree to 4 d.p. or more, then round. Always verify using a sign-change check: show and (or vice versa) to confirm the root lies in the required interval.
Unlock the full Numerical Solution of Equations note with Nova
You're reading the preview. Unlock the complete note — every worked example, examiner pitfall and practice question — plus 24/7 AI tutoring from Nova that teaches directly from these notes.