Iteration is a repetitive process where the output of one step is used as the input for the next to achieve a more accurate result.
An iterative formula is expressed as a recurrence relation: , where is the current approximation and is the next.
The goal is to find a fixed point where , which corresponds to a root of the original equation .
To use this method, an equation must be algebraically rearranged into the form . There are often multiple ways to rearrange a single equation, and not all will lead to a successful solution.
The sequence converges to a root if the values get progressively closer to as increases.
Mathematically, convergence depends on the gradient of the function near the root. If , the sequence will converge; if , the sequence will diverge away from the root.
Staircase Diagrams occur when is positive (). The sequence of approximations approaches the root from one side, creating a step-like visual pattern between the curve and the line .
Cobweb Diagrams occur when is negative (). The approximations alternate above and below the root, spiraling inward toward the intersection point.
If the gradient is too steep (), these diagrams will show the sequence 'spiraling out' or stepping away, indicating divergence.
Step 1: Rearrangement. Transform into . For example, could become or .
Step 2: Initial Value. Choose a starting value close to the suspected root.
Step 3: Iteration. Substitute into to find , then substitute to find , and so on.
Step 4: Termination. Stop the process when the values of and are identical to the required degree of accuracy (e.g., 3 decimal places).
| Feature | Staircase Diagram | Cobweb Diagram |
|---|---|---|
| Gradient of | Positive () | Negative () |
| Approach | Monotonic (from one side) | Oscillating (alternating sides) |
| Visual Shape | Steps/Ladder | Spiral/Web |
Unlike the Change of Sign method, which only identifies an interval, iteration provides a specific numerical approximation.
Iteration is more sensitive to the choice of and the form of than methods like the Trapezium Rule.
Calculator Efficiency: Use the 'ANS' key. Type your value and press '=', then type the formula for using the 'ANS' button instead of . Repeatedly pressing '=' will generate rapidly.
Show Your Working: Always write down the first few iterations () even if using a calculator shortcut to demonstrate the process.
Verification: If asked to prove a root is correct to decimal places, use the Change of Sign method on the upper and lower bounds of that value (e.g., for , check and ).