(Created page with " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi arch...")
 
Line 1: Line 1:
  
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
+
== The Fibonacci Sequence ==
 +
 
 +
The Fibonacci sequence is one of the more widely known integer sequences used in mathematics. An integer sequence is simply an ordered list of integers (0, ±1, ±2, …). The Fibonacci sequence is typically constructed recursively; the nth term of the sequence can be determined by the previous terms. Beginning with 0 and 1, the Fibonacci sequence is given by:
 +
Fn=Fn-1+Fn-2
 +
that is to say that the nth term is the sum of the previous two terms of the sequence. The first several Fibonacci numbers are then:
 +
0,1,1,2,3,5,8,13,21,34,55,89,144,233,377, ...
 +
 
 +
At first glance, the Fibonacci sequence seems relatively benign. However, it is related to many phenomena observed in nature, due to how the sequence can be represented graphically. Consider the rectangle in Figure 1. It has been constructed by combining squares with side lengths equal to the Fibonacci numbers in a cyclical manner. A spiral can be created by drawing a portion of a circle within each square. The result is the Fibonacci spiral, which appears in many plant structures. Specifically, the Fibonacci sequence is prominent in the phyllotaxis, or leaf arrangement, of plants.
 +
 
 +
The Fibonacci sequence cannot be discussed independently of the golden ratio. The golden ratio, denoted by , is equal to:
 +
=1+521.618...
 +
The value of the golden ratio can be found using a variety of method. For example, consider the golden rectangle seen below. A golden rectangle is constructed by taking a square of side length a, and extending it a length b so that the following is true:
 +
ab=a+ba
 +
The golden ratio is the value abthat solves this equation. If we substitute x=ab, we can see that only a simple quadratic equation must be solved:
 +
x=1+1xx2-x-1=0
 +
 
 +
Which has solutions x=1+52, 1-52=, 1-
 +
 
 +
The first solution (which is positive) is defined as the golden ratio.  The golden ratio is strongly related to the Fibonacci sequence, as the ratio between consecutive terms of the Fibonacci sequence approaches . Consider the ratio between Fnand Fn-1, and between Fn-1andFn-2. Since the sequence approaches a fixed ratio, as n, we have:
 +
FnFn-1=Fn-1Fn-2
 +
Using the recursive relationship that defines the Fibonacci series, we can rewrite the above equation as:
 +
Fn-1+ Fn-2Fn-1=Fn-1Fn-2
 +
Substituting x=Fn-1Fn-2, we obtain the same equation as for the golden rectangle:
 +
x=1+1x
 +
In fact, the golden ratio can be used to provide an explicit equation for the nth Fibonacci number:
 +
Fn=15[n-(1-)n]
 +
This is known as Binet’s formula, and can be explored in more depth here:
 +
[https://artofproblemsolving.com/wiki/index.php?title=Binet%27s_Formula]
 +
 +
The following pages explore how these mathematical concepts relate to phyllotaxis, and in what ways the Fibonacci sequence and golden ratio can be found in other aspects of plant formation.
  
 
[[Category:MA279Fall2018Walther]]
 
[[Category:MA279Fall2018Walther]]

Revision as of 15:39, 28 November 2018

The Fibonacci Sequence

The Fibonacci sequence is one of the more widely known integer sequences used in mathematics. An integer sequence is simply an ordered list of integers (0, ±1, ±2, …). The Fibonacci sequence is typically constructed recursively; the nth term of the sequence can be determined by the previous terms. Beginning with 0 and 1, the Fibonacci sequence is given by: Fn=Fn-1+Fn-2 that is to say that the nth term is the sum of the previous two terms of the sequence. The first several Fibonacci numbers are then: 0,1,1,2,3,5,8,13,21,34,55,89,144,233,377, ...

At first glance, the Fibonacci sequence seems relatively benign. However, it is related to many phenomena observed in nature, due to how the sequence can be represented graphically. Consider the rectangle in Figure 1. It has been constructed by combining squares with side lengths equal to the Fibonacci numbers in a cyclical manner. A spiral can be created by drawing a portion of a circle within each square. The result is the Fibonacci spiral, which appears in many plant structures. Specifically, the Fibonacci sequence is prominent in the phyllotaxis, or leaf arrangement, of plants.

The Fibonacci sequence cannot be discussed independently of the golden ratio. The golden ratio, denoted by , is equal to: =1+521.618... The value of the golden ratio can be found using a variety of method. For example, consider the golden rectangle seen below. A golden rectangle is constructed by taking a square of side length a, and extending it a length b so that the following is true: ab=a+ba The golden ratio is the value abthat solves this equation. If we substitute x=ab, we can see that only a simple quadratic equation must be solved: x=1+1xx2-x-1=0

Which has solutions x=1+52, 1-52=, 1-

The first solution (which is positive) is defined as the golden ratio. The golden ratio is strongly related to the Fibonacci sequence, as the ratio between consecutive terms of the Fibonacci sequence approaches . Consider the ratio between Fnand Fn-1, and between Fn-1andFn-2. Since the sequence approaches a fixed ratio, as n, we have: FnFn-1=Fn-1Fn-2 Using the recursive relationship that defines the Fibonacci series, we can rewrite the above equation as: Fn-1+ Fn-2Fn-1=Fn-1Fn-2 Substituting x=Fn-1Fn-2, we obtain the same equation as for the golden rectangle: x=1+1x In fact, the golden ratio can be used to provide an explicit equation for the nth Fibonacci number: Fn=15[n-(1-)n] This is known as Binet’s formula, and can be explored in more depth here:

[1]

The following pages explore how these mathematical concepts relate to phyllotaxis, and in what ways the Fibonacci sequence and golden ratio can be found in other aspects of plant formation.

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett