The Fibonacci Sequence and Generalizations

Authors Avatar

The Fibonacci Sequence and Generalizations

Abstract: This paper gives a brief introduction to the famous Fibonacci sequence and demonstrates the close link between matrices and Fibonacci numbers. The much-studied Fibonacci sequence is defined recursively by the equation yk+2 = yk+1 + yk, where y1 = 1 and y2=1. By using algebraic properties of matrices, we derive an explicit formula for the kth Fibonacci number as a function of k and an approximation for the “golden ratio” yk+1 / yk. We also demonstrate how useful eigenvectors and eigenvalues can be in understanding the dynamics of linear recurrence relations of the form yk+2 = ayk+1 + byk where a, b R.  

I. Introduction  

The Fibonacci sequence, probably one of the oldest and most famous sequences of integers, has fascinated both amateur and professional mathematicians for centuries. Named after its originator, Leonardo Fibonacci, the Fibonacci sequence occurs frequently in nature and has numerous applications in applied and pure mathematics.

 

The Fibonacci sequence is the sequence of numbers:

0, 1, 1, 2, 3, 5, 8, 13, 21…,

where each member of the sequence is the sum of the preceding two. Therefore, the nth Fibonacci number is defined recursively as follows:

 

                                                  y1 = y2 = 1                                                        (1)

                                                  yn = yn-1 + yn-2      n ≥ 3

Historically, this sequence appeared for the first time in a problem posed by the Italian scholar Leonardo Fibonacci in 1202. In his famous work Liber Abaci, Leonardo Fibonacci asked the following famous question on the rate growth of rabbits:

       

           Suppose that on January, 1st there are two newborn rabbits, one male and one female. What is the number of rabbits produced in a year if the following conditions hold:

  1. each pair takes one month to reach maturity
  2. each pair produces a mixed pair of rabbits every month, from February on; and
  3. no rabbits die during the course of the year.

Assume that on January 1st there is one mixed pair of baby rabbits. At the beginning of February there will still be one pair of rabbits since it takes a month for them to become mature and reproduce. In February one mixed pair of rabbits will be produced and in March two pairs will be produced, one by the original pair and one by the pair produced in February. Following this pattern, in April, three pairs will be produced, and in May five pairs. More compactly,

TABLE 1

Solution of the Fibonacci Problem on Rabbits

Join now!

Source:

        Under the conditions of the problem, the total number of pairs of rabbits one year later will be 233. The entries in the last column of Table 1 are the first thirteen members of the Fibonacci sequence.

II. The Fibonacci Sequence in Matrix Form   

        Although the recursion definition in the introduction gives a complete description of the Fibonacci sequence, it is not particularly useful if we are interested in finding an arbitrary Fibonacci number yk. For example, if we want to compute y1000 using the definition, we shall need to compute all 999 members that precede ...

This is a preview of the whole essay