(U01)

www.btinternet.com/~adrian.larner/dataproc/golden

f – The Golden Ratio

A brief teaching paper by Adrian Larner

 

What is The Golden Ratio?

 

 

The Golden Ratio is a number, f: it is the ratio of two lengths, say AC and the shorter, co-linear AB, with this property:

AB and BC (i.e. AC - AB) are in the same ratio.

This ratio, f, has long been considered aesthetically pleasing. Its numerical value is easily calculated. Let AB be arbitrarily set to 1. Then AC is f, and so is AB/BC, i.e. 1 / (f-1) Thus we have merely to solve:

f = 1 / (f-1)

Multiplying through to remove the denominator:

f2 - f = 1

Now completing the square:

f2 - f + 1/4 = 1 + 1/4 = 5/4 = (f - 1/2)2

We obtain the solutions:

f = ½(1 ± Ö5)

Of the two solutions, which are approximately 1.618 and -0.618, the desired value, f, is the former (and the latter is clearly 1-f). It is not known why this ratio should be perceived as particularly pleasing. It has been used by a number of artists (for example Whistler, in his Nocturnes and other works).

The pages in this workspace (unless shrunk until the absolute sizes demanded by the gif files are unobtainable) are divided horizontally into three areas, say (from the left), of widths a, b, c, such that a is approximately in golden ratio to b, c to a + b, and (inevitably if more subtly) a + ½b + ½c to ½b + ½c, so that the midline of the combined b and c, area divides the page in golden ratio.

 

Fibonacci Numbers

 

 

The Fibonacci Numbers (uk ), which – like f – occur frequently in nature, are defined as follows:

u0 = 0
u1 = 1
For k > 1, uk = uk-1 + uk-2

Their series is easily calculable:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...

The ratios of successive Fibonacci Numbers, (uk / uk+1 ) approaches 1/f.
(1/f = f-1; about 0.618) They are, approximately:

0, 1, 0.5, 0.667, 0.6, 0.625, 0.615, 0.619, ...

The human eye is not so accurate that it can distinguish from f the ratio of uk to uk-1 for any but small values of k, so one can usually get away with using 8/5 (1.6 or 1/0.625) instead of f (approximately 1.618 or 1/0.618).

 

Pascal's Triangle

 

 

You may be acquainted with Pascal's Triangle, which is an exhibition of the values of the binomial function, mFn, each value appearing at row n, position m. mFn is the number of combinations of n things taken m at a time (“m From n”):

            1
          1   1
        1   2   1
      1   3   3   1
    1   4   6   4   1
  1   5  10  10   5   1
1   6  15  20  15   6   1

Notice that each number in the triangle is the sum of the two numbers above it:

mFn = (m-1)F(n-1) + mF(n-1)

The formula for mFn is well known. It uses the factorial function, j! = 1×2× ... ×j. (0! = 1):

mFn = n!/m!(n-m!)

The recursive formula given above follows simply:

(m-1)F(n-1) + mF(n-1) = (n-1)!(1/(m-1)!(n-m)! + 1/m!(n-m-1)!)
= (n-1)!(m + (n-m))/m!(n-m)! = n(n-1)!/m!(n-m)! = n!/m!(m-n)!

If we now rotate Pascal's Triangle somewhat to the right, we get:

                  1
                1
              1   1
            1   2
          1   3   1
        1   4   3  
      1   5   6   1
    1   6  10   4  
  1   7  15  10   1

Summing across the (formerly diagonal) rows we get:

1, 1, 2, 3, 5, 8, 13, 21, 34, ...

... the Fibonacci Series.

 

So the n'th Fibonacci Number is ...

 

 

One question that arises for number series like the Fibonacci is: what is the formula for the n'th member? (uk in terms of k)

The association with Pascal's Triangle gives one approach to a solution:

uk = 0F(k-1) + 1F(k-2) + 2F(k-3) + ...

... terminating before m exceeds n (because mFn = 0 when m>n). Such a sum of a series is, however, not particularly convenient, and its reduction to a single expression is by no means obvious.

Let us return to f, the golden ratio. Because the ratio of successive Fibonacci Numbers approaches f, we can obviously obtain an approximation to uk in the form C.fk for some constant, C. (It turns out that C is approximately 0.4472)

But let us attack the problem less directly by considering first the powers of f under the simplifying reduction (the very definition of f, see above):

f2 = 1 + f

This gives us:

f0 = 1
f1 = f
f2 = 1 + f
f3 = f(1 + f
) = f + 1 + f = 1 + 2f
f4 = f(1 + 2f
) = f + 2 + 2f = 2 + 3f
f5 = f(2 + 3f
) = 2f + 3 + 3f = 3 + 5f

... and so on. In general:

fk = uk-1 + ukf

But can we get from here to a formula for uk in terms of k? We now consider the negative powers of f, i.e. the powers of 1/f. Recall that 1/f = f - 1. Accordingly, we get:

1/f0 = 1
1/f1 = -1 + f
1/f2 = (f-1)(-1 + f) = -f + 1 + f + 1 -f = 2 - f
1/f3 = (f-1)(2 - f) = 2f - 2 -f - 1 + f = -3 + 2f
1/f4 = (f-1)(-3 + 2f) = -3f + 3 +2f + 2 -2f = 5 - 3f
1/f5 = (f-1)(5 - 3f) = 5f - 5 -3f - 3 + 3f = -8 + 5f

... and so on. Again we see the Fibonacci Numbers appearing, but with an inconvenient flip-flop of signs. This can be corrected by replacing 1/f by -1/f, which, it will be recalled is 1 - f, the other solution to the quadratic equation by which we calculated f. We get the general expression:

(1-f)k = uk+1 - ukf

Subtracting from the previously derived fk = uk-1 + ukf we get:

fk - (1-f)k = uk-1 - uk+1 + 2ukf = 2ukf - uk = uk(2f - 1)

Rearranging, and substituting f - (1 - f) for 2f - 1 in order to exhibit the symmetry of f and -(1 - f) in the final expression:

uk = (fk - (1-f)k)/(f - (1-f))

How strange that this function uses the irrational parameter, f, and yet invariably returns an integer value. So much for the golden ratio.

 

 

Links

 

 

 

 

 

 

 

As you would imagine, the Web has plenty on the Golden Ratio and the Fibonacci Numbers. Try some of these (or search on “Golden Ratio” or “Fibonacci”):

www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fib
 
www.geom.umn.edu/~demo5337/s97b/
 
A rather mathematical but very interesting site:
    http://www.friesian.com/golden.htm
 
http://www.mcn.net/~jimloy/golden.html
There are even sites that give f to indecently many decimal places:
www.cs.arizona.edu/icon/oddsends/phi.htm
 
http://www.ac.wwu.edu/~stephan/webstuff/ratio.digits.html

 

SITE HOME PAGE

 

THE DP PAPERS

Another DP paper ...

 

 

Copyright © 2001 Adrian Larner. The author asserts all moral rights.

The decorative image of a key (cc004239.gif) used on this page was obtained from IMSI's MasterClips/MasterPhotos© Collection, 1895 Francisco Blvd East, San Rafael, CA 94901-5506, USA.