The Fibonacci numbers are defined by the recurrence relation
Consider now the ratios :
The sequence of fractions appears to rise and fall alternately. This observation can be confirmed by reference to the equation
which, when divided by gives
showing that the difference between successive terms in the sequence of ratios is alternately positive and negative.
Calculating the first few terms suggest that successive ratios converge to 1.618 … . This may be established by using Binet’s formula (see the previous post):
from which we have
Now look at the second terms in the numerator and denominator.
Since
,
these terms tend to zero as tends to infinity, so are insignificant in comparison with the first terms. It follows that
Check out the link between the golden spiral and the Fibonacci sequence here.
————
Originally by John Webb
How Do you get the (-1)^n at the second side of the term F_n+1_^2 – F_n_*F_n+2_ = (-1)^n?
Hi Marvin, try proof by induction. You need to assume it’s true for n, and use the fact that F_{n+2}=F_n+F_{n+1} to prove that it’s true for n+1, and of course show that it’s true for the base case.