Next: Partitions
Up: Generating Series
Previous: Generating Series
The Fibonacci numbers are a simple sequence of integers Fn defined as
follows
F0=F1=1,
In words, the next number is the sum of the two preceding numbers.
This sequence is easy to calculate:
For many centuries, the properties of these numbers have fascinated
mathematicians of all levels. There is even a mathematical journal,
The Fibonacci Quarterly, devoted exclusively to the study of these
numbers. Some calculations suggest that the ratios
Fn+1/Fn tend to
a definite limit as n increases. We shall sketch a proof of the
following:
The number on the right was called the ``golden mean'' by the ancient
Greeks. A rectangle whose sides have ratio equal to the golden mean has
the property that when we take away the square based on the smaller side
we are left with a rectangle whose sides also have ratio equal to the
golden mean. The golden mean was to the Greek eye the perfect ratio with
which to design outlines of buildings (such as the Parthenon).
The proof of the above limit is based on consideration of the Taylor
series
where T is an indeterminate variable. This is an example of a
``generating series,'' a function that collects all the Fibonacci
numbers together. We shall show that f(T) is a very simple function.
First of all, splitting off the first two terms of the sum, we have
Check that the sum on the second line is exactly the same as that on the
first. We have simply reindexed the terms. Now use the definition of the
Fibonacci numbers
Here we factored some powers of T out of the sum. Look at the last sum
that appears. It is nothing other than the original Taylor expansion
f(T). The first sum is f(T) minus only the very first term. Then we
have
f(T)=1+T +T(f(T)-1) + T2f(T).
This equation can be solved for f(T):
The polynomial in the denominator factors into two linear terms:
Multiply this out to check! By the theory of partial fractions, we know
that there is an expression of the form
Putting the right side over a common denominator, we can solve for A
and B. This way we obtain
Finally, we expand this again as a Taylor series. We know the geometric
series
Thus, we have
All together, we have
Two Taylor series are equal if and only if all their corresponding
coefficients are equal. Finally we obtain the following beautiful
formula for the n-th Fibonacci number
Now,
and
.
Thus,
the n-th power of the latter number tends to 0 as n tends to
,
while the n-th power of the former tends to infinity.
Take ratios and conclude that
Next: Partitions
Up: Generating Series
Previous: Generating Series
David J. Wright
2000-08-24