Skip to content
A20

Find approximate solutions to equations numerically using iteration [Higher only]

Higher only

Iteration

Worked answers, methods and verified real exam appearances for A20 on Edexcel GCSE Maths 1MA1.

Explanation

  • Higher tier only. Iteration rewrites an equation as x=g(x)x=g(x) and repeatedly applies xn+1=g(xn)x_{n+1}=g(x_n) from the stated starting value.
  • Each new output becomes the next input. Keep the calculator's full stored value and round only values you are asked to record, because premature rounding can change later iterates.
  • Convergence is indicated when successive values agree to the required accuracy, although not every rearrangement converges.
  • The examiner expects the requested named iterate or a justified approximate root, with enough intermediate values to show the process.
  • Substitute the final approximation into the original equation as a reasonableness check.

Worked example

The iteration xn+1=10xnx_{n+1}=\sqrt{10-x_n} starts with x0=3x_0=3. Find x1x_1 and x2x_2 to three decimal places.

  1. 1.x1=103=7=2.64575x_1=\sqrt{10-3}=\sqrt7=2.64575\ldots.
  2. 2.Use the unrounded value: x2=102.64575=2.71187x_2=\sqrt{10-2.64575\ldots}=2.71187\ldots.
  3. 3.Round each requested result to three decimal places.

Answer: x1=2.646x_1=2.646 and x2=2.712x_2=2.712.

Common mistakes

  • Don't substitute x0x_0 again when calculating x2x_2 instead of using x1x_1.
  • Don't round each iterate heavily before using it as the next input.

Exam tip

Use the calculator answer key to carry the full previous iterate into the next substitution.

Worked practice

Q1
Tier 1 · Easy

1

The iteration xn+1=10xnx_{n+1}=\sqrt{10-x_n} starts with x0=3x_0=3. Work out x1x_1 and x2x_2, giving each to three decimal places.

(2)

(Total for Question 1 is 2 marks)

Mark scheme

Mark scheme for question 1
QuestionAnswerMarkMark scheme
1
  • x1=2.646x_1=2.646
  • x2=2.712x_2=2.712
2x1=103=7=2.64575x_1=\sqrt{10-3}=\sqrt7=2.64575\ldots. Then x2=102.64575=2.71187x_2=\sqrt{10-2.64575\ldots}=2.71187\ldots. To three decimal places these are 2.6462.646 and 2.7122.712.
Q2
Tier 2 · Standard

2

Use xn+1=(18xn)/2x_{n+1}=\sqrt{(18-x_n)/2} with x0=3x_0=3 to find x4x_4. Give the result to four decimal places.

(4)

(Total for Question 2 is 4 marks)

Mark scheme

Mark scheme for question 2
QuestionAnswerMarkMark scheme
2
  • x4=2.7604x_4=2.7604
4x1=2.7386x_1=2.7386\ldots, x2=2.7624x_2=2.7624\ldots, x3=2.7602x_3=2.7602\ldots and x4=2.7604x_4=2.7604\ldots. Retaining the unrounded values at each stage gives x4=2.7604x_4=2.7604 to four decimal places.
Q3
Tier 3 · Hard

3

The equation x3+2x7=0x^3+2x-7=0 is rearranged in two ways: xn+1=72xn3x_{n+1}=\sqrt[3]{7-2x_n} and xn+1=7xn2+2x_{n+1}=\dfrac{7}{x_n^2+2}. For each iteration, start with x0=1.6x_0=1.6 and work out x1x_1 to x4x_4, giving each value to four decimal places. State which iteration should be continued to estimate the root, explain your choice, and give the root correct to three decimal places.

(6)

(Total for Question 3 is 6 marks)

Mark scheme

Mark scheme for question 3
QuestionAnswerMarkMark scheme
3
  • For xn+1=72xn3x_{n+1}=\sqrt[3]{7-2x_n}: x1=1.5605x_1=1.5605, x2=1.5712x_2=1.5712, x3=1.5683x_3=1.5683, x4=1.5691x_4=1.5691.
  • For xn+1=7/(xn2+2)x_{n+1}=7/(x_n^2+2): x1=1.5351x_1=1.5351, x2=1.6068x_2=1.6068, x3=1.5278x_3=1.5278, x4=1.6151x_4=1.6151.
  • Continue the cube-root iteration because its values settle to a common value; the second iteration oscillates with increasing changes.
  • x1.569x\approx1.569.
6Both rearrangements have fixed points satisfying x3+2x7=0x^3+2x-7=0. The cube-root iteration gives the unrounded values 1.5604907511.560490751\ldots, 1.5712330911.571233091\ldots, 1.5683268611.568326861\ldots and 1.5691141741.569114174\ldots; continuing gives 1.5689009651.568900965\ldots, so the values converge to 1.5689464031.568946403\ldots. The rational iteration gives 1.5350877191.535087719\ldots, 1.6067965451.606796545\ldots, 1.5277854621.527785462\ldots and 1.6150882781.615088278\ldots; its successive changes grow rather than settle. Therefore the cube-root iteration is suitable from x0=1.6x_0=1.6, and the root is 1.5691.569 correct to three decimal places.
Q4
Tier 1 · Easy

4

The equation x23x+1=0x^2-3x+1=0 has a solution between 22 and 33. Starting with x0=2x_0=2, use the iteration formula xn+1=31xnx_{n+1}=3-\dfrac{1}{x_n}. Work out x1x_1 and x2x_2.

(2)

(Total for Question 4 is 2 marks)

Mark scheme

Mark scheme for question 4
QuestionAnswerMarkMark scheme
4
  • x1=2.5x_1=2.5
  • x2=2.6x_2=2.6
2x1=312=2.5x_1=3-\dfrac12=2.5. Then x2=312.5=30.4=2.6x_2=3-\dfrac{1}{2.5}=3-0.4=2.6.
Q5
Tier 2 · Standard

5

The equation x2+x5=0x^2+x-5=0 has a solution between 11 and 22. Starting with x0=2x_0=2, use the iteration formula xn+1=5xn+1x_{n+1}=\dfrac{5}{x_n+1} to find x3x_3. Give the result to three decimal places.

(3)

(Total for Question 5 is 3 marks)

Mark scheme

Mark scheme for question 5
QuestionAnswerMarkMark scheme
5
  • x3=1.739x_3=1.739
3x1=5/(2+1)=5/3x_1=5/(2+1)=5/3, x2=5/(5/3+1)=15/8x_2=5/(5/3+1)=15/8 and x3=5/(15/8+1)=40/23=1.73913x_3=5/(15/8+1)=40/23=1.73913\ldots. Therefore x3=1.739x_3=1.739 to three decimal places.
Q6
Tier 3 · Hard

6

The equation x3=15x^3=15 has a solution between 22 and 33. Starting with x0=2.5x_0=2.5, use the iteration formula xn+1=13(2xn+15xn2)x_{n+1}=\dfrac13\left(2x_n+\dfrac{15}{x_n^2}\right). Write down the next three iterates and hence give the solution correct to 44 decimal places.

(3)

(Total for Question 6 is 3 marks)

Mark scheme

Mark scheme for question 6
QuestionAnswerMarkMark scheme
6
  • x1=2.466666x_1=2.466666\ldots
  • x2=2.466212158x_2=2.466212158\ldots
  • x3=2.466212074x_3=2.466212074\ldots
  • x=2.4662x=2.4662
3x1=2.466666x_1=2.466666\ldots, x2=2.466212158x_2=2.466212158\ldots and x3=2.466212074x_3=2.466212074\ldots. The next iterate remains 2.4662120742.466212074\ldots, so the solution is x=2.4662x=2.4662 to four decimal places.
Q7
Tier 2 · Standard

7

The equation x2+20x50=0x^2+20x-50=0 has a positive solution. It can be rearranged to give x=50x220x=\dfrac{50-x^2}{20}. Starting with x0=2.2x_0=2.2, use the iteration formula xn+1=50xn220x_{n+1}=\dfrac{50-x_n^2}{20}. Work out x1x_1, x2x_2 and x3x_3, giving each value to 33 decimal places. Hence estimate the positive solution correct to 22 decimal places.

(3)

(Total for Question 7 is 3 marks)

Mark scheme

Mark scheme for question 7
QuestionAnswerMarkMark scheme
7
  • x1=2.258x_1=2.258, x2=2.245x_2=2.245, x3=2.248x_3=2.248
  • x2.25x\approx2.25
3Using unrounded values, x1=2.258x_1=2.258, x2=2.2450718x_2=2.2450718 and x3=2.247982631x_3=2.247982631\ldots. Therefore the iterates to three decimal places are 2.2582.258, 2.2452.245 and 2.2482.248, and the positive solution is 2.252.25 to two decimal places. The smallest iterate rounding margin is 0.4280.428 final-digit units. The root is 10+56=2.247448714-10+5\sqrt6=2.247448714\ldots, which is 0.0024487140.002448714\ldots, or 0.2450.245 final-digit units, from the nearest two-decimal-place rounding boundary.
Q8
Tier 3 · Hard

8

The positive solution of x22x5=0x^2-2x-5=0 can be found using xn+1=3+2xn+1x_{n+1}=3+\dfrac{2}{x_n+1}. Starting with x0=3.5x_0=3.5, work out x1x_1 to x5x_5. Hence give the solution correct to 44 decimal places.

(4)

(Total for Question 8 is 4 marks)

Mark scheme

Mark scheme for question 8
QuestionAnswerMarkMark scheme
8
  • x1=3.444444x_1=3.444444\ldots, x2=3.45x_2=3.45, x3=3.449438x_3=3.449438\ldots, x4=3.449494x_4=3.449494\ldots, x5=3.449489x_5=3.449489\ldots
  • x=3.4495x=3.4495
4Repeated substitution gives x1=3.444444x_1=3.444444\ldots, x2=3.45x_2=3.45, x3=3.449438x_3=3.449438\ldots, x4=3.449494x_4=3.449494\ldots and x5=3.449489x_5=3.449489\ldots. The successive values agree to four decimal places, so the positive solution is 3.44953.4495.
Q9
Tier 3 · Hard

9

Starting with x0=2x_0=2, use xn+1=28xn+3x_{n+1}=\sqrt{\dfrac{28}{x_n+3}} to work out x1x_1 to x6x_6. Give each iterate to at least 55 decimal places. Hence write down the positive solution approached by the iteration, correct to 33 decimal places.

(5)

(Total for Question 9 is 5 marks)

Mark scheme

Mark scheme for question 9
QuestionAnswerMarkMark scheme
9
  • x1=2.36643x_1=2.36643, x2=2.28421x_2=2.28421, x3=2.30191x_3=2.30191, x4=2.29807x_4=2.29807, x5=2.29890x_5=2.29890, x6=2.29872x_6=2.29872
  • x=2.299x=2.299
5Repeated substitution gives 2.36643192.3664319\ldots, 2.28421092.2842109\ldots, 2.30191322.3019132\ldots, 2.29806712.2980671\ldots, 2.29890112.2989011\ldots and 2.29872022.2987202\ldots. The smallest five-decimal-place rounding margin among these iterates is 0.1800.180 final-digit units. The values converge to 2.29875242.2987524\ldots, so the positive solution is 2.2992.299 to three decimal places. It is 0.2480.248 final-digit units from the nearest rounding boundary.
Q10
Tier 3 · Hard

10

The equation x2+4x24=0x^2+4x-24=0 has one positive solution. Use xn+1=24+xnxn+5x_{n+1}=\dfrac{24+x_n}{x_n+5} with x0=3.5x_0=3.5. Continue the iteration until, for the first time, two consecutive values agree when rounded to 44 decimal places. Write down every iterate used and hence give the positive solution correct to 44 decimal places.

(5)

(Total for Question 10 is 5 marks)

Mark scheme

Mark scheme for question 10
QuestionAnswerMarkMark scheme
10
  • x1=3.235294x_1=3.235294\ldots, x2=3.307143x_2=3.307143\ldots, x3=3.287188x_3=3.287188\ldots, x4=3.292696x_4=3.292696\ldots, x5=3.291173x_5=3.291173\ldots, x6=3.291594x_6=3.291594\ldots, x7=3.291477x_7=3.291477\ldots, x8=3.291510x_8=3.291510\ldots
  • x=3.2915x=3.2915
5Successive substitution gives the eight values shown. To four decimal places, x6=3.2916x_6=3.2916, while x7=3.2915x_7=3.2915 and x8=3.2915x_8=3.2915, so x7x_7 and x8x_8 are the first consecutive pair that agree at the requested precision. The limiting value is 2+27=3.2915026-2+2\sqrt7=3.2915026\ldots, so the answer is 3.29153.2915. It is 0.4740.474 final-digit units from the nearest four-decimal-place rounding boundary.

Verified exam appearances

SeriesPaperQuestionMarksCalculatorTierLinks
2023-112HQ176AllowedHigherQPMS
2021-112HQ164AllowedHigherQPMS
2023-062HQ174AllowedHigherQPMS

Other points in A Algebra · sequences and functions

Want help turning this into marks?

Bring A20 or any tricky specification point, and we can work through the method and exam wording together.