Iteration is a method for finding approximate solutions to equations that can't be solved algebraically. You repeatedly apply a formula, using each answer as the next input, until the values converge.
Core Concepts
The Iterative Process
- Rearrange the equation into the form .
- Start with an initial value .
- Apply: .
- Repeat until values settle (converge).
Example
Solve using with .
Values converge to approximately .
Showing a Root Exists
Use the sign change method: if and (or vice versa), there's a root between and .
Sign change → root between 1 and 2.
Worked Example: Example
, .
, , , ...
Converges to approximately .
Practice Problems
- Use with for 5 iterations.
- Show has a root between and .
Want to check your answers and get step-by-step solutions?
Key Takeaways
Rearrange to and apply repeatedly.
Values should converge to the solution.
Sign change proves a root exists in an interval.
Different rearrangements may converge to different roots (or not converge at all).
