GCSE Tutoring Programme
Our chosen students improved 1.19 of a grade on average - 0.45 more than those who didn't have the tutoring.
In order to access this I need to be confident with:
BIDMAS Calculator skills Rearranging equations Nth term Sequences Substitution Compound interest Solving equations Algebraic fractionsThis topic is relevant for:
Here we will learn about iteration, including how to find approximate solutions to equations using iterative methods and work with general iterative processes to set up and solve problems.
There are also iteration worksheets based on Edexcel, AQA and OCR exam questions, along with further guidance on where to go next if youβre still stuck.
Iteration is a repeated mathematical process that allows us to find approximate solutions for equations.
To do this we need to know the iterative formula and the starting value.
The iterative formula tells us how to find the next solution, which we label as x_{n+1}, given the current solution, which we label as x_{n}.
The iterative formula changes for every equation and using a different starting number can greatly affect the values of the solutions. We usually label the starting number as x_{0}.
For example,
The iterative formula to determine the next integer is
x_{n+1}=x_{n}+1.If we know that x_{0}=3 and we want to calculate the value of x_{1}, we would substitute this into the iterative formula above with n=0 (as x_{n=0}=x_{0}=3) to get
\begin{aligned} x_{0+1}&=x_{0}+1\\\\ x_{1}&=3+1=4 \end{aligned}So x_{1}=4.
This iterative formula will always find the next integer in a sequence for any value of n.
Iteration generates a sequence of numbers.
For example,
x_{n+1}=\frac{x_{n}}{10} converges towards 0 when x_{n}
This is because each subsequent solution is the previous solution divided by 10 and so each number in the sequence would be 10 times smaller than the previous value.
However, if x_{n}=0 then we get a sequence of zeros as we repeat the calculation 0\div{10}=0.
For example,
x_{n+1}=3x_{n} is a diverging sequence when x_{n}
This is because each subsequent solution is three times larger than the previous solution but if x_{n}=0 then we get a sequence of zeros as we repeat the calculation 3\times{0}=0.
For example,
x_{n+1}=\frac{1}{x_{n}} oscillates between two numbers or is always equal to 1.
This is because, if we are continuously calculating the reciprocal of the previous value, the reciprocal of the reciprocal of a number is the original value (the reciprocal of 2 is \frac{1}{2}, and the reciprocal of \frac{1}{2} is 2 ) and so if x_{0}=2, we would generate the iterative sequence.
2, \ \frac{1}{2}, \ 2, \ \frac{1}{2}, \ 2, \ \frac{1}{2}, \ 2, \ \frac{1}{2},\ldotsIf x_{0}=1, the reciprocal of 1 is 1 and so we would get the sequence 1, 1, 1, 1, 1,\ldots.
When we are finding an approximate solution to an equation using iteration, we are looking for a converging sequence. We can only approximate one solution using the value of x_{n}. To approximate another would require a different value for x_{n}.
Also, it is not always the case that when x_{n}=0 the sequence of values for the solutions oscillate. This is due to the specific nature of the iterative formula.
Solutions may be irrational numbers. Make sure that you do not round any value you are calculating with, only round your solution. For this reason, you may need to use a calculator to complete the iteration.
In order to use iteration to find an approximate solution to an equation:
Get your free iteration maths worksheet of 20+ questions and answers. Includes reasoning and applied questions.
DOWNLOAD FREEGet your free iteration maths worksheet of 20+ questions and answers. Includes reasoning and applied questions.
DOWNLOAD FREEIteration mathsΒ is part of our series of lessons to support revision onΒ solving equations. You may find it helpful to start with the mainΒ solving equationsΒ lesson for a summary of what to expect, or use the step by step guides below for further detail on individual topics. Other lessons in this series include:
Calculate the value of x_{3} for the iterative formula x_{n+1}=x_{n}+2 with x_{0}=1.
To calculate the value of x_{3}, we need to calculate the value of x_{1} and x_{2} first. As x_{0}=1, this means that n=0 and so substituting these values into the iteration formula, we have
\begin{aligned} x_{0+1}&=x_{0}+2\\\\ x_{1}&=1+2 \end{aligned}2Calculate the solution for x_{n+1} .
Calculating the value of x_{1} we now have x_{1}=3.
3Repeat by substituting x_{n+1} into the iteration formula until the required approximation is reached.
Substituting x_{1}=3 into the iteration formula (now n=1 ), we have
\begin{aligned} x_{1+1}&=x_{1}+2\\\\ x_{2}&=3+2\\\\ x_{2}&=5 \end{aligned}Substituting x_{2}=5 into the iteration formula (now n=2 ), we have
\begin{aligned} x_{2+1}&=x_{2}+2\\\\ x_{3}&=5+2\\\\ x_{3}&=7 \end{aligned}The solution is x_{3}=7.
Calculate the value of x_{2} for the iterative formula x_{n+1}=\frac{x_{n}}{6} with x_{0}=1296.
Substitute x_{n} into the iteration formula.
To calculate the value of x_{2}, we need to calculate the value of x_{1}. As x_{0}=1296, this means that n=0 and so substituting these values into the iteration formula, we have
\begin{aligned}
x_{0+1}&=\frac{x_{0}}{6}\\\\
x_{1}&=\frac{1296}{6}
\end{aligned}
Calculate the solution for x_{n+1} .
Calculating the value of x_{1} we now have x_{1}=216.
Repeat by substituting x_{n+1} into the iteration formula until the required approximation is reached.
Substituting x_{1}=216 into the iteration formula (now n=1 ), we have
\begin{aligned} x_{1+1}&=\frac{x_{1}}{6}\\\\ x_{2}&=\frac{216}{6}\\\\ x_{2}&=36 \end{aligned}
The solution is x_{2}=36.
Calculate the value of x_{3} for the iterative formula x_{n+1}=3x_{n}-5 with x_{0}=-2.
Substitute x_{n} into the iteration formula.
To calculate the value of x_{3}, we need to calculate the value of x_{1} and x_{2}. As x_{0}=-2, this means that n=0 and so substituting these values into the iteration formula, we have
\begin{aligned}
x_{0+1}&=(3\times{x_{0}})-5\\\\
x_{1}&=(3\times{-2})-5
\end{aligned}
Calculate the solution for x_{n+1} .
Calculating the value of x_{1} we have x_{1}=-6-5=-11.
Repeat by substituting x_{n+1} into the iteration formula until the required approximation is reached.
Substituting x_{1}=-11 into the iteration formula (now n=1 ), we have
\begin{aligned} x_{1+1}&=(3\times{x_{1}})-5\\\\ x_{2}&=(3\times{-11})-5\\\\ x_{2}&=-33-5\\\\ x_{2}&=-38 \end{aligned}
Substituting x_{2}=-38 into the iteration formula (now n=2 ), we have
\begin{aligned}
x_{2+1}&=(3\times{x_{2}})-5\\\\
x_{3}&=(3\times{-38})-5\\\\
x_{3}&=-114-5\\\\
x_{3}&=-119
\end{aligned}
The solution is x_{3}=-119.
Calculate the value of x_{1}, x_{2} and x_{3} when x_{n+1}=\frac{7}{x_{n}}+4 and initial value x_{0}=4.
Substitute x_{n} into the iteration formula.
We need to calculate the value of x_{1} first. As x_{0}=4, this means that n=0 and so substituting these values into the iteration formula, we have
\begin{aligned} x_{0+1}&=\frac{7}{x_{0}}+4\\\\
x_{1}&=\frac{7}{4}+4
\end{aligned}
Calculate the solution for x_{n+1} .
Calculating the value of x_{1} we have x_{1}=\frac{23}{4}=5.75.
Repeat by substituting x_{n+1} into the iteration formula until the required approximation is reached.
Substituting x_{1}=5.75 into the iteration formula (now n=1 ), we have
\begin{aligned} x_{1+1}&=\frac{7}{x_{1}}+4\\\\ x_{2}&=\frac{7}{5.75}+4\\\\ x_{2}&=\frac{120}{23}=5.217391304β¦ \end{aligned}
Substituting x_{2}=\frac{120}{23} into the iteration formula (now n=2 ), we have
\begin{aligned}
x_{2+1}&=\frac{7}{x_{2}}+4\\\\
x_{3}&=7\div{\frac{120}{23}}+4\\\\
x_{3}&=7\times\frac{23}{120}+4\\\\
x_{3}&=\frac{161}{120}+4\\\\
x_{3}&=\frac{641}{120}=5.3341\dot{6}
\end{aligned}
The solution is x_{1}=5.75, \ x_{2}=\frac{120}{23}, and x_{3}=\frac{641}{120}.
Note, here we can write the fraction as the most precise answers for x_{1}, \ x_{2}, and x_{3}.
Calculate the value of x_{3} when x_{n+1}=3x_{n}^{2} and x_{0}=\frac{1}{6}. Write your answer in standard form to a suitable degree of accuracy.
Substitute x_{n} into the iteration formula.
We need to calculate the value of x_{1} first. Substituting x_{0}=\frac{1}{6} with n=0 into the iteration formula, we have
\begin{aligned} x_{0+1}&=3\times{x^{2}_{0}}\\\\ x_{1}&=3\times\left(\frac{1}{6}\right)^{2} \end{aligned}
Calculate the solution for x_{n+1} .
Calculating the value of x_{1} we have x_{1}=3\times\frac{1}{36}=\frac{1}{12}.
Repeat by substituting x_{n+1} into the iteration formula until the required approximation is reached.
Substituting x_{1}=\frac{1}{12} into the iteration formula (now n=1 ), we have
\begin{aligned} x_{1+1}&=3\times\left(\frac{1}{12}\right)^{2}\\\\ x_{2}&=3\times\frac{1}{144}\\\\ x_{2}&=\frac{1}{48} \end{aligned}
Substituting x_{2}=\frac{1}{48} into the iteration formula (now n=2 ), we have
\begin{aligned} x_{2+1}&=3\times\left(\frac{1}{48}\right)^{2}\\\\ x_{3}&=3\times\frac{1}{2304}\\\\ x_{3}&=\frac{1}{768}\\\\ x_{3}&=1.30\times{10}^{-3}\text{ (2dp)} \end{aligned}
The solution is x_{3}=1.30\times{10}^{-3} \ (2dp).
Calculate the value of x_{2} when x_{n+1}=\frac{2}{x_{n}^{2}}-8 and x_{0}=0.4. Write your answer to 3 decimal places.
Substitute x_{n} into the iteration formula.
Substituting x_{0}=0.4 with n=0 into the iteration formula, we have
\begin{aligned}
x_{0+1}&=\frac{2}{x_{0}^{2}}-8\\\\
x_{1}&=\frac{2}{0.4^{2}}-8
\end{aligned}
Calculate the solution for x_{n+1} .
Calculating the value of x_{1} we now have x_{1}=\frac{2}{0.16}-8=4.5.
Repeat by substituting x_{n+1} into the iteration formula until the required approximation is reached.
Substituting x_{1}=4.5 into the iteration formula (now n=1 ), we have
\begin{aligned} x_{1+1}&=\frac{2}{x_{1}^{2}}-8\\\\ x_{2}&=\frac{2}{4.5^{2}}-8\\\\ x_{2}&=\frac{8}{81}-8\\\\ x_{2}&=-\frac{640}{81} \end{aligned}
Substituting x_{2}=-\frac{640}{81} into the iteration formula (now n=2 ), we have
\begin{aligned} x_{2+1}&=\frac{2}{x_{2}^{2}}-8\\\\ x_{3}&=\frac{2}{\left(\frac{640}{81}\right)^{2}}-8\\\\ x_{3}&=0.03203613281β¦-8\\\\ x_{3}&=-7.967963867β¦ \end{aligned}
The solution is x_{3}=-7.968 \ (3dp).
To generate the iteration formula for an equation, we need to be able to rearrange the equation so that the subject x is also dependent on itself.
For example,
To explain the relationship between the quadratic equation x^{2}+8x-20=0 and the iterative formula x_{n+1}=\frac{20}{x_{n}}-8 we need to remove the labelling of x_{n+1} and x_{n} and rearrange this to get the quadratic.
Removing the labelling, we have
x=\frac{20}{x}-8.Multiplying both sides of the equation by x we have
x^{2}=20-8x.Adding 8x to both sides of the equation, we have
x^{2}+8x=20.Finally subtracting 20 from both sides of the equation, we have
x^{2}+8x-20=0.The iteration formula for an equation is a rearrangement of the equation, but we need to make sure that the variable x occurs on both sides of the equals sign.
In order to determine an iteration formula for an equation:
Determine an iterative formula that will calculate an approximate solution for the equation x^{3}-6x=0.
Rearrange the equation so that the highest power of x is the subject.
Adding 6x to both sides of the equation, we have
x^{3}=6x.
Divide throughout by one less than the highest power of x .
Dividing both sides by x^2 we have
x=\frac{6x}{x^2}=\frac{6}{x}.
Rewrite using x_n and x_{n+1} .
As the next solution is dependent on the current solution, we can write the iterative formula
x_{n+1}=\frac{6}{x_{n}}.
If you round the value for x_1 this will have an impact on the value of x_2. It is therefore important to only round the solutions, and not use rounded numbers within any further calculation.
When n=0 for x_{n}, the value of x_{n+1}=x_{0+1}=x_1 which is the next value in the sequence. This means that if we know the value of x_{0}, we can determine the value of x_1 (the next approximate solution).
If you are given x_0 and you need to calculate the value of x_3 , students would incorrectly try to calculate x_3 straight away rather than calculating the values of x_1 and x_2 first. We can only calculate the next term in the sequence if we know the current term and the iterative formula.
The algebraic notation is misinterpreted as 1 more than the value of x_{n} whereas the label n+1 is the next value in the sequence. Moreover, n is the current value in the sequence, and n-1 would be the previous value in the sequence.
1. Given the iterative formula x_{n+1}=x_{n}-3, calculate the value of x_{3} when x_{0}=12.
2. Calculate the value of x_{2} when x_{0}=-1 and x_{n+1}=\frac{2}{5}x_{n}.
3. Determine the value of x_{4} when x_{n+1}=3-2x_{n} and x_{0}=0.5.
4. Given that x_{0}=16 for the iterative formula x_{n+1}=5+\frac{4}{x_{n}}, calculate the value of x_{2} correct to 3 decimal places.
5. Calculate the value of x_{3} when x_{0}=4 and x_{n+1}=\frac{x_{n}^{2}}{7}.
6. Given that x_{n+1}=3-\frac{5}{x_{n}^{2}} and x_{1}=-2, calculate the value of x_{4}.
7. Determine an iterative formula that would find an approximate solution for the equation \sqrt{x}-10x=4.
1. (a) Starting with x_{0}=1 and x_{1}=1, use the iteration formula x_{n+1}=x_{n-1}+x_n to determine the values of x_{2}, \ x_{3}, and x_{4}.
(b)Β Name the type of sequence generated by the iterative formula in part (a).
(4 marks)
(a)
x_{2}=1+1=2
(1)
x_{3}=1+2=3(1)
x_{4}=2+3=5(1)
(b)
Fibonacci Sequence
(1)
2. (a) Show that x^{2}+5x-6=0 can be rearranged to give x=\frac{6-x^2}{5}.
(b) Starting with x_{0}=0 use the iterative formula to find x_{3}.
(c) Describe the relationship between x_n and x^2+5x-6=0.
(7 marks)
(a)
x_{2}+5x=6
(1)
5x=6-x^2(1)
x=\frac{6-x^2}{5} with division by 5 shown.
(1)
(b)
x_{1}=\frac{6-0^2}{5}=1.2
(1)
x_{2}=\frac{6-1.2^2}{5}=0.912(1)
x_{3}=\frac{6-0.912^2}{5}=1.0336512(1)
(c)
x_n is an approximate solution of the equation x^{2}+5x-6=0.
(1)
3. (a) Rearrange x^{2}+1=3x to get x=\sqrt{3x-1}.
(b) Given that x_{0}=3, use iteration to find the root of the equation x^{2}+1=3x correct to 1 decimal place.
(6 marks)
(a)
x^{2}=3x-1
(1)
x=\sqrt{3x-1} with the square root of both sides shown.
(1)
(b)
x_{n+1}=\sqrt{3x_{n}-1}
(1)
x_{1}=\sqrt{(3 \times 3)-1}=2.828427125(1)
\begin{aligned} &x_{2}=\sqrt{(3 \times 2.828427125)-1}=2.735924227 \\ &x_{3}=\sqrt{(3 \times 2.735924227)-1}=2.684729536 \\ &x_{4}=\sqrt{(3 \times 2.684729536)-1}=2.655972253 \\ &x_{5}=\sqrt{(3 \times 2.655972253)-1}=2.639681185 \\ \end{aligned}x_{6}=\sqrt{(3 \times 2.639681185)-1}=2.630407488 and minimum of 2 values of x_{n} above.
(1)
2.6 \ (1dp).(1)
You have now learned how to:
Prepare your KS4 students for maths GCSEs success with Third Space Learning. Weekly online one to one GCSE maths revision lessons delivered by expert maths tutors.
Find out more about our GCSE maths tuition programme.