Iteration is a method for finding approximate solutions to equations that can't be solved algebraically. You start with an estimate and feed it into a formula repeatedly, getting closer to the answer each time.
Iterative formula
You'll usually be given a formula in the form $x_{n+1} = f(x_n)$. Substitute your starting value $x_0$, compute $x_1$, then feed $x_1$ back in to get $x_2$, and so on until the answer stabilises.
Example: Use $x_{n+1} = \sqrt{x_n + 5}$ with $x_0 = 2$ to find a root to 3 decimal places.
Change of sign to verify a root
Before iterating, you may be asked to show a root lies in a given interval, say between $x = 2$ and $x = 3$.
Substitute both values into $f(x)$:
Example: Show that $f(x) = x^3 - x - 4$ has a root between 1 and 2.
$f(1) = 1 - 1 - 4 = -4$ (negative)
$f(2) = 8 - 2 - 4 = 2$ (positive)
Change of sign, so there is a root in the interval $1 < x < 2$. ✓
New to Bow Tie Maths? It generates questions on this topic, marks them instantly, and tracks what you've mastered. Free to sign up.
Use CALC (the Alpha–Calc button) to evaluate the iterative formula repeatedly without retyping it. Enter the formula once using the letter X, then press CALC and type your starting value. Each time you press = afterwards, the calculator substitutes the previous answer back in — just like the iteration process itself. Watch the value settle.
2025 Jun 2H GCSE Q18 (2 marks) 2024 Jun 3H GCSE Q17 (3 marks) 2023 Jun 2H GCSE Q17 (3 marks) 2022 Jun 3H GCSE Q20 (2 marks) 2019 Nov 2H GCSE Q22 (1 mark) 2018 Jun 3H GCSE Q18 (3 marks) 2017 Nov 3H GCSE Q15 (5 marks) 2017 Jun 3H GCSE Q16 (1 mark)