Golden fibs
When is a Fibonacci sequence also a geometric sequence? When the
ratio of successive terms is the golden ratio!
Problem
The Fibonacci sequence $F_n$ is defined by the relation
Getting Started
The Fibonacci recurrence relation gives a relationship between the first three terms of the sequence and, if it is also a geometric sequence with common ratio $r$, then this relation gives a quadratic equation in $r$. The question asks for both the result and also its converse to be proved.
Student Solutions
We have to thank Andrei Lazanu of School No. 205, Bucharest, Romania for this solution.
Given a general Fibonacci sequence $X_n$, that is a sequence satisfying the Fibonnaci relation: $X_{n+2}= X_{n+1}+ X_n$, I have to prove the following (where $\phi$ is the golden ratio):
1. If the sequence is geometric, then the ratio of the first two terms is given by $X_1:X_0= \phi$ or $X_0:X_1=-\phi$
2. If the ratio of the first two terms is $X_1:X_0= \phi$ or $X_0:X_1=-\phi$ then the sequence is geometric.
1. If a sequence is geometric, then its terms are of the form:
Now, I have to find r, if the sequence is Fibonacci-type. Using the definition of a geometric sequence, I obtain:
2. If the ratio of the first two terms is given by
I calculate $X_3$: $X_3 = X_2 + X_1 = \phi^2 X_0 + \phi X_0 = \phi(\phi+1)X_0=\phi^3 X_0.$
But this is not enough, I have to utilise induction to show the sequence is geometric, that is $X_n=\phi^nX_0$ for all $n$. In the general case, I have, using the recurrence formula for the Fibonacci sequence:
A similar proof works when $X_0=-\phi X_1$.
Teachers' Resources
This is straightforward but care must be taken to explain the significance of both roots of the quadratic equation. Also you must prove both the 'if' and the 'only if', that is, for general Fibonacci sequences, 'if the first two terms are in the golden ratio then the sequence is geometric' and 'if the sequence is geometric then the ratio of successive terms is the golden ratio'.
Induction is required