The Dynamics of Iteration
Iteration is a central idea in the HSC Extension 1 sequences topic — it turns a simple function into a dynamic process that can approach a beautiful limit. In this problem we investigate the convergence of a square‑root recurrence, establish a contraction inequality using calculus, and finally connect the process to Newton’s method. Along the way, you will see how a derivative bound guarantees geometric shrinkage of errors, a technique that appears in many fixed‑point arguments.
Problem Statement
Consider the function
We define an iterative sequence by
- Calculate and to three decimal places. By solving
determine the exact positive limit that the sequence appears to be approaching.
- Show that
for all .
- Prove that
Hence deduce that the sequence converges to for any initial value .
- Define a function such that Newton's method would converge to the same limit found in part (i), and write down the specific iterative formula for this .
Hints
- For (i): Substitute repeatedly into , then solve the fixed-point equation.
- For (ii): Differentiate and note where the derivative is largest for .
- For (iii): Use either the mean value theorem or rationalise .
- For (iv): Rearrange into a polynomial equation.
Solutions
(i) Starting from and iterating the function, we obtain the first few terms:
If the sequence converges to a positive number , then taking limits on both sides of gives the fixed‑point equation . Solving this yields
Thus the positive limit is
(ii) To understand why the sequence behaves well, we look at the derivative of , which measures the sensitivity of the iteration:
For this derivative is positive, and because , we obtain the clean bound
Having on tells us that is a contraction mapping — a crucial property that forces successive iterates to pull closer together.
(iii) Now we prove that the error shrinks by at least a factor of at each step. Using the fixed‑point relation and rationalising the difference of square roots,
because and . Repeating this inequality gives
so for any .
(iv) We can view the same limit through the lens of root‑finding. From the fixed‑point equation we have
Therefore we define
so that is a root of . Applying Newton’s method to produces the iteration
Takeaways
- Fixed point is the value of such that .
- Fixed points often reveal the likely limit of an iterative sequence.
- A contraction inequality proves convergence by forcing errors to shrink geometrically.
- Newton's method can target the same limit by solving the fixed-point equation as a root problem.
Further Readings
HSC Trigonometry, HSC Induction, HSC Probability, HSC Last Resorts