Iteration is the process of repeatedly applying a mathematical function to a starting value to generate a sequence of approximations.
An iterative formula is written in the form , where is the current approximation and is the next, more refined approximation.
The goal is to find a fixed point where , which corresponds to the root of the original equation .
The process begins with an initial estimate, denoted as , which is usually chosen based on a known interval where the root exists.
The method transforms a root-finding problem into a fixed-point problem. If we want to solve , we rearrange it so that is isolated on one side: .
Geometrically, the solution to is the x-coordinate of the point where the curve intersects the line .
Convergence occurs when the sequence of values gets progressively closer to the intersection point.
Divergence occurs when the sequence moves further away from the root, which happens if the rearrangement or the starting value is unsuitable.
Rearranging the Equation: There are often multiple ways to rearrange into . For example, in , one could use or .
Iterative Steps: Substitute into to find . Then substitute into to find , and so on ().
Stopping Criteria: Continue the process until the values of repeat to the required number of decimal places or significant figures.
Calculator Efficiency: Use the 'ANS' key on a scientific calculator. Type the initial value and press '=', then type the expression for using 'ANS' in place of . Repeatedly pressing '=' will generate the sequence.
| Feature | Staircase Diagram | Cobweb Diagram |
|---|---|---|
| Gradient Condition | (Positive gradient) | (Negative gradient) |
| Sequence Behavior | Values approach the root from one side (monotonically). | Values oscillate above and below the root. |
| Visual Path | Steps look like a staircase climbing toward the intersection. | Path spirals inward toward the intersection like a web. |
Choosing the Wrong Rearrangement: Not all rearrangements converge. If your values are getting larger or oscillating wildly, the rearrangement is likely divergent ().
Calculator Mode: Ensure your calculator is in Radians mode if the function involves trigonometric terms, as calculus-based numerical methods assume radian measure.
Incorrect Starting Value: If is too far from the root, the sequence might converge to a different root or diverge entirely.