Module 1.2 The Fibonacci Sequence
Module 1.2 The Fibonacci Sequence
1.
2.
3.
13
21
2
3
1 1
8
5
Make a Spiral
Human mind is capable of identifying and organizing patterns. We were also to
realized that there are structures and patterns in nature that we don’t usually
draw attention to. Likewise, we arrived at a position that in nature, some things
follow mathematical sequences and one of them follow the Fibonacci
sequence.
EXAMPLE:
Can you figure out the next two numbers? 2 584, 4 181
ORIGIN OF FIBONACCI SEQUENCE
THE FIBONACCI SEQUENCE AND THE GOLDEN RATIO || MATHEMATICS IN THE MODERN WORLD (youtube.com)
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. Consider the given below
example:
The location of the term was conventionally tagged as Fib(𝑛). In this
method, the Fib(𝑛) is actually referring to the 𝑛th term of the sequence. This
means that Fib(1)=1, Fib(2)=1, Fib(3)=2 and Fib(4)=3.
Example:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1 597, …
For instance:
Fib(2) refers to the 2nd term in the sequence