LESSON 1.3 The Fibonacci Sequence
LESSON 1.3 The Fibonacci Sequence
Specific Objectives
29
MATHEMATICS IN THE MODERN WORLD
Discussion
Sequence
Sequence refers to an ordered list of numbers called terms, that may have
repeated values. The arrangement of these terms is set by a definite rule.
th
(Mathematics in the Modern World, 14 Edition, Aufmann, RN. et al.).
Cosider the given below example:
1, 3, 5, 7, …
(1stterm) (2nd term) (3rd term) (4th term)
As shown above, the elements in the sequence are called terms. It is called
sequence because the list is ordered and it follows a certain kind of pattern
that must be recognized in order to see the expanse. The three dots at the
end of the visible patterns means that the sequence is infinite.
There are different types of sequence and the most common are the
arithmetic sequence, geometric sequence, harmonic sequence, and
Fibonacci sequence.
2, 4, 6, 8, 10, 12 …
2 2 2 2 2 30
MATHEMATICS IN THE MODERN WORLD
Notice in the given example above, the common difference between two
consecutive terms in the sequence is two. The common difference is the
clue that must be figure out in a pattern in order to recognize it as an
arithmetic sequence.
8 32 128,
2, 8, 32, 128, …
4 4 4
Harmonic Sequence. In the sequence, the reciprocal of the terms behaved in
a manner like arithmetic sequence. Consider the example below and notice
an interesting pattern in the series. With this pattern, the reciprocal appears
like arithmetic sequence. Only in recognizing the appearance that we can
finally decode the sequencing the govern the series.
12, 14, 16, 18, 101, …
1, 1, 2, 3, 5, 8, 13, 21, …
0+1=1 0,1,1
1+1=2 0,1,1,2
1+2=3 0,1,1,2,3
2+3=5 0,1,1,2,3,5
th
Notice that the number 2 is actually the sum of 1 and 1. Also the 5 term
which is number 5 is based on addition of the two previous terms 2, and 3.
That is the kind of pattern being generated by the Fibonacci sequence. It is
infinite in expanse and it was once purely maintained claim as a
mathematical and mental exercise but later on the it was observed that the
ownership of this pattern was also being claimed by some species of
flowers, petals, pineapple, pine cone, cabbages and some shells.
1, 1, 2, 3, 5, 8, 13, 21, …
To explore a little bit more about the Fibonacci sequence, the location of
the term was conventionally tagged as Fib( ). This means that Fib(1)=1,
Fib(2)=1, Fib(3)=2 and Fib(4)=3. In this method, the Fib( ) is actually
referring to the the th term of the sequence. It is also possible to make
some sort of addition in this sequence. For instance:
Formula for computing for the nth term in the Fibonacci Sequence
n n
xn = φ − (1−φ)
√5
32
MATHEMATICS IN THE MODERN WORLD
Where:
Xn stands for the Fibonacci number we’re looking for
N stands for the position of the number in the Fibonacci sequence
Φ stands for the value of the golden ratio
th
Let us try for example: What is the 5 Fibonacci number? By using the formula
we’ll get:
5 5
X5 = (1.618) − (1−1.618)
√5
X5= 5
33
MATHEMATICS IN THE MODERN WORLD
As we can see in the figure, there is no complexity in forming a spiral with
the use of the golden rectangle starting from one of the sides of the first
Fibonacci square going to the edges of each of the next squares. This
golden rectangle shows that the Fibonacci sequence is not only about
sequence of numbers of some sort but it is also a geometric sequence
observing a rectangle ratio. The spiral line generated by the ratio is
generously scattered around from infinite to infinitesimal.
34