Sequences and Their Properties: Apply It

  • Find the pattern in a sequence and write a formula for its terms
  • Determine what value a sequence approaches (if it approaches any value at all)
  • Figure out if a sequence converges or diverges

The Fibonacci Sequence: From Recursion to the Golden Ratio

The Fibonacci sequence is one of mathematics’ most fascinating patterns, appearing everywhere from flower petals to spiral galaxies. Named after Leonardo Fibonacci, who introduced it to Western mathematics in 1202, this sequence demonstrates how simple recursive rules can produce profound mathematical relationships.

The Fibonacci numbers are defined recursively by the sequence [latex]\left\{{F}_{n}\right\}[/latex] where [latex]{F}_{0}=0[/latex], [latex]{F}_{1}=1[/latex] and for [latex]n\ge 2[/latex], [latex]{F}_{n}={F}_{n - 1}+{F}_{n - 2}[/latex].

In this exploration, you’ll discover how to move from the recursive definition of Fibonacci numbers to a closed formula, and ultimately connect this ancient sequence to the golden ratio—a number that has captivated mathematicians, artists, and architects for centuries.

Write out the first twenty Fibonacci numbers.

Find a closed formula for the Fibonacci sequence by using the following steps.

  1. Consider the recursively defined sequence [latex]\left\{{x}_{n}\right\}[/latex] where [latex]{x}_{o}=c[/latex] and [latex]{x}_{n+1}=a{x}_{n}[/latex]. Show that this sequence can be described by the closed formula [latex]{x}_{n}=c{a}^{n}[/latex] for all [latex]n\ge 0[/latex].
  2. Using the result from part a. as motivation, look for a solution of the equation

    [latex]{F}_{n}={F}_{n - 1}+{F}_{n - 2}[/latex]



    of the form [latex]{F}_{n}=c{\lambda }^{n}[/latex]. Determine what two values for [latex]\lambda[/latex] will allow [latex]{F}_{n}[/latex] to satisfy this equation.

  3. Consider the two solutions from part b.: [latex]{\lambda }_{1}[/latex] and [latex]{\lambda }_{2}[/latex]. Let [latex]{F}_{n}={c}_{1}{\lambda }_{1}{}^{n}+{c}_{2}{\lambda }_{2}{}^{n}[/latex]. Use the initial conditions [latex]{F}_{0}[/latex] and [latex]{F}_{1}[/latex] to determine the values for the constants [latex]{c}_{1}[/latex] and [latex]{c}_{2}[/latex] and write the closed formula [latex]{F}_{n}[/latex].

Use the answer in the third part of the previous question to show that:

[latex]\underset{n\to \infty }{\text{lim}}\frac{{F}_{n+1}}{{F}_{n}}=\frac{1+\sqrt{5}}{2}[/latex].

The number [latex]\varphi =\frac{\left(1+\sqrt{5}\right)}{2}[/latex] is known as the golden ratio (Figures 7 and 8).

This is a photo of a sunflower, particularly the curves of the seeds at its middle. The number of spirals in each direction is always a Fibonacci number.
Figure 7. The seeds in a sunflower exhibit spiral patterns curving to the left and to the right. The number of spirals in each direction is always a Fibonacci number—always. (credit: modification of work by Esdras Calderan, Wikimedia Commons)

 

This is a photo of the Parthenon, an ancient Greek temple that was designed with the proportions of the Golden Rule. The entire temple’s front side fits perfectly into a rectangle with those proportions, as do the columns, the level between the columns and the roof, and a portion of the trim below the roof.
Figure 8. The proportion of the golden ratio appears in many famous examples of art and architecture. The ancient Greek temple known as the Parthenon was designed with these proportions, and the ratio appears again in many of the smaller details. (credit: modification of work by TravelingOtter, Flickr)