Fixed Point Iteration: A numerical technique where an initial estimate is repeatedly refined using a recurrence relation to find a value such that .
Iteration Formula: The iterative process requires transforming the original equation into a form where one is isolated on the left side, represented as .
The Fixed Point: Geometrically, the solution (or fixed point) to the equation is the x-coordinate where the curve intersects the straight line .
Numerical Sequence: The process produces a sequence of approximations which, under specific conditions, approaches the actual root of the equation.
Recurrence Relations: The method relies on the principle that if a function is continuous and the sequence converges to a limit , then that limit must satisfy .
Convergence Condition: The success of the iteration depends on the steepness of near the root; convergence occurs if the magnitude of the derivative in the vicinity of the root.
Identity Intersection: By plotting and , the root is visualized as the point of intersection, where the output of the function equals its input.
Isolation Method: Start with and manipulate the terms to isolate an on one side. Note that different rearrangements lead to different functions, some of which may not converge.
Substitution: Once is obtained, choose an initial value (often provided or found via sign change) and calculate .
Continuous Application: Use the result as the new input to find , and continue this process until the values settle to the required degree of accuracy.
Calculator Efficiency: Use the 'ANS' button on a scientific calculator by entering , pressing '=', then typing the expression for using 'ANS' in place of to perform rapid iterations.
Staircase Diagram: Occurs when near the root. The sequence approaches the root from one side in a step-like fashion.
Cobweb Diagram: Occurs when near the root. The sequence oscillates around the root, alternating between values greater than and less than the root.
| Feature | Staircase Diagram | Cobweb Diagram |
|---|---|---|
| Derivative Sign | is positive | is negative |
| Sequence Behavior | Monotonic approach (one-sided) | Oscillating approach (alternating) |
| Visual Shape | Resembles a set of stairs | Resembles a spinning web |
Show All Rearrangements: When asked to show that an equation can be written as , you must show every algebraic step clearly to avoid losing method marks.
Notation Check: Always label your iterations clearly () and state the final answer to the specific number of decimal places or significant figures requested.
Verification: If an iteration fails to converge, it usually means at the root; in an exam, check if you have copied the formula or performed the rearrangement correctly.
Rounding: Do not round intermediate values during the iteration process. Keep the full precision on your calculator until the very final step.
Divergence: Students often assume any rearrangement will work. However, if the function is too steep (), the values will move away from the root rather than towards it.
Incorrect Starting Values: Choosing an initial value that is too far from the root or on the wrong side of an asymptote can cause the method to fail or converge to a different root.
Calculator Errors: Mistyping the iterative formula into the calculator is a frequent source of error. Always double-check the formula after the first few iterations to ensure and match your written working.