- Published on
Recursive sequence and limiting value
- Authors

- Name
- Vu Hung
Problem Statement
Let be defined by
- Find exact values of .
- Assuming , show that .
- Prove that
and deduce that for ,
- Hence show .
Solutions
(i)
For , we have because each term is with positive second part.
(ii) If , then taking limits in the recurrence gives
So . Since terms are positive and from , we take
(iii)
thus
Now and for , so . Hence
(iv) Repeatedly applying the inequality gives geometric decay of the error:
Therefore .
Takeaways
- For recursive limits, first solve the fixed-point equation.
- A contraction inequality gives a rigorous convergence proof.
- The same method works for many rational recursions.
- The sequence is related to the continued fraction of . It can be expressed as
Further Readings
- HSC Functions: https://vumaths.com/booklets/hsc-functions/
- HSC Induction: https://vumaths.com/booklets/hsc-induction/
- HSC Complex Numbers: https://vumaths.com/booklets/hsc-complex-numbers/
- HSC Last Resorts: https://vumaths.com/booklets/hsc-last-resorts/
Connect with me
- LinkedIn: https://www.linkedin.com/in/nguyenvuhung/
- Instagram: https://www.instagram.com/vuhung16/
- Website - Vu's Maths Hub: https://vumaths.com/
