Fibonacci Final Usha-2
Fibonacci Final Usha-2
Department Of Mathematics
Dharanidhar University, Keonjhar
Odisha – 758001
CERTIFICATE
This is to certify that this project has been made by USHARANI MAHANTA, a
P.G. final year student of MASTER OF SCIENCE (MATHEMATICS), DHARANIDHAR
UNIVERSITY, KEONJHAR under my guidance and have been completed it
successfully.
2
DECLARATION
I hereby declare that this is a Bonafide record of the work done by me in partial
fulfilment of the requirements for the award of the degree of MASTER OF SCIENCE
in MATHEMATICS by the DHARANIDHAR UNIVERSITY, KEONJHAR and this report has
not been submitted to any other University for the award of any degree to the best
of my knowledge and belief.
3
ACKNOWLEDGEMENT
I would like to express my profound gratitude to Mrs. Bijaylaxmi Majhi (HOD), of
P.G. department of Mathematics of DHARANIDHAR UNIVERSITY, KEONJHAR for her
contributions to the completion of my project titled FOBONACCI SEQUENCE, LUCAS
SEQUENCE AND THEIR PROPERTIES AND RELATIONS. I would like to express my
special thanks to our mentor for time and efforts he provided throughout the year.
His useful advice and suggestions were really helpful to me during the project’s
completion. In this aspect, I am eternally grateful to you. I would like to
acknowledge that this project was completed entirely by me and not by someone
else.
Signature
Date-
Your Name
4
Contents:-
➢ Introduction
➢ Golden Ratio and golden Rectangle
➢ Properties of Fibonacci and Lucas Numbers
➢ Binet’s Formulae for Fibonacci and Lucas
Numbers
➢ Relation Between Fibonacci and Lucas Numbers
➢ Further relation between the Lucas and Fibonacci
Numbers
Introduction
• Each pair produces a mixed pair every month, from the second
month:
6
This yeild the following recursive definition of the nth Fibonacci number 𝐹𝑛
𝐹1 = 1
𝐹2 = 1
𝐹𝑛 = 𝐹𝑛−1 + 𝐹𝑛−2 , 𝑛 ≥ 3
Closely related to Fibonacci numbers are the Lucas numbers 1, 3, 4, 7, 11, . .. named after
Lucas. Lucas numbers 𝐿𝑛 are defined recursively as follows
𝐿1 = 1
𝐿2 = 3
𝐿𝑛 = 𝐿𝑛−1 + 𝐿𝑛−2 , 𝑛 ≥ 3.
There is a huge interest of modern science in the application of the Golden Section and
Fibonacci numbers. The Fibonacci numbers 𝐹𝑛 are the terms of the sequence 0, 1, 2, 3, 5, . . ..
wherein each term is the sum of the two previous terms, beginning with the values 𝐹0 = 0,
and 𝐹1 = 1. On the other hand the ratio of two consecutive Fibonacci numbers converges to
1+√5
Golden mean, or Golden section 𝜙 = , which appers in modern research.
2
Definition 2.4.1. (Fibonacci Numbers) Fibonacci Numbers are the numbers in the integer
sequence defined by the recurrence relation𝐹𝑛 = 𝐹𝑛−1 + 𝐹𝑛−2 for all 𝑛 ≥ 2 with 𝐹 0 = 0
and 𝐹1 = 1.
Definition 2.4.2. (Lucas Numbers) Lucas Numbers are the numbers in the integer sequence
defined by the recurrence relation 𝐿𝑛 = 𝐿𝑛−1 + 𝐿𝑛−2 for all 𝑛 > 1 and 𝐿0 = 2 and
𝐿1 = 1.
7
Golden Ratio and Golden Rectangle
𝑎+𝑏 𝑎
=𝑏=𝜙
𝑎
Then
(𝑎+𝑏) 𝑏 1
=1+ 𝑎 = 1+
𝑎 𝜙
1
1+ = 𝜙
𝜙
𝜙2 = 𝜙 + 1
𝜙2− 𝜙−1=0
(1+√5)
𝜙 = 2
𝜙 = 1.61803398874989
𝜙 ≃ 1.618.
Definition 2.5.1. (Golden Rectangle) A golden rectangle is one whose side lengths are in
1+√5
golden ratio, that is, approximately 1: .
2
2. Draw a line from the midpoint of one side of the square to an opposite corner.
3. Use the line as radius to draw an arc that defines the height of the rectangle.
8
Properties of Fibonacci and Lucas Numbers
Theorem -1: - The sum of the first n Fibonacci numbers is equal to 𝐹𝑛+2 − 1.
Proof. We have
𝐹 1 = 𝐹3 − 𝐹2 ,
𝐹2 = 𝐹4 − 𝐹3 ,
𝐹𝑛−1 = 𝐹𝑛+1 − 𝐹𝑛 ,
𝐹𝑛 = 𝐹𝑛+2 − 𝐹𝑛+1 .
Theorem-2: - The sum of first n Fibonacci with odd suffixes is equal to F2n.
Proof. We know
𝐹1 = 𝐹2 ,
𝐹 3 = 𝐹4 − 𝐹2 ,
𝐹5 = 𝐹6 − 𝐹4 ,
.
.
9
.
𝐹1 + 𝐹3 + 𝐹5 + . . . . + 𝐹2𝑛−1 = 𝐹2𝑛 .
𝐹 12 = 𝐹1 𝐹2
𝐹22 = 𝐹2 𝐹3 − 𝐹1 𝐹2
Proof. We shall prove the theorem by the method of induction on 𝑚. for 𝑚 = 1, we get
𝐹𝑛 + 𝑘 = 𝐹𝑛−1 𝐹𝑘 + 𝐹𝑛 𝐹𝑘+1
and
10
Adding these two equations, we get
Hence
𝐹𝑛 + 𝑚 = 𝐹𝑛 −1 𝐹𝑚 + 𝐹𝑛 𝐹𝑚+1 .
2
Theorem -5: -𝐹𝑛+1 = 𝐹𝑛 𝐹𝑛+2 + (−1)𝑛 .
the assertion is true for 𝑛 = 1. let us assume that the theorem is true for 𝑛 = 1, 2, . . . , 𝑘.
2
𝐹𝑛+1 + 𝐹𝑛+1 𝐹𝑛+2 = 𝐹𝑛+1 𝐹𝑛+2 + 𝐹𝑛 𝐹𝑛+2 + (−1) 𝑛 .
Which implies that 𝐹𝑛+1 (𝐹𝑛+1 + 𝐹𝑛+2 ) = 𝐹𝑛+2 (𝐹𝑛 + 𝐹𝑛+1 ) + (−1)𝑛 . This simplifies
2 2
to 𝐹𝑛 +1 𝐹𝑛 +3 = 𝐹𝑛+2 + (−1) 𝑛 . Finally we have,𝐹𝑛+2 = 𝐹𝑛 + 1 𝐹𝑛 + 2 + (−1)𝑛+1 .
Theorem -6: - For the Fibonacci sequence, 𝑔𝑐𝑑(𝐹𝑛 , 𝐹𝑛+1 ) = 1 for every 𝑛 ≥ 1.
Proof. Let 𝑔𝑐𝑑(𝐹𝑛 , 𝐹𝑛+1 ) = 𝑑 > 1. Then 𝑑|𝐹𝑛 and 𝑑|𝐹𝑛+1 . Then 𝐹𝑛+1 − 𝐹𝑛 = 𝐹𝑛−1 will
also be divisible by d. Again, we know that 𝐹𝑛 − 𝐹𝑛−1 = 𝐹𝑛−2 . This implies 𝑑|𝐹𝑛−2 . Working
backwards, the same argument shows that 𝑑|𝐹𝑛−3 , 𝑑|𝐹𝑛−4 , . .. and finally that 𝑑|𝐹1 = 1. This
Proof. We shall prove the theorem by induction on 𝑛. For 𝑛 = 1 the theorem is true.
Let us assume that 𝐹𝑚 |𝐹𝑛𝑚 , for 𝑛 = 1,2,3, . . . , 𝑘. Now 𝐹𝑚(𝑘+1) = 𝐹𝑚𝑘 + 𝐹𝑚 = 𝐹𝑚𝑘−1 𝐹𝑚 =
𝐹𝑚𝑘 𝐹𝑚+1 + 𝐹𝑚 . The right hand site of the equation is divisible by Fm. Hence 𝑑|𝐹𝑚(𝑘+1) .
11
Lemma -1: - If 𝑚 = 𝑛𝑞 + 𝑟, then 𝑔𝑐𝑑(𝐹𝑚 , 𝐹𝑛 ) = 𝑔𝑐𝑑(𝐹𝑟 , 𝐹𝑛 ).
we claim that gcd(𝐹𝑛𝑞−1 , 𝐹 𝑛 ) = 1. Let 𝑑 = gcd(𝐹𝑛𝑞−1 , 𝐹𝑛 ). Then 𝑑|𝐹𝑛𝑞−1 and 𝑑|𝐹𝑛 . Also,
that 𝐹𝑛 |𝐹𝑛𝑞 . Therefore 𝑑|𝐹𝑛𝑞 . This d is the positive common divisor of 𝐹𝑛𝑞 and 𝐹𝑛𝑞−1 . but
Theorem -8: -The greatest common divisor of two Fibonacci number is again a Fibonacci
number.
𝑚 = 𝑞1 𝑛 + 𝑟1 , 0 ≤ 𝑟1 < 𝑛
𝑛 = 𝑞2 𝑟1 + 𝑟2 , 0 ≤ 𝑟2 < 𝑟1
𝑟1 = 𝑞3 𝑟2 + 𝑟3 , 0 ≤ 𝑟3 < 𝑟2 , . ..
𝑟𝑛−1 = 𝑞𝑛+1 𝑟𝑛 + 0
Gcd(𝐹𝑚 , 𝐹𝑛 ) = gcd(𝐹𝑟1 , 𝐹𝑛 )
= gcd(𝐹𝑟1 , 𝐹𝑟1 )
= gcd(𝐹𝑟𝑛−2 , 𝐹𝑟𝑛 ).
12
Since 𝑟𝑛 |𝑟𝑛−1, then 𝐹𝑟𝑛 |𝐹𝑟𝑛−1 . Therefore gcd(𝐹𝑟𝑛−1 , 𝐹𝑟𝑛 ) = 𝐹𝑟𝑛 . But 𝑟𝑛 , being the last non- zero
Proof. If𝐹𝑚 |𝐹𝑛 , then gcd(𝐹𝑚 , 𝐹𝑛 ) = 𝐹𝑚 . But we know that gcd(𝐹𝑚 , 𝐹𝑛 ) = 𝐹gcd(𝑚,𝑛) .
Theorem -10: -The sequence of ratio of successive Fibonacci Numbers 𝐹𝑛+1 |𝐹𝑛 converges to
𝐹𝑛+1
Golden Ratio i.e., 𝑙𝑖𝑚 𝑛 → ∞ = 𝜙.
𝐹𝑛
𝐹𝑛+1
Proof. We consider the sequence 𝑟𝑛 = , for 𝑛 = 1,2,3, . .. .Then by definition of
𝐹𝑛
𝐹𝑛+1 𝐹𝑛 +𝐹𝑛−1 1
Fibonacci Numbers, we have 𝑟𝑛= = =1+𝑟 .
𝐹𝑛 𝐹𝑛 𝑛−1
𝑥2 = 1 + 𝑥 = 𝑥2 − 𝑥 − 1 = 0
1+√5
𝑥= =𝜙
2
Hence,
𝐹𝑛+1
𝑙𝑖𝑚 𝑛 → ∞ = 𝜙.
𝐹𝑛
13
Binet’s Formulae for Fibonacci and Lucas Numbers
1+√5 1−√5
Lemma -2: - Let 𝛼 = and 𝛽 = , so that 𝛼 and 𝛽 are both roots of the equation
2 2
𝛼𝑛 −𝛽 𝑛
𝑥 2 = 𝑥 + 1. Then 𝐹𝑛 = , for all 𝑛 ≥ 1.
√5
𝛼𝑘−1 −𝛽 𝑘−1 𝛼𝑘 −𝛽 𝑘
Then 𝐹𝑘−1 = and 𝐹𝑘 = . Adding these two equations, we get
√5 √5
𝛼𝑘 𝛽𝑘 𝛼𝑘+1 +𝛽 𝑘+1
𝐹𝑘 + 𝐹𝑘−1 = (1 + 𝛼 −1 ) + (1 + 𝛽 −1 ). Then 𝐹𝑘+1 = .
√5 √5 √5
1+√5 1−√5
Lemma -3: -Let 𝛼 = and 𝛽 = , so that 𝛼 and 𝛽 are both roots of the equation
2 2
Proof. For 𝑛 = 1, 𝐿1 = 1. Then the theorem is true for 𝑛 = 1. Let us assume that it is
true for 𝑛 = 1,2, … , 𝑘. We have to prove that it is true for 𝑛 = 𝑘 + 1. Now
𝐿𝑘+1 = 𝛼 𝑘 (1 + 𝛼 −1 ) + 𝛽 𝑘 (1 + 𝛽 −1 )
𝐿𝑘+1 = 𝛼 𝑘 (1 + 𝛼 − 1) + 𝛽 𝑘 (1 + 𝛽 − 1)
14
Relation Between Fibonacci and Lucas Numbers
𝐿𝑘+1 = 𝐿𝑘 + 𝐿𝑘−1
Proof. Now
1
𝐿𝑛 𝐹𝑛 = (𝛼 𝑛 − 𝛽 𝑛 )(𝛼 𝑛 + 𝛽 𝑛 )
√5
1
𝐿𝑛 𝐹𝑛 = (𝛼 2𝑛 − 𝛽 2𝑛 )
√5
𝐿𝑛 𝐹𝑛 = 𝐹2𝑛
Proof. Induction:
= −5(−1)𝑛 .
15
Further relation between the Lucas and Fibonacci Numbers
Proof. By induction:
1 1
= 2 (𝐹𝑛 𝐿𝑚 + 𝐹𝑚 𝐿𝑛 ) + 2 (𝐹𝑛 𝐿𝑚−1 + 𝐹𝑚−1 𝐿𝑛 )
1
= 2 (𝐹𝑛 (𝐿𝑚 + 𝐿𝑛−1 )) + 𝐿𝑛 (𝐹𝑚 + 𝐹𝑚−1 )
1
= 2 (𝐹𝑛 𝐿𝑚+1 + 𝐿𝑛 𝐹𝑚+1 ).
Proof.
= (𝐹𝑛+1 − 𝐹𝑛−1 )2
= 𝐹𝑛2 .
b. 𝐿𝑛+2 𝐿𝑛+1 − 5𝐹𝑛+2 𝐹𝑛+1 = (𝐿𝑛+1 + 𝐿𝑛 )𝐿𝑛+1 − 5(𝐹𝑛+1 𝐹𝑛 )𝐹𝑛+1
= 𝐿2𝑛+1 − 5𝐹𝑛+1
2
+ 2(−1)𝑛
= 4(−1)𝑛+1 + 2(−1)𝑛
= 2(−1)𝑛 .
16
17