Lesson 2 Fibonacci Sequence
Lesson 2 Fibonacci Sequence
Lesson 2 Fibonacci Sequence
Objectives:
In this lesson, you are expected to:
1. Identify and appreciate Fibonacci sequence in nature
2. Solve Fibonacci sequence
Lesson Proper:
A sequence is an ordered list of numbers, it may have repeated values. In
mathematics we can make different sequence by performing one or several
operations repeatedly. Example, we start the sequence at 5, adding 6 to 5 will result
to 11 as the second number, repeating this process of adding 6 we obtain, 17, 23, 29,
35, … . Thus result to a sequence with elements, 5,11,17,23,29,35,…
Example:
Analyze the given sequence for its rule and identify the next three terms.
a. 16, 32, 64, 128
b. 1, 1, 2, 3, 5, 8
Solution
a. Looking at the set of numbers, it can be observed that each term is obtained by
multiplying the previous term by 2. Therefore, the next 3 terms are: 128(2) =
256, 256(2) = 512, and 512 (2) = 1024.
b. Analyzing the sequence in b, we can see that the value in each terms are obtain
by adding the values of the 2 terms before it. Thus, the next three terms are
8+5 = 13, 13+8 = 21, 21+13 =34.
The sequence in the above sample b is what we call fibonacci sequence. The
Fibonacci Sequence is the series of numbers:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ...
The next number is found by adding up the two numbers before it:
• the 2 is found by adding the two numbers before it (1+1),
• the 3 is found by adding the two numbers before it (1+2),
• the 5 is (2+3),
• and so on!
Christine H. Ferolino
Mathematics in Our World 2
The Fibonacci Sequence
The story began in Pisa, Italy in the year 1202. Leonardo Pisano
Bigollo was a young man in his twenties, a member of an important
trading family of Pisa. In his travels throughout the Middle East, he
was captivated by the mathematical ideas that had come west from India through the
Arabic countries. When he returned to Pisa he published these ideas in a book on
mathematics called Liber Abaci, which became a landmark in Europe. Leonardo, who
has since come to be known as Fibonacci, became the most celebrated mathematician
of the Middle Ages.
Fibonacci sequence has many interesting properties. Among these is that this
pattern is very visible in nature. Some of nature’s most beautiful patterns, like the
spiral arrangement of sunflower seeds, the number of petals in a flower, and the
shape of a snail’s shell.
(Vila, 2016)
This spiral is found in nature!
See: Nature, The Golden Ratio, and Fibonacci
The Rule
The Fibonacci Sequence can be written as a "Rule" (see Sequences and
Series). First, the terms are numbered from 0 onwards like this:
n= 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ...
xn = 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 ...
So term number 6 is called x6 (which equals 8).
Example: the the 8th term is the 7th term plus the 6th term:
x8 = x 7 + x 6
So we can write the rule:
The Rule is xn = xn−1 + xn−2
Christine H. Ferolino
Mathematics in Our World 3
The Fibonacci Sequence
where:
• xn is term number "n"
• xn−1 is the previous term (n−1)
• xn−2 is the term before that (n−2)
Example: term 9 is calculated like this:
x9= x9−1 + x9−2
= x8 + x 7
= 21 + 13
= 34
Christine H. Ferolino
Mathematics in Our World 4
The Fibonacci Sequence
(Sites.google.com) (Mathsbyagirl-Wordpress.com)
xn = φn − (1−φ)n√5
The answer comes out as a whole number, exactly equal to the addition of the
previous two terms.
Example: x6
x6 = (1.618034...)6 − (1−1.618034...)6√5
When I used a calculator on this (only entering the Golden Ratio to 6 decimal places)
I got the answer 8.00000033 , a more accurate calculation would be closer to 8.
You can also calculate a Fibonacci Number by multiplying the previous Fibonacci
Number by the Golden Ratio and then rounding (works for numbers above 1):
Christine H. Ferolino
Mathematics in Our World 5
The Fibonacci Sequence
Exercises:
1. Let Xn be the nth term of the Fibonacci sequence, with X1 =1 and X2 = 1 and
X3 = 2, and so on.
a. Find X8.
b. Find X19.
c. Find X26.
References
• Aufmann, R., Lockwood, J., Nation, R. and Clegg, D.,(2018) Mathematics in the
Modern World, Rex Book Store Inc. Manila, Philippines
• Tia Ghose, What is Fibonacci Sequence? http://www.livescience.com
• Fibonacci Sequence History. http.//science.jrank.org
• Pierce, Rod. (10 Apr 2020). "Fibonacci Sequence". Math Is Fun. Retrieved 9 Oct
2020 from http://www.mathsisfun.com/numbers/fibonacci-sequence.html
• Vila, C. (2016, September). Nature by numbers. The theory behind this movie.
Retrieved April 18, 2017, from
http://www.etereaestudios.com/docs_html/nbyn_htm/about_index.htm
• Golden spiral in rectangles. (2008, January 27). In Wikimedia Commons, the free
media repository. Retrieved April 19, 2017, from
https://upload.wikimedia.org/wikipedia/commons/7/70/Golden_
spiral_in_rectangleflip.png
• https://math.temple.edu/~reich/Fib/fibo.html
Christine H. Ferolino