- Published on
The Dynamics of Iteration
- Authors

- Name
- Vu Hung
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)
If , then
Thus the positive limit is
(ii)
For , this is positive and
(iii) Since and ,
because and . Repeating this inequality gives
so for any .
(iv) From the fixed-point equation,
So take
Newton's method gives
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: https://vumaths.com/booklets/hsc-trigonometry/
- HSC Induction: https://vumaths.com/booklets/hsc-induction/
- HSC Probability: https://vumaths.com/booklets/hsc-probability/
- HSC Last Resorts: https://vumaths.com/booklets/hsc-last-resorts/
Connect with me
- GitHub: https://github.com/vuhung16au/
- Instagram: https://www.instagram.com/vuhung16/
- Website - Vu's Maths Hub: https://vumaths.com/
