CAIE A-Level · Mathematics 9709 · Numerical Solution of Equations

Iterative Methods for Numerical Solution of Equations (9709 Pure Mathematics 3)

12 min readSyllabus 3.6PreviewBy Uzair Khan

Syllabus objective

Understand the idea of, and use the notation for, a sequence of approximations which converges to a root of an equation; and understand how a given simple iterative formula of the form x_(n+1) = F(x_n) relates to the equation being solved, and use a given iteration, or an iteration based on a given rearrangement of an equation, to determine a root to a prescribed degree of accuracy. Knowledge of the condition for convergence is not included, but an understanding that an iteration may fail to converge is expected.

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 xn+1=F(xn)x_{n+1} = F(x_n), 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 f(x)f(x) 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 x1,x2,x3,x_1, x_2, x_3, \ldots generated by repeatedly applying a rule of the form

xn+1=F(xn)x_{n+1} = F(x_n)

starting from an initial approximation x1x_1 (sometimes called x0x_0). If the sequence converges — that is, the values settle towards a fixed limit α\alpha — then α\alpha satisfies

α=F(α)\alpha = F(\alpha)

which is equivalent to the original equation being solved.

From equation to iterative formula

To use iteration, you must first rearrange the equation f(x)=0f(x) = 0 into the form x=F(x)x = F(x). The iterative formula is then xn+1=F(xn)x_{n+1} = F(x_n).

For example, the equation x3+3x5=0x^3 + 3x - 5 = 0 can be rearranged as:

x=5x33xn+1=5xn33x = \frac{5 - x^3}{3} \quad \Longrightarrow \quad x_{n+1} = \frac{5 - x_n^3}{3}

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 f(α0.0005)<0f(\alpha - 0.0005) < 0 and f(α+0.0005)>0f(\alpha + 0.0005) > 0 (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.

Keep learning

Explore CAIE A-Level Mathematics tutoring →

View the full Mathematics syllabus →

Part of Novark's free CAIE A-Level Mathematics notes