Iteration repeatedly feeds the answer back in
What you will learn
Know the rule, then use it
These are the short notes. Read each one, then check you can use it in the worked example below.
Method
Iteration: substitute the current approximation into the right-hand side to get the next one
Calculate x_1 from x_0 = 2
x_1 = = ≈ 2.2360679…
Calculate x_2 from x_1
x_2 = = ≈ 2.2882456…
Calculate x_3 from x_2
x_3 = = ≈ 2.2996521…
Watch out
Students round at every stage, compounding rounding errors
Use the previous answer as the next input.
Round only at the end unless the question tells you otherwise.
Using the iterative formula x_{n+1} = with x_0 = 2, find x_3 to 3 decimal places.
Calculate x_1 from x_0 = 2: x_1 = = ≈ 2.2360679…
Calculate x_2 from x_1: x_2 = = ≈ 2.2882456…
Calculate x_3 from x_2: x_3 = = ≈ 2.2996521…
Round only the final answer: x_3 ≈ 2.300 to 3 d.p.
x_3 ≈ 2.300
Build up to the hardest questions
Do them in order. If you miss a step, read the solution, then redo the question without looking.
WorkedreasoningUsing the iterative formula x_{n+1} = with x_0 = 2, find x_3 to 3 decimal places.
4 marks4 minsiteration-workedShow solution
Using the iterative formula x_{n+1} = with x_0 = 2, find x_3 to 3 decimal places.
- 1.Calculate x_1 from x_0 = 2: x_1 = = ≈ 2.2360679…
- 2.Calculate x_2 from x_1: x_2 = = ≈ 2.2882456…
- 3.Calculate x_3 from x_2: x_3 = = ≈ 2.2996521…
- 4.Round only the final answer: x_3 ≈ 2.300 to 3 d.p.
x_3 ≈ 2.300
- M1: calculate x_1 from x_0 = 2
- M1: calculate x_2 from x_1
- M1: calculate x_3 from x_2
- M1: round only the final answer
- A1: x_3 ≈ 2.300
Students round at every stage, compounding rounding errors.Store the full calculator display and only round the final answer.In the exam, write the unrounded value alongside the rounded one so the examiner can follow your working.
DiagnosticrecallUse x_{n+1} = (x_n2 + 5)/6 with x_0 = 1 to find x_2 to 3 d.p.
1 mark2 minsiteration-q1Show solution
Use x_{n+1} = (x_n2 + 5)/6 with x_0 = 1 to find x_2 to 3 d.p.
- 1.Spot the skill: Iteration: substitute the current approximation into the right-hand side to get the next one.
- 2.Use the calculate x_1 from x_0 = 2 stage first, then calculate x_2 from x_1.
- 3.Keep the final answer visible: x_1 = 1, x_2 = 1.000 (converges immediately — fixed point).
x_1 = 1, x_2 = 1.000 (converges immediately — fixed point)
- M1: use the correct iteration: substitute the current approximation into the right-hand side to get the next one.repeat until consecutive values agree to the required degree of accuracy.the solution being found is where the curve y = f(x) crosses y = x.
- A1: x_1 = 1, x_2 = 1.000 (converges immediately — fixed point)
Students round at every stage, compounding rounding errors.Store the full calculator display and only round the final answer.In the exam, write the unrounded value alongside the rounded one so the examiner can follow your working.
EasyprocedureUse x_{n+1} = with x_0 = 3. Find x_2 to 3 d.p.
2 marks3 minsiteration-q2Show solution
Use x_{n+1} = with x_0 = 3. Find x_2 to 3 d.p.
- 1.Spot the skill: Iteration: substitute the current approximation into the right-hand side to get the next one.
- 2.Use the calculate x_2 from x_1 stage first, then calculate x_3 from x_2.
- 3.Keep the final answer visible: x_1 = 3, x_2 = 3.000.
x_1 = 3, x_2 = 3.000
- M1: use the correct iteration: substitute the current approximation into the right-hand side to get the next one.repeat until consecutive values agree to the required degree of accuracy.the solution being found is where the curve y = f(x) crosses y = x.
- A1: x_1 = 3, x_2 = 3.000
Students round at every stage, compounding rounding errors.Store the full calculator display and only round the final answer.In the exam, write the unrounded value alongside the rounded one so the examiner can follow your working.
MediumreasoningShow that x3 + x = 10 has a root between x = 1 and x = 2.
3 marks4 minsiteration-q3Show solution
Show that x3 + x = 10 has a root between x = 1 and x = 2.
- 1.Spot the skill: Iteration: substitute the current approximation into the right-hand side to get the next one.
- 2.Use the calculate x_3 from x_2 stage first, then round only the final answer.
- 3.Keep the final answer visible: f(1) = 2 > 0 and... wait — f(1) = 1+1−10 = −8 < 0 and f(2) = 8+2−10 = 0; root at x = 2.
f(1) = 2 > 0 and... wait — f(1) = 1+1−10 = −8 < 0 and f(2) = 8+2−10 = 0; root at x = 2
- M1: use the correct iteration: substitute the current approximation into the right-hand side to get the next one.repeat until consecutive values agree to the required degree of accuracy.the solution being found is where the curve y = f(x) crosses y = x.
- A1: f(1) = 2 > 0 and... wait — f(1) = 1+1−10 = −8 < 0 and f(2) = 8+2−10 = 0; root at x = 2
Students round at every stage, compounding rounding errors.Store the full calculator display and only round the final answer.In the exam, write the unrounded value alongside the rounded one so the examiner can follow your working.
Hardproblem solvingUse x_{n+1} = 10/(x_n2 + 1), x_0 = 2. Find x_2.
3 marks5 minsiteration-q4Show solution
Use x_{n+1} = 10/(x_n2 + 1), x_0 = 2. Find x_2.
- 1.Spot the skill: Iteration: substitute the current approximation into the right-hand side to get the next one.
- 2.Use the round only the final answer stage first, then calculate x_1 from x_0 = 2.
- 3.Keep the final answer visible: x_1 = 2, x_2 = 2 (if converges); actually x_1 = = 2.000.
x_1 = 2, x_2 = 2 (if converges); actually x_1 = = 2.000
- M1: use the correct iteration: substitute the current approximation into the right-hand side to get the next one.repeat until consecutive values agree to the required degree of accuracy.the solution being found is where the curve y = f(x) crosses y = x.
- A1: x_1 = 2, x_2 = 2 (if converges); actually x_1 = = 2.000
Students round at every stage, compounding rounding errors.Store the full calculator display and only round the final answer.In the exam, write the unrounded value alongside the rounded one so the examiner can follow your working.
Exam-stylemulti-stepAn iterative formula gives x_4 = 3.4721 and x_5 = 3.4719. State the root to 3 d.p.
4 marks6 minsiteration-q5Show solution
An iterative formula gives x_4 = 3.4721 and x_5 = 3.4719. State the root to 3 d.p.
- 1.Spot the skill: Iteration: substitute the current approximation into the right-hand side to get the next one.
- 2.Use the calculate x_1 from x_0 = 2 stage first, then calculate x_2 from x_1.
- 3.Keep the final answer visible: 3.472.
3.472
- M1: use the correct iteration: substitute the current approximation into the right-hand side to get the next one.repeat until consecutive values agree to the required degree of accuracy.the solution being found is where the curve y = f(x) crosses y = x.
- A1: 3.472
Students round at every stage, compounding rounding errors.Store the full calculator display and only round the final answer.In the exam, write the unrounded value alongside the rounded one so the examiner can follow your working.
Grade 9 stretchproblem solvingUsing x_(n+1) = and x_0 = 2, find x_2 to 3 decimal places.
4 marks7 minsiteration-g9Show solution
Using x_(n+1) = and x_0 = 2, find x_2 to 3 decimal places.
- 1.Calculate x_1.
- 2.Use that answer in the rule to calculate x_2.
- 3.Round only at the end.
x_2 = 3.162
- M1: x_1 = 3
- M1: x_2 =
- A1: x_2 = 3.162
Do not rush straight into arithmetic. Select the relevant method and show a complete chain of working.
Switch between skills
Set a timer and attempt all four questions before opening any answers. This is closer to the way skills appear in a real paper.
1Iteration - 2 marksUse x_{n+1} = (x_n2 + 5)/6 with x_0 = 1 to find x_2 to 3 d.p.Mark answer
x_1 = 1, x_2 = 1.000 (converges immediately — fixed point)
2Algebraic notation and substitution - 2 marksFind t² + 4t when t = −2Mark answer
−4
3Simplifying expressions - 2 marksSimplify 2xy + 3x²y − xy + x²yMark answer
3x²y + xy
4Expanding and factorising - 3 marksFactorise fully 6x² + 9xMark answer
3x(2x + 3)
- I can explain the method for iteration.
- I can show clear working without skipping key steps.
- I can avoid this mistake: Students round at every stage, compounding rounding errors.Store the full calculator display and only round the final answer.In the exam, write the unrounded value alongside the rounded one so the examiner can follow your working.
This guide follows the OCR GCSE Mathematics J560 specification. Practice questions are original Learnova questions shaped around official content and exam skills.