Report On The Analysis of The Fibonacci Sequence
Report On The Analysis of The Fibonacci Sequence
Department of Mathematics
School of Technology
Pandit Deendayal Petroleum University
Gandhinagar
May 2018
Report Submitted by:
Page 2
Table of Contents
Acknowledgements................................................................................. 4
Introduction ............................................................................................ 5
The Fibonacci Sequence: What is it? .................................................... 5
The Fibonacci Sequence in Nature ....................................................... 6
History of Mathematical Technique ........................................................ 8
Methodology .......................................................................................... 9
The Algorithm....................................................................................... 9
The Calculation for Fibonacci Sequence ............................................. 10
Results and Discussions ........................................................................ 13
Conclusion ............................................................................................ 15
Page 3
Acknowledgements
This report and project could not have been possible without the
support of the faculty, Dr. Bhasha Vachhrajani. We remain gratified
to her for her guidance and support throughout the semester. We
are indebted to the institution for its conducive environment and
support so that more ideas and ideals can flourish. We express our
heartfelt gratitude to the above mentioned dignitaries and hence
begin our report on The Analysis of Fibonacci Sequence using
Calculus of Residue.
Page 4
Introduction
C
onventional wisdom suggests that the Fibonacci numbers were first
introduced in 1202 by Leonardo of Pisa, better known today as
Fibonacci, in his book Liber Abaci, the most influential text on
mathematics produced in Europe at that time. The Fibonacci number
sequence appeared in the solution to the following problem:
“A certain man put a pair of rabbits in a place surrounded on all sides by a wall.
How many pairs of rabbits can be produced from that pair in a year if it is supposed
that every month each pair begets a new pair which from the second month on
becomes productive? "
𝐹𝑛 = 𝐹𝑛+1 + 𝐹𝑛+2
Although Fibonacci only gave the sequence, he obviously knew that the nth
number of his sequence was the sum of the two previous numbers. Johannes
Kepler, known today for the “Keplers’ Laws" of celestial mechanics, noticed
that the ratio of consecutive Fibonacci numbers, as in for example approaches
which is called the Golden or Divine Ratio
Page 5
55 1+√5
= 1.618 ….≈ ∅ =
34 2
Page 6
The wealth of examples cited in the previous paragraph indicates that the
Fibonacci numbers represent a fundamental mathematical structure. The
presence of these numbers and the Golden ratio in nature is certainly a
fascinating prevalent tendency, particularly in the botanical and zoological
realms.
The presence of Fibonacci numbers has been noted within ladder and cascade
Electronic Network Analysis, Modern Music, Tributary patterns of stream and
Drainage Patterns, Atomic Physics, Education and Economics. It is not always
clear why these numbers appear but in a number of instances, they do reflect
minimization or optimization principles of some sort, namely the notion that
nature is efficient yet “lazy", making the most of available resources. The
ubiquitous nature of Fibonacci numbers has even inspired the creation of a
journal, the Fibonacci Quarterly.
Page 7
History of Mathematical Technique
As previously mentioned, one can compute a Fibonacci number by using the
previous two fibonacci numbers as reference:
𝑭𝒏 = 𝑭𝒏+𝟏 + 𝑭𝒏+𝟐
However, in 1843, Binet derived a new formula for calculating the nth
Fibonacci number:
𝒏 𝒏
(𝟏 + √𝟓) − (𝟏 − √𝟓)
𝑭𝒏 =
𝟐𝒏 √𝟓
The Fibonacci numbers also share the special bond with the Golden ratio
which approximately ∅ ≈ 1.618 as the limit to infinity of consecutive
Fibonacci number converges to the Golden ratio
𝐹𝑛
lim =Φ
𝑛→∞ 𝐹𝑛−1
Page 8
Methodology
T
he analysis of recurrence relations is usually done analogous to solving
differential equations. One sees the type of relation and decides the
kind of solution it might have and by inspection alone, she finds the
expression for an.
The Algorithm
For this, the following algorithm is followed:
Page 9
The Calculation for Fibonacci Sequence
𝑭𝒏 = 𝑭𝒏+𝟏 + 𝑭𝒏+𝟐
𝑓 (𝑧) ≝ ∑ 𝑧 𝑛 𝐹𝑛
𝑛=0
𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡:
1 𝑓 (𝑧)
𝐹𝑛 = ∮ 𝑛+1
2𝜋𝑖 𝑐 𝑧
Page
10
𝑧
𝑓 (𝑧) =
1 − 𝑧2 − 𝑧
Hence,
𝑧
𝑓 (𝑧) =
1 + √5 (1 − √5)
(𝑧 + ) (𝑧 + )
2 2
1 1 1
𝐹𝑛 = ∮ 𝑛
2𝜋𝑖 𝑐 𝑧 1 + √5 (1 − √5)
(𝑧 + ) (𝑧 + )
2 2
1+√5 (1−√5)
Let = 𝑎 𝑎𝑛𝑑 = 𝑏.
2 2
Here we observe that for the contour C which is a unit circle encircling the
origin; we have an nth pole and two simple poles. The nth order pole lies inside
the region while the rest do not. However, the calculation of residue at z=0
becomes a tedious task as one must differentiate the given expression n times.
Hence, we deform the contour such that it does not cover the poles at, say a
and b. The more we deform the contour, the sooner we realize that we can
switch the huge deformed contour to two smaller contours encircling the
points a & b. Hence we are left at calculating the residue at the simple poles
only, while the nth pole can be altogether neglected.
1 1
𝐹𝑛 = (−2𝜋𝑖)(−1)[𝑅𝑒𝑠𝑧=𝑎 ( 𝑛 )
2𝜋𝑖 𝑧 (𝑧 − 𝑎)(𝑧 − 𝑏)
1
+ 𝑅𝑒𝑠𝑧=𝑏 ( 𝑛 )]
𝑧 (𝑧 − 𝑎)(𝑧 − 𝑏)
1 1
𝐹𝑛 = −
𝑎𝑛 (𝑎 − 𝑏) 𝑏𝑛 (𝑎 − 𝑏)
Page
11
𝒏 𝒏
𝟏 𝟏 + √𝟓 (√𝟓 − 𝟏)
𝑭𝒏 = [( ) − (−𝟏)𝒏 ( ) ]
√𝟓 𝟐 𝟐
Now, we may apply our limiting case and see what happens to Fn as n tends to
infinity.
𝐹𝑛+1
=𝛷
𝐹𝑛
Page
12
Results and Discussions
T
he above shown calculations are sufficient proof that the growth of the
Fibonacci series is directly linked to the Golden Ratio. From the
expressions obtained, we see that, for large values of n, the ratio of two
consecutive Fibonacci numbers is the Golden ratio. This result, obtained
purely through the generating function and not through any inspection is
completely devoid of undeterminable constants and variable functions of any
other variable, as we see in the case of solving a recurrence relation using
inspection.
Additionally, one may also infer that the Golden Mean is the most irrational
number out there.
1
𝑥=
1+𝑥
𝑥2 + 𝑥 − 1 = 0
1
𝑥 = 𝛷 𝑎𝑛𝑑
𝛷
Page
13
Where we can see that for all values of n belonging to whole
numbers, the radicals eliminate themselves and the Fibonacci
numbers’ nature remains integral.
The following relations too, bring significant connection between
the Fibonacci spiral and the exponential rate of growth of the
Fibonacci sequence.
1+√5
lim 𝐹𝑛 = 𝑒 𝑛 ln( 2 ) = Φn
𝑛→∞
𝐹𝑛+1
=𝛷
𝐹𝑛
Page
14
Conclusion
W
ith the above mentioned calculations and results in place,
we hereby conclude our report with the essence of pure
awe towards the beauty of nature and how it can be
appreciated using mathematics. The applications of pure
mathematics are immense and they shall remain our only way of
comprehending the truth, in a more philosophical and metaphysical
sense. With an engineering perspective, the scope of mathematical
applications in Electrical Engineering is immense and the more we
learn, the more convenient the world becomes for us.
Page
15