Fibonacci Sequence: Lesson 4
The Golden Ratio
You’ve seen how to generate the terms of the Fibonacci sequence:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Each term in the Fibonacci sequence is the sum of the previous two terms. In this lesson we will be looking at the ratio of consecutive terms to reveal an interesting property of the Fibonacci sequence.
Let’s add a third column to our table to track this ratio.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do you notice that the numbers in the third column approach a particular decimal value? A graph of the data will show this better.
As you can see, the ratios converge on a value close to 1.618. This value represent the irrational number phi (pronounced FIE), whose symbol is ɸ. Phi is also known as the Golden Ratio, and it has its origin in geometry. Let’s take a look.
The values for the 11th and 12th terms are 89 and 144. Suppose there’s a rectangle whose sides have those lengths.
Let’s create an 89 x 89 square from the rectangle, like this.
Now let’s look at two ratios, based on the lengths, remembering that the longer side of the rectangle is 144.
Notice that the two ratios are nearly identical. So, Phi is defined as the lengths a and b that result in the Golden Ratio.
The Algebraic Solution to the Golden Ratio
The Golden Ratio ɸ is an irrational number. Although it is often written as a non-terminating decimal, we can also write it as a radical expression. Here’s how.
From the illustration above we know the following:
We can turn this into an algebra equation, as shown below.
To simplify solving this equation, suppose we let b = 1. Here’s the solution to the equation:
We only use the positive root, which means that:
Plug this expression into a calculator or spreadsheet and you’ll see the non-terminating decimal version of ɸ.