Difference between revisions of "Fibonacci sequence"

From Conservapedia
Jump to navigation Jump to search
(Undo revision 487282 by ChristianNation54 (Talk))
m
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''Fibonacci sequence''' is a series of numbers in which each number is the sum of the two preceding numbers.  The numbers are known as '''Fibonacci numbers'''.
+
The '''Fibonacci sequence''' is a series of numbers in which each number is the sum of the two preceding numbers, with the first two numbers being 0 and 1.  The numbers are known as '''Fibonacci numbers'''.
  
 
'''Example:'''
 
'''Example:'''
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144 ...
+
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144 ...
 +
 
 +
Written mathematically, the Fibonacci sequence <math>{F_n}</math> satisfies:
 +
 
 +
<math> F_0 = 0, F_1 = 1</math> and <math>F_{n} = F_{n-1} + F_{n-2},  \forall n \geq 2 </math>. 
  
 
The Fibonacci numbers were first described by the Sanskrit linguist Pingala around the year 450 BC.  They arose from the study of meters with long and short syllables.
 
The Fibonacci numbers were first described by the Sanskrit linguist Pingala around the year 450 BC.  They arose from the study of meters with long and short syllables.
Line 14: Line 18:
 
* The family trees of honey [[bees]] can be depicted using Fibonacci numbers because unmated females will always hatch male young, while mated females will always hatch female young and the Fibonacci sequence has many practical applications in biology, e.g. in the study of reproductive patterns of animals, in the study of spiraling of flowers, etc.  
 
* The family trees of honey [[bees]] can be depicted using Fibonacci numbers because unmated females will always hatch male young, while mated females will always hatch female young and the Fibonacci sequence has many practical applications in biology, e.g. in the study of reproductive patterns of animals, in the study of spiraling of flowers, etc.  
  
===See also===
+
==See also==
[[fibonacci]]
+
* [[Fibonacci]]
  
[[Category:Mathematics]]
+
[[Category:Number Theory]]

Latest revision as of 17:35, July 9, 2011

The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding numbers, with the first two numbers being 0 and 1. The numbers are known as Fibonacci numbers.

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

Written mathematically, the Fibonacci sequence <math>{F_n}</math> satisfies:

<math> F_0 = 0, F_1 = 1</math> and <math>F_{n} = F_{n-1} + F_{n-2}, \forall n \geq 2 </math>.

The Fibonacci numbers were first described by the Sanskrit linguist Pingala around the year 450 BC. They arose from the study of meters with long and short syllables.

The first Western mathematician to study this sequence was Leonardo of Pisa, commonly known as Fibonacci, in the consideration of the growth of an idealized rabbit population.

Johannes Kepler discovered that the limit of the ratios between succeeding Fibonacci numbers converges to the golden ratio. Fibonacci numbers also occur in Pascal's triangle and the run-time analysis of Euclid's Algorithm.

Example of Fibonacci Sequences

  • The family trees of honey bees can be depicted using Fibonacci numbers because unmated females will always hatch male young, while mated females will always hatch female young and the Fibonacci sequence has many practical applications in biology, e.g. in the study of reproductive patterns of animals, in the study of spiraling of flowers, etc.

See also