Iteration

Use iterative methods to find approximate solutions to equations for GCSE Maths.

Iteration is a method for finding approximate solutions to equations that can't be solved algebraically. You repeatedly apply a formula, using each answer as the next input, until the values converge.

Core Concepts

The Iterative Process

  1. Rearrange the equation into the form x=g(x)x = g(x).
  2. Start with an initial value x0x_0.
  3. Apply: xn+1=g(xn)x_{n+1} = g(x_n).
  4. Repeat until values settle (converge).

Example

Solve x3+x3=0x^3 + x - 3 = 0 using xn+1=3xn3x_{n+1} = \sqrt[3]{3 - x_n} with x0=1x_0 = 1.

x1=313=231.2599x_1 = \sqrt[3]{3-1} = \sqrt[3]{2} \approx 1.2599

x2=31.259931.1784x_2 = \sqrt[3]{3-1.2599} \approx 1.1784

x31.2042x_3 \approx 1.2042

x41.1959x_4 \approx 1.1959

Values converge to approximately 1.21.2.

Showing a Root Exists

Use the sign change method: if f(a)<0f(a) < 0 and f(b)>0f(b) > 0 (or vice versa), there's a root between aa and bb.

f(1)=1+13=1<0f(1) = 1 + 1 - 3 = -1 < 0 f(2)=8+23=7>0f(2) = 8 + 2 - 3 = 7 > 0

Sign change → root between 1 and 2.

Worked Example: Example

Problem

x=5x+2x = \frac{5}{x+2}, x0=1x_0 = 1.

x1=531.667x_1 = \frac{5}{3} \approx 1.667, x2=53.6671.364x_2 = \frac{5}{3.667} \approx 1.364, x31.487x_3 \approx 1.487, ...

Converges to approximately 1.4491.449.

Solution

Practice Problems

    1. Use xn+1=10xn+3x_{n+1} = \frac{10}{x_n + 3} with x0=2x_0 = 2 for 5 iterations.
    1. Show x35x+1=0x^3 - 5x + 1 = 0 has a root between x=2x = 2 and x=3x = 3.

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Key Takeaways

  • Rearrange to x=g(x)x = g(x) and apply repeatedly.

  • Values should converge to the solution.

  • Sign change proves a root exists in an interval.

  • Different rearrangements may converge to different roots (or not converge at all).

Ready to Ace Your GCSE maths?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store