Fibonacci numbers in a sea shell
|
|
Field: Algebra
|
Image Created By: Unknown
|
Website: [1]
|
Fibonacci numbers in a sea shell
- The spiral curve of the Nautilus sea shell follows the pattern of a spiral drawn in a Fibonacci rectangle, a collection of squares with sides that have the length of Fibonacci numbers
.
Basic Description
The Fibonacci sequence is the sequence where the first two numbers are 1s and every later number is the sum of the two previous numbers. So, given two
's as the first two terms, the next terms of the sequence follows as :
The Fibonacci numbers can be discovered in nature, such as the spiral of the Nautilus sea shell, the petals of the flowers, the seed head of a sunflower, and many other parts. The seeds at the head of the sunflower, for instance, are arranged so that one can find a collection of spirals in both clockwise and counterclockwise ways. Different patterns of spirals are formed depending on whether one is looking at a clockwise or counterclockwise way; thus, the number of spirals also differ depending on the counting direction, as shown by Image 1. The two numbers of spirals are always consecutive numbers in the Fibonacci sequence.
Nature prefers this way of arranging seeds because it seems to allow the seeds to be uniformly distributed. For more information about Fibonacci patterns in nature, see Fibonacci Numbers in Nature
Origin
The Fibonacci sequence was studied by Leonardo of Pisa, or Fibonacci (1770-1240). In his work Liber Abacci, he introduced a problem involving the growth of the rabbit population. The assumptions were
- there is one pair of baby rabbits placed in an enclosed place on the first day of January
- this pair will grow for one month before reproducing and produce a new pair of baby rabbits on the first day of March
- each new pair will mature for one month and produce a new pair of rabbits on the first day of their third month
- the rabbits never die, so after they mature, the rabbits produce a new pair of baby rabbits every month.
The problem was to find out how many pairs of rabbits there will be after one year.
On January 1st, there is only 1 pair. On February 1st, this baby rabbits matured to be grown up rabbits, but they have not reproduced, so there will only be the original pair present.
Now look at any later month. June is a good example. As you can see in Image 2, all 5 pairs of rabbits that were alive in May continue to be alive in June. Furthermore, there are 3 new pairs of rabbits born in June, one for each pair that was alive in April (and are therefore old enough to reproduce in June).
This means that on June 1st, there are 5 + 3 = 8 pairs of rabbits. This same reasoning can be applied to any month, March or later, so the number of rabbits pairs in any month is the same as the sum of the number of rabbit pairs in the two previous months.
This is exactly the rule that defines the Fibonacci sequence. As you can see in the image, the population by month begins: 1, 1, 2, 3, 5, 8, ..., which is the same as the beginning of the Fibonacci sequence. The population continues to match the Fibonacci sequence no matter how many months out you go.
An interesting fact is that this problem of rabbit population was not intended to explain the Fibonacci numbers. This problem was originally intended to introduce the Hindu-Arabic numerals to Western Europe, where people were still using Roman numerals, and to help people practice addition. It was coincidence that the number of rabbits followed a certain pattern which people later named as the Fibonacci sequence.
Fibonacci Numbers in Nature
[Click to see more.]
Leaf Arrangement
Fibonacci numbers appear in the arrangement of leaves in certain plants. Take a plant, locate the lowest leaf and number that [...] [Click here to hide.]
Leaf Arrangement
Fibonacci numbers appear in the arrangement of leaves in certain plants. Take a plant, locate the lowest leaf and number that leaf as 0. Number the leaves by order of creation starting from 0, as shown in Image 3. Then, count the number of leaves you encounter until you reach the next leaf that is directly above and pointing in the same direction as the lowest leaf, which is the leaf with number 8 in this image. The number of leaves you pass, in this case, 8, will be a Fibonacci number.
Moreover, the number of rotations you make around the stem until you reach that leaf will also be a Fibonacci number. You make rotations up the stem by following ascending order of the leaf's number. In the image, if you follow the red arrows, the number of rotations you make until you reach 8 will be 5, which is a Fibonacci number.
In Image 4, the leaf that is pointing in the same direction as the lowest leaf 0 is the leaf number 13. The number of leaves in between these two leaves is 13, which is a Fibonacci number. Moreover, going up the stem in a clockwise direction, such that we follow leaves 0, 1, 2, ..., 13, we make 8 rotations, and going up the stem in a counterclockwise direction, we make 5 rotations. The number of clockwise rotations and the number of counterclockwise rotations are always consecutive Fibonacci numbers.
Spirals
Fibonacci numbers can be seen in nature through spiral forms that can be constructed by Fibonacci rectangles as shown in Image 5. Fibonacci rectangles are rectangles that are built so that the ratio of the length to the width is the proportion of two consecutive Fibonacci numbers.
We can build Fibonacci rectangles first by drawing two squares with length 1 next to each other. Then, we draw a new square with length 2 that is touching the sides of the original two squares. We draw another square with length 3 that is touching one unit square and the latest square with length 2. We can build Fibonacci rectangles by continuing to draw new squares that have the same length as the sum of the length of the latest two squares.
After building Fibonacci rectangles, we can draw a spiral in the squares, each square containing a quarter of a circle. Such spiral is called the Fibonacci spiral, and it can be seen in sea shells, snails, the spirals of the galaxy, and other parts of nature, as shown in Image 6 and Image 7.
Ancestry of Bees
Fibonacci numbers also appear when studying the ancestry of bees. Bees reproduce according to the following rules:
- male bees hatch from an unfertilized egg, and have only a mother and no father,
- female bees hatch from a fertilized egg, and require both a mother and a father.
The table below starts with a male bee, and tracks the ancestors of the male bee. Only one female was needed to produce the male bee. This female bee, on the other hand, must have had both a mother and a father to be hatched; thus, the third row of the bee family tree has one male and a female.
For each male and female, such pattern repeats. When we count the number of bees for each generation, we get a Fibonacci sequence as we go up the generations, similar to the way we got Fibonacci numbers in the rabbit population problem.
A More Mathematical Explanation
[Click to view A More Mathematical Explanation]
Symbolic Definition of Fibonacci Sequence
The Fibonacci sequence is the sequence '"`UNIQ--math- [...] [Click to hide A More Mathematical Explanation]
Symbolic Definition of Fibonacci Sequence
The Fibonacci sequence is the sequence
where
,
and
.
The Fibonacci sequence is recursively definedA recursively defined sequence is one in which each term is defined by preceding terms in the sequence. For instance,
is recursively defined. because each term is defined in terms of its two immediately preceding terms.
Identities and Properties
[show more][hide]
Idenitities
There are some interesting identities, including formula for the sum of first
Fibonacci numbers, the sum of Fibonacci numbers with odd indices and sum of Fibonacci number with even indices. Note that all the identities and properties in this section can be proven in a more rigorous way through mathematical induction.
Sum of first
Fibonacci numbers
The sum of first
Fibonacci numbers is one less than the value of the
Fibonacci number:
- Eq. (1)

For example, the sum of first
Fibonacci numbers is :

The example is demonstrated below. The total length of red bars that each correspond to
is one unit less than the length of
.
[Click here to show proof.]
[Click here to hide proof.]
Sum of Fibonacci numbers with odd indices
The sum of first
Fibonacci numbers with odd indices is equal to the
Fibonacci number:
- Eq. (2)

For instance, the sum of first
Fibonacci numbers with odd indices is:

This example is shown below.
[Click here to show proof.]
[Click here to hide proof.]
Sum of Fibonacci numbers with even indices
The sum of first
Fibonacci numbers with even indices is one less than the
Fibonacci number:

For example, the sum of first
Fibonacci numbers with even indices is :

This example is shown below.
To see the proof, click below.
[Click here to show proof.]
Subtracting Eq. (2), the sum of Fibonacci numbers with odd indices, from the sum of the first
Fibonacci numbers, we [Click here to hide proof.]
Subtracting Eq. (2), the sum of Fibonacci numbers with odd indices, from the sum of the first
Fibonacci numbers, we get the identity of the sum of Fibonacci numbers with even indices.
First, when we find the sum of first
Fibonacci numbers through Eq. (1), we get:

Now, subtract Eq. (2) from the above equation, and we get:

By definition of Fibonacci numbers,
. Thus,

Sum of the squares of Fibonacci numbers
The sum of the squares of the first
Fibonacci numbers is the product of the
and the
Fibonacci numbers.

This identity can be proved by studying the area of the rectangles in Image 12.
[Click here to show proof.]
The rectangle is called a Fibonacci rectangle, which is further described in Fibonacci Numbers in Nature. The numbers inside each square indicate the l [...] [Click here to hide proof.]
The rectangle is called a Fibonacci rectangle, which is further described in Fibonacci Numbers in Nature. The numbers inside each square indicate the length of one side of the square. Notice that the lengths of the squares are all Fibonacci numbers.
Any rectangle in the picture is composed of squares with lengths that are Fibonacci numbers. In fact, any rectangle is composed of every square with side lengths
through
, with the value of
depending on the rectangle. Moreover, the dimension of this rectangle is
by
.
With this information in mind, we can prove the identity
by computing the area of the rectangle in two different ways. The first way of finding the area is to add the area of each squares. That is, the area of the rectangle will be :
.
Another way of computing the area is by multiplying the width by the height. Using this method, the area will be :
.
Because we are computing the area of the same rectangle, the two methods should give the same results. Thus,
.
For example, for the red rectangle, the width is
and the height is
. Since
is the
Fibonacci number and
is the
Fibonacci number, let
.
The area of the rectangle is :
,
or
.
Thus,
.
There are numerous other identities which will not be described in this page. For more information about identities of Fibonacci numbers, go to Wolfram MathWorld Fibonacci Number
Properties
Greatest Common Divisor
The greatest common divisor of two Fibonacci numbers is the Fibonacci number whose index is the greatest common divisor of the indices of the original two Fibonacci numbers. In other words,
.
For instance,
.
In a special case where
and
are consecutive Fibonacci numbers, this property says that
.
That is,
and
, or two consecutive Fibonacci numbersare always relatively prime.
To see the proof for this special case, click below.
[Click here to show proof.]
Assume that
and
have some integer k as their common divisor. Then, both [Click here to hide proof.]
Assume that
and
have some integer
as their common divisor. Then, both
and
are each multiples of
:
- Eq. (3)

- Eq. (4)

Subtracting Eq. (4) from Eq. (3), we get :
,
which means that if two consecutive Fibonacci numbers,
and
, have
as their common divisor, then the previous Fibonacci number,
must also be a multiple of
. In that case,
and
, which are also two consecutive Fibonacci numbers, will have
as a common divisor. Then, it follows that
must also be a multiple of
. Repeating the subtraction of consecutive Fibonacci numbers, we can conclude that the very first Fibonacci number,
must also be a multiple of
. So
, and the only common divisor between two consecutive Fibonacci numbers is 1. Thus, two consecutive Fibonacci numbers are relatively prime.
Finite Difference of Fibonacci Numbers
One of the interesting properties of Fibonacci numbers is that the sequence of differences between consecutive Fibonacci numbers also forms a Fibonacci sequence, as shown in the table below. For more information about the difference table, click Difference Tables.
Because the first sequence of differences of the Fibonacci sequence also includes a Fibonacci sequence, the second difference also includes a Fibonacci sequence. The Fibonacci sequence is thus reproduced in every sequence of differences.
We can see that the sequence of differences is composed of Fibonacci numbers by looking at the definition of Fibonacci numbers :
.
The difference between two consecutive Fibonacci numbers is :
.
Thus, the difference between two consecutive Fibonacci numbers,

and

, is equal to the value of the previous Fibonacci number,

.
Golden Ratio
[show more][hide]
The golden ratio appears in paintings, architecture, and in various forms of nature. Two numbers are said to be in the golden ratio if the ratio of the smaller number to the larger number is equal to the ratio of the larger number to the sum of the two numbers. In Image 13, the width of A and B are in the golden ratio if
.
The golden ratio is represented by the Greek lowercase phi ,
, and the exact value is

This value can be found from the definition of the golden ratio. To see an algebraic derivation of the exact value of the golden ratio, go to Golden Ratio : An Algebraic Representation.
An interesting fact about golden ratio is that the ratio of two consecutive Fibonacci numbers approaches the golden ratio as the numbers get larger, as shown by the table below.
 |
=1 |
=2 |
=1.5 |
=1.66667 |
=1.6 |
=1.625 |
=1.61538 |
=1.61904 |
=1.61765 |
=1.61818
|
Lets assume that the ratio of two consecutive Fibonacci numbers have a limit and verify that this limit is, in fact, the golden ratio. Let
denote the ratio of two consecutive Fibonacci numbers, that is,
.
Then,
.
and
are related by :
.
Assuming that the ratio
has a limit, let
be that limit:
.
Then,
.
Taking the limit of
we get :

Multiplying both sides by
, we get
- Eq. (5)

which can be written as:
.
Applying the quadratic formula
An equation,
, which produces the solutions for equations of form
, we get
.
Because the ratio has to be a positive value,

which is the golden ratio. Thus, if
has a limit, then this limit is the golden ratio. That is, as we go farther out in the sequence, the ratio of two consecutive Fibonacci numbers approaches the golden ratio. In fact, it can be proved that
does have a limit; one way is to use Binet's formula in the next section. For a different proof using infinite continued fraction
A continued fraction is a fraction in which the denominator is composed of a whole number and a fraction. An infinite continued fraction of the golden ratio has the form :
go to Continued Fraction Representation and Fibonacci Sequences
Many people find the golden ratio in various parts of nature, art, architecture, and even music. However, there are some people who criticize this viewpoint. They claim that many mathematicians are wishfully trying to make a connection between the golden ratio and other parts of the world even though there is no real connection.
One example of the golden ratio that mathematicians found in nature is the human body. According to many, an ideal human body have proportions that show the golden ratio, such as:
- distance between the foot and navel : distance between the navel and the head
- distance between the finger tip and the elbow : distance between the wrist and the elbow
- distance between the shoulder line and top of the head : length of the head.
Leonardo da Vinci's drawing Vitruvian man shown in Image 14 emphasizes the proportion of human body. This drawing shows the proportions of an ideal human body that was studied by a Roman architect Vitruvius in his book De Architectura. In the drawing, a man is simultaneously inscribed in a circle and a square. The ratio of the square side to the radius of the circle in the drawing reflects the golden ratio, although the drawing deviates from the real value of the golden ratio by 1.7 percent. The proportions of the body of the man is also known to show the golden ratio.
Although people later found the golden ratio in the painting, there is no evidence whether Leonardo da Vinci was trying to show the golden ratio in his painting or not. For more information about the golden ratio, go to
Golden Ratio
Binet's Formula for Fibonacci Numbers
[show more][hide]
Binet's Formula gives a formula for the
Fibonacci number as :
,
where
and
are the two roots of Eq. (5), that is,
.
Here is one way of verifying Binet's formula through mathematical induction, but it gives no clue about how to discover the formula.
Let

as defined above. We want to verify Binet's formula by showing that the definition of Fibonacci numbers holds true even when we use Binet's formula.
First, we will show through inductive stepAn inductive step is one of the two parts of mathematical induction (base case and inductive step) where one shows that if a statement holds true for some
, then the statement also holds true for
that:

and then we will show the base caseA base case is one of the two parts of mathematical induction (base case and inductive step) where one shows that a statement holds true for the lowest value of
, usually
or
, depending on situation. that:
.
First, according to Binet's fromula,

.
Because
and
are the two roots of Eq. (5), the above equation becomes :

, as desired.
Now, because
,

.
Binet's formula thus is a correct formula of Fibonacci numbers.
Fibonacci Numbers and Fractals
[show more][hide]
Fibonacci Numbers and the Mandelbrot Set
The Mandelbrot set is a set of points in which the boundary forms a fractal. It is a set of all complex numbers
for which the sequence
- Eq. (6)

does not go to infinity, starting with
.
For instance,
is included in the Mandelbrot set because



for any
.
Thus, the sequence defined by
is bounded and
is included in the Mandelbrot set.
On the other hand, when we test
,




The terms of this sequence will increase to infinity. Thus,
is not included in the Mandelbrot set.
People have been drawn to study the Mandelbrot set because of its aesthetic beauty. The Mandelbrot set is known to be one of the most beautiful and complicated illustration of fractal. It is surprising to many people how a simple formula like Eq. (6) can generate a complex structure of the Mandelbrot set. The Fibonacci sequence is related to the Mandelbrot set through the period of the main cardioid and some large primary bulbs. For each bulb, there are many antennas, and the largest antenna is called the main antenna. The number of spokes in the main antenna is the period of the bulb.
The period of the main cardioid is considered to be 1. In Image 17, the main antenna has five spokes, including the one connecting the primary bulb and the junction point of the antenna. The period of this bulb is five.
Now, we will consider the period of the largest primary bulbs that are attached to the main cardioid and are in between two larger bulbs. In Image 18, the largest bulb between the bulb of period 1 and the bulb of period 2 is the bulb of period 3, and this bulb was found by looking for the largest bulb on the periphery of the main cardioid. The largest bulb between the bulb of period 2 and period 3 is the bulb of period 5, and the one between bulb of period 3 and period 5 is the bulb of period 8. The sequence generated in this way proceeds as
1, 2, 3, 5, 8, 13, ..., following the pattern of Fibonacci sequence.
To learn more about fractals, go to
Fractals
Teaching Materials
- There are currently no teaching materials for this page. Add teaching materials.
References
Maurer, Stephen B & Ralston, Anthony. (2004) Discrete Algorithmic Mathematics. Massachusetts : A K Peters.
Posamentier, Alfred S & Lehmann Ingmar. (2007) The Fabulous Fibonacci Numbers. New York : Prometheus Books.
Vorb'ev, N. N. (1961) Fibonacci Numbers. New York : Blaisdell Publishing Company.
Hoggatt, Verner E., Jr. (1969) Fibonacci and Lucas Numbers. Boston : Houghton Mifflin Company.
Knott, Ron. (n.d.). The Fibonacci Numbers and Golden Section in Nature. Retrieved from http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html
Wikipedia (Golden Ratio). (n.d.). Golden Ratio. Retrieved from http://en.wikipedia.org/wiki/Golden_ratio.
Fibonacci Numbers in Nature & the Golden Ratio. (n.d.). In World-Mysteries.com. Retrieved from http://www.world-mysteries.com/sci_17.htm
http://www.world-mysteries.com/sci_17.htm
Wikipedia (Mandelbrot Set). (n.d.). Mandelbrot Set. Retrieved from http://en.wikipedia.org/wiki/Mandelbrot_set.
Devaney, Robert L. (2006) Unveiling the Mandelbrot Set. Retrieved from http://plus.maths.org/issue40/features/devaney/.
Weisstein, Eric W. (n.d.). Mandelbrot Set. In MathWorld--A Wolfram Web Resource. Retrieved from http://mathworld.wolfram.com/MandelbrotSet.html.
Future Directions for this Page
Things to add(possible ideas for future)
- Fibonacci numbers and Pascal's triangle
- A helper page for recursively defined sequence
- A section describing the Fibonacci numbers with negative subscripts. this appears in Finite Difference of Fibonacci Numbers section
Things to 'not' add
- A derivation of the exact value of the golden ratio. The derivation is redundant with the information in the golden ratio page.
If you are able, please consider adding to or editing this page!
Have questions about the image or the explanations on this page?
Leave a message on the discussion page by clicking the 'discussion' tab at the top of this image page.