Algebra
Iteration (Higher)
Year 10 · Year 11
- ✓By the end of this lesson students will be able to understand what an iterative formula is and how to use it.
- ✓By the end of this lesson students will be able to generate a sequence of approximations for the root of an equation using an iterative formula.
- ✓By the end of this lesson students will be able to use iteration to find an approximate solution to an equation given a starting value.
- ✓By the end of this lesson students will be able to recognise when an iterative process converges to a root.
Key concepts
Iteration is a numerical method of repeatedly applying a process to generate a sequence of approximations that get closer and closer to the exact solution of a problem. In mathematics, it is often used to find roots of equations that cannot be solved algebraically.
An iterative formula is a rule of the form x_{n+1} = f(x_n) which uses the previous term (x_n) to calculate the next term (x_{n+1}) in a sequence. A starting value, x_0, is always given to begin the process.
To solve an equation f(x) = 0 using iteration, we first rearrange it into the form x = g(x). This g(x) then becomes the iterative formula x_{n+1} = g(x_n). We start with an initial estimate x_0 and substitute it into the formula to find x_1, then use x_1 to find x_2, and so on, until the values converge to a desired degree of accuracy. This method is particularly useful for equations that are difficult or impossible to solve directly.
Key facts to remember
- 1Iteration is a numerical method for finding approximate solutions to equations, especially those that cannot be solved algebraically.
- 2An iterative formula is typically written in the form x_{n+1} = f(x_n), where x_n is the current approximation and x_{n+1} is the next.
- 3A starting value, x_0, is always required to initiate the iterative process.
- 4To solve an equation f(x) = 0 using iteration, it must first be rearranged into the form x = g(x) to create the iterative formula x_{n+1} = g(x_n).
- 5Always use the full calculator value from the previous step when calculating the next term to maintain accuracy throughout the process.
- 6The iterative process stops when successive approximations agree to the required degree of accuracy.
- 7Not all rearrangements of an equation will lead to a convergent iterative process for a given starting value; some may diverge.
Worked examples
Example 1
Use the iterative formula x_{n+1} = \sqrt{3x_n + 1} with x_0 = 2 to find the values of x_1, x_2, and x_3. Give your answers to 3 decimal places.
Answer
x_1 = 2.646, x_2 = 2.990, x_3 = 3.157
Always use the full calculator value from the previous step for subsequent calculations to maintain accuracy, only rounding the final answer or specific intermediate steps as requested.
Example 2
Show that the equation x^3 - 3x - 5 = 0 has a root between x = 2 and x = 3. Use the iterative formula x_{n+1} = \sqrt[3]{3x_n + 5} with x_0 = 2.5 to find the root correct to 2 decimal places.
Answer
The root is 2.28 (2 d.p.).
The change of sign method is a fundamental way to demonstrate the existence of a root within an interval before applying iteration.
Example 3
The equation x^2 - 5x + 3 = 0 can be rearranged to form the iterative formula x_{n+1} = \frac{3}{5-x_n}. Use this formula with x_0 = 0.5 to find the root correct to 3 decimal places.
Answer
The root is 0.697 (3 d.p.).
It is crucial to continue iterating until successive values agree to the required degree of accuracy, not just one value.
Common mistakes
- ✗Rounding intermediate values too early in the calculation, which can lead to an inaccurate final answer.
- ✗Using the original equation f(x) = 0 instead of the iterative formula x_{n+1} = g(x_n) for the iterative steps.
- ✗Incorrectly rearranging the equation f(x) = 0 into the form x = g(x).
- ✗Not checking if the successive approximations have converged to the required degree of accuracy before stating the final answer.
- ✗Confusing the notation x_n (the current term) with x_{n+1} (the next term) during calculations.
Exam tips
- ★Always show your working for each iteration (e.g., x_1 = ..., x_2 = ..., etc.) as marks are usually awarded for these steps.
- ★Use the 'ANS' button on your calculator to store the previous result and use it in the next calculation. This saves time and ensures maximum accuracy.
- ★When asked to show that a root exists between two values, use the change of sign method with the original function f(x), clearly stating the sign change and conclusion.
- ★Read the question carefully for the required degree of accuracy for the final answer (e.g., 2 decimal places, 3 significant figures). Ensure your final answer meets this requirement.
- ★If an iterative process diverges (values get further away from a root), it means that particular rearrangement or starting value does not work for finding that specific root. Do not force convergence.
Ready to practise?
Try a problem on this topic
Snap a photo or type a question — get step-by-step working instantly.
