the connection

Remember, the Golden Ratio is  the ratio  1.618033989...

Now look what happens when we start dividing consecutive Fibonacci numbers.
(the Fibonacci sequence starts: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144...)
  • 1/1 = 1
  • 2/1 = 2
  • 3/2 = 1.5
  • 5/3 = 1.667...
  • 8/5 = 1.6
  • 13/8 = 1.625
  • 21/13 = 1.615384615...
  • 34/21 = 1.619047619...
  • ... the ratio between consecutive Fibonacci...  55/34 = 1.617647059...
  • numbers approaches the Golden Ratio,...  89/55 = 1.618181818...
  • alternating between higher & lower numbers....  144/89 = 1.61797753...

how about some proof?

So it looks like the ratio between two consecutive terms in the Fibonacci sequence gets closer and closer to the Golden Ratio as you go farther in the sequence. But "looks like" isn't good enough. We need to prove:

we need to prove this.

Johannes Kepler's Proof:[6] We rely on Binet's formula, which is a closed-form expression for the nth Fibonacci number, expressed F(n):[5]

binet's formula.
But wait!--this looks nothing like the recursive Fibonacci function we defined earlier. Before we can use this formula in Kepler's proof, we're going to have to prove that it's true.

proof of Binet's formula[7]

Word on the street is that Binet wasn't the first to come up with this formula, but who cares? To the winner goes the spoils. That's what I say.

Recall the recursive Fibonacci function F(n) for natural n:

F(n) =  1
 F(n-1) + F(n-2)
 if n <= 2
 if n > 2

We will prove that Binet's formula,  binet's formula. , is equivalent.
First, we simplify this a bit. Let  a=phi , and  b=-1/phi . Then  simplified.

(use a calculator if you don't believe me that a-b = the square root of 5)
Also notice that a and b are roots of the quadratic equation  quadratic equation.

We are going to prove that Binet's formula is equivalent to the Fibonacci function by using the principle of mathematical induction. Basically, if we show that the formula holds for n=1, and that assuming the formula holds for n=k allows us to imply that it holds for n=k+1, we then can assume that the formula holds for all natural n.

First, we show that the formula holds for n=1. When n=1, Binet's formula gives us (a-b)/(a-b) = 1 = F(1). Terrific.

Now, for any k >= 1, we assume the formula holds for all n <= k. Specifically:

k

Add these equations together. The left-hand side becomes F(k+1) due to the recursive nature of the Fibonacci function. The right-hand side can be rearranged in a special way:

k

Because a and b are roots of quadratic equation, k and k. Replacing (a+1) and (b+1) with a2 and b2 in the expression above gives us Binet's formula for n = k+1:

k

That's it--we've satisfied both hypotheses of the Principle of Mathematical Induction, and so Binet's formula is true for all natural n. Now we can use it in Kepler's proof.

back to Kepler's proof

So, again, in order to prove:

we need to prove this.

we rely on Binet's formula, which we just proved:

binet's formula.

Again, we can simplify this a bit. Let  a=phi , and  b=-1/phi . Then  simplified.

Now we perform some algebraic trickery. See if you follow:

algebra.  algebra.
  algebra.
  algebra.
  algebra.
  algebra. (« equation X)

Because of how we defined a and b we have:

algebra.
So as n approaches infinity, and because a>1, the fraction in equation X approaches 0, leaving only a. And a is our Golden Ratio. So we're done.

trippy.

the ratio of consecutive Fibonacci numbers approaches the Golden ratio.

squares

back forward