How does rearranging an equation into the form x = g(x) give an iterative method, and what controls whether it converges?
Solve an equation by fixed-point iteration of the form x = g(x), and use the derivative condition to decide convergence
A focused answer to the H2 Further Mathematics outcome on fixed-point iteration. Rearranging f(x) = 0 into x = g(x), the iteration x_{n+1} = g(x_n), the staircase and cobweb diagrams, and the convergence condition that the magnitude of g prime is less than one.
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
SEAB wants you to solve an equation by fixed-point iteration: rearrange into the form , iterate from a starting value, and use the derivative condition near the root to decide whether the iteration converges. You should also recognise the staircase and cobweb diagrams that picture the process.
The answer
Rearranging into x = g(x)
A root of is a fixed point of some function , that is a value with . There are usually several ways to rearrange an equation into , and they are not equally good: some converge and some do not.
The iteration
Starting from , generate the sequence
If it converges, the limit satisfies and so is a root of the original equation.
The convergence condition
The iteration converges to a fixed point provided, near ,
The reason: each step multiplies the error by approximately , so a magnitude below shrinks the error geometrically, while a magnitude above enlarges it and the iteration diverges. The smaller is, the faster the convergence.
Staircase and cobweb diagrams
Plotting and , the iteration is read by bouncing between the two curves. When the path is a staircase converging monotonically; when it is a cobweb spiralling in with alternating sides. If the staircase or cobweb moves away from the root.
Examples in context
Example 1. Iterating a population map. The discrete logistic map is a fixed-point iteration; its fixed points and their stability (governed by ) determine whether a population settles, oscillates or behaves chaotically, a gateway to dynamical systems.
Example 2. Solving a transcendental equation. An equation like is already in the form ; iterating from any start converges to the Dottie number, since there.
Try this
Q1. State the iteration used in fixed-point iteration once the equation is in the form . [1 mark]
- Cue. .
Q2. What condition on near a root guarantees convergence? [1 mark]
- Cue. .
Q3. If at a root , what happens to the iteration? [1 mark]
- Cue. It diverges, because the error is multiplied by more than each step.
Exam-style practice questions
Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Original6 marksThe equation has a root near . Show it can be rearranged as , and use the iteration with to find the root to three decimal places.Show worked answer →
Rearrange : factor from the first two terms is not direct, so instead write , giving , the required form.
Iterate from :
continuing until the values settle. They converge to (3 d.p.).
Markers reward the rearrangement to , correct iterates, and the converged root .
Original6 marksAn equation is rearranged into the form . State the condition on near the root that guarantees the iteration converges, and explain what happens when this condition fails.Show worked answer →
The iteration converges to a root (a fixed point, ), provided that near the root
The factor controls how the error shrinks: each step multiplies the error by approximately , so makes the error decrease and the iteration converge.
If near the root, each step multiplies the error by a factor larger than one, so the error grows and the iteration diverges away from the root, no matter how close the start. (If is negative the iterates alternate sides of the root, spiralling in a cobweb if , or out if .)
Markers reward the condition for convergence, the error-multiplier explanation, and the statement that causes divergence.
Related dot points
- Apply the Newton-Raphson method to find a root of an equation numerically and discuss its convergence and failure cases
A focused answer to the H2 Further Mathematics outcome on the Newton-Raphson method. The iterative formula, its geometric meaning as a tangent intercept, choosing a starting value, the quadratic convergence, and the situations in which the method fails.
- Approximate a definite integral using the trapezium rule and Simpson's rule and comment on the accuracy of the estimate
A focused answer to the H2 Further Mathematics outcome on numerical integration. The trapezium rule and Simpson's rule, the strip width and ordinates, applying each rule, the over- or under-estimate behaviour, and which rule is more accurate.
- Use Euler's method and the improved Euler (midpoint) method to obtain a numerical solution of a first-order differential equation
A focused answer to the H2 Further Mathematics outcome on numerical solution of ODEs. Euler's method as a tangent step, the step size, accumulation of error, and the improved Euler (midpoint) method for greater accuracy.
- Solve first- and second-order linear recurrence relations with constant coefficients and find closed-form expressions for the nth term
A focused answer to the H2 Further Mathematics outcome on linear recurrence relations. First-order and second-order constant-coefficient recurrences, the characteristic equation, repeated and complex roots, and particular solutions for non-homogeneous cases.