Consider the Fibonacci’s sequence: 1,1,2,3,5,8,13,… where each term is generated by the sum of the previous two terms. Now divide successive terms, such as 1/1, 2/1, 3/2, 5/3, 8/5, 13/8,…

Explain what eventually happens to this ratio.