The Fibonacci sequence is a famous mathematical sequence in which the first two terms are 1 and 1 and then each term after that is found by adding the previous two terms. The first 10 terms are shown in the figure below:
It is a naturally occurring phenomena in nature that was discovered by Leonardo Fibonacci. Leonardo was an Italian mathematician who lived from about 1180 to about 1250 CE.
Mathematicians today are still finding interesting way this series of numbers can describe nature. To see how this sequence describes nature, take a close look at the figure above.
This spiral shape is found in many flowers, pine cones, and snails' shell to mention just a few.
What exactly is happening here as far as math is concerned? You can see that we begin with two squares with a side length that is equal to 1.
Then, to get the side length of the third square, we add the side lengths of the two previous squares that is 1 and 1 (1 + 1 = 2)
To get the side length of a fourth square, we add 1 and 2 (1 + 2 = 3)
To get the side length of a fifth square, we add 2 and 3 (2 + 3 = 5)
If we continue this pattern we get:
Here is a short list of the Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233
As already stated, each number in the sequence is the sum of the two numbers before it.
We can try to derive a Fibonacci sequence formula by making some observations.
F1 = 1The recursive formula for the Fibonacci sequence is Fn = Fn-1 + Fn-2 with F1 = 1 and F2 = 1