Iterative Methods (AQA GCSE Maths): Revision Notes
Iterative Methods
What are iterative methods?
Iterative methods are mathematical techniques that help you find solutions to equations by repeating calculations over and over again. Each time you repeat the process, you get closer and closer to the answer you're looking for. The key idea is that you take the result from one calculation and feed it back into the next calculation to get a better approximation.
These methods are particularly useful when equations are too complicated to solve using standard algebraic techniques like factorising or using the quadratic formula.
Iterative methods are especially valuable in modern mathematics and engineering because many real-world problems involve equations that cannot be solved exactly using traditional algebraic methods.
The sign change principle
When you're trying to solve an equation that equals zero, there's a really important rule to remember: if there's a sign change when you substitute two different values into the equation, then there's definitely a solution somewhere between those two values.
Worked Example: Finding Sign Changes
Consider the equation :
Step 1: Test and
- When : (positive)
- When : (positive)
No sign change here, so we need to try different values.
Step 2: Test and
- When : (positive)
- When : (negative)
Since we get a sign change from positive to negative, we know there's a solution between and .
When to use iterative methods
Not every equation can be solved using the familiar methods you've learned before. Sometimes equations are simply too complex for factorising or applying standard formulas. However, if you can identify an interval (a range of values) where you know a solution exists, you can use iterative methods to find an approximate value for that solution.
This is particularly helpful in real-world problems where you need a numerical answer rather than an exact algebraic solution. Engineers, scientists, and economists frequently use these methods to solve practical problems.
The decimal search method
The decimal search method is a systematic way of narrowing down the location of a solution by testing values with increasing precision.
Here's how it works:
- Start with 1 decimal place: Test values between your known interval with 1 decimal place precision
- Look for sign changes: Find where the expression changes from positive to negative (or vice versa)
- Narrow the interval: Focus on the smaller interval where the sign change occurs
- Increase precision: Repeat the process with 2 decimal places, then 3, and so on
Worked Example: Decimal Search Process
If you know a solution lies between and :
Step 1: Try values with 1 decimal place Test: , etc.
Step 2: Find the sign change When you find a sign change between and , you know the solution is in that range.
Step 3: Increase precision Then try: , etc. to get more precision.
Each step gives you a more accurate approximation of the solution.
The iteration machine method
The iteration machine is another powerful technique for finding solutions. It involves rearranging your original equation into a form where you can repeatedly substitute values to get better approximations.
Here's the process:
- Start with a rearranged formula: Take your equation and rearrange it so that is on one side
- Choose a starting value: Pick a sensible starting point (called )
- Apply the iteration formula: Use your rearranged equation to calculate the next value ()
- Repeat the process: Keep using each new result as the input for the next calculation
- Check for convergence: Stop when consecutive values are the same when rounded to your required precision
Worked Example: Setting Up an Iteration
For the equation , you might rearrange it to get .
Starting with :
This doesn't work since we can't take the square root of a negative number, so you'd need a different rearrangement for convergence.
Critical Point about Rearrangement
The key is finding the right rearrangement that leads to convergence. Not all rearrangements will work, and some may diverge (get further from the solution) rather than converge.
Stopping criteria
You know to stop iterating when two consecutive values round to the same number at your required level of precision.
For example, if you need an answer to 1 decimal place and both and round to , then your solution is to 1 decimal place.
Key Points to Remember:
- Iterative methods help you find approximate solutions by repeating calculations
- A sign change in an equation indicates there's a solution between those values
- The decimal search method systematically narrows down the solution interval
- Iteration machines use rearranged formulas to generate better approximations
- Always check that consecutive values match to your required precision before stopping