SlideShare a Scribd company logo
1 of 23
INTRODUCTION
In mathematics, the Fibonacci numbers or Fibonacci series are
the numbers in the following integer sequence:
1, 1, 2, 3, 5, 8, 13, 21 ,34, 55…
or (in modern usage):
0 ,1, 1, 2, 3, 5, 8, 13, 21 ,34, 55…
In mathematical terms,
Fn=Fn-1 + Fn-2 ,
with seed values :
F0=1 and F1=1
or
F0=0 and F1=1
…
F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15
0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610
The first 15 Fibonacci numbers Fn for n = 0, 1, 2, ..., 14 are:
The sequence can also be extended to negative index n :
Fn-2 = Fn – Fn-1
which yields the sequence of "negafibonacci“ numbers satisfying:
F-n = (-1)n+1 Fn
Thus the bidirectional sequence is:
F−7 F−6 F−5 F−4 F−3 F−2 F−1 F0 F1 F2 F3 F4 F5 F6 F7
13 −8 5 −3 2 −1 1 0 1 1 2 3 5 8 13
HISTORY
The Fibonacci sequence is
named after Fibonacci. His 1202
book Liber Abaci introduced the
sequence to Western European
mathematics.
Let L be the linear operator on R represented by the matrix
For any vector v = (x, y) , we have that
In particular, for the vector uk whose coordinates are two consecutive Fibonacci
numbers (Fk, Fk−1) , we have that
=
Thus we can produce a vector whose coordinates are two consecutive Fibonacci
numbers, by applying L many times to the vector u1 with coordinates (F1, F0) =(1,0)
Equation above is nothing but a reformulation of the definition of Fibonacci
numbers. This equation, however, allows us to find an explicit formula for Fibonacci
numbers as soon as we know how to calculate the powers An of the matrix A with
the help of the diagonalization.
DIAGONALIZATION
Any square matrix A is dioganalizable if there is a non-singular matrix S of the
same size such that the matrix S−1AS is diagonal. That means all entries of
S−1AS except possibly diagonal entries are zeros. The numbers which show
up on the diagonal of S−1AS are the eigenvalues of A. For a diagonal matrix, it
is very easy to calculate its powers.
Let A be a dioganalizable matrix of size m × m, and assume that
for a non-singular matrix S. Then for an integer n ≥ 0
Hence, An = SΛnS−1 where Λ is denote diagonal matrix with Eigen values.
Back to our problem…we begin with finding the eigenvalues of A as the roots
of its characteristic polynomial
Solving the above quadratic equation we get,
since the two eigenvalues are real and distinct, that the matrix A
dioganalizable. Now let us find the eigenvectors from the equations
We solve these equations and find eigenvectors:
Now the non singular matrix S
And
We know that An = SΛnS−1
Using the reformulated equation
Equating the entries of the vectors in the last formula we obtain
KEPLER THEOREM
Johannes Kepler observed that the ratio of
consecutive Fibonacci numbers converges. He wrote
that "as 5 is to 8 so is 8 to 13, practically, and as 8 is to
13, so is 13 to 21 almost", and concluded that the limit
approaches the golden ratio .
Now lets prove kepler’s theorem…
RECOGNIZING FIBONACCI NUMBERS
The question may arise whether a positive integer x is a Fibonacci
number. This is true if and only if one or both of 5x2 + 4 or 5x2 - 4
is a perfect square.
Example-
Q-Whether 5 is a Fibonacci number or not?
A- Yes it is, because
5(5*5) - 4= 121
And √121 = 11
DIVISIBILITY PROPERTIES
Every 3rd number of the sequence is even and more generally,
every kth number of the sequence is a multiple of Fk. Thus the
Fibonacci sequence is an example of a divisibility sequence. In
fact, the Fibonacci sequence satisfies the stronger divisibility
property :
A Fibonacci prime is a Fibonacci number that is prime. The first
few are:
2, 3, 5, 13, 89, 233, 1597, 28657, 514229, ...
FIBONACCI PRIMES
APPLICATIONS
• Applications include computer algorithms such as the
Fibonacci search technique and the Fibonacci heap data
structure, and graphs called Fibonacci cubes used for
interconnecting parallel and distributed systems.
• They also appear in biological settings, such as branching in
trees, the fruit sprouts of a pineapple, the flowering of
artichoke, an uncurling fern and the arrangement of a pine
cone.
OBSERVATION
The Fibonacci numbers occur in the sums of "shallow" diagonals
in Pascal's triangle:
INTRODUCTION
Similar to the Fibonacci numbers, each Lucas number is defined
to be the sum of its two immediate previous terms. The first two
Lucas numbers are L0 = 2 and L1 = 1 as opposed to the first two
Fibonacci numbers F0 = 0 and F1 = 1. Though closely related in
definition, Lucas and Fibonacci numbers exhibit distinct
properties.
2, 1, 3, 4 , 7, 11, 18, 29, 47, 76, 123, …
…
Using Ln−2 = Ln − Ln−1, one can extend the Lucas numbers to
negative integers to obtain a doubly infinite sequence:
..., −11, 7, −4, 3, −1, 2, 1, 3, 4, 7, 11, ...
(terms Ln for -6<n<6 are shown).
The formula for terms with negative indices in this sequence is :
L-n = (-1)n+1 Ln
RELATIONSHIP TO
FIBONACCI NUMBERS
The Lucas numbers are related to the Fibonacci numbers by the
identities :
LUCAS PRIMES
A Lucas prime is a Lucas number that is prime. The first few
Lucas primes are
2, 3, 7, 11, 29, 47, 199, 521, 2207, 3571, 9349, ...
Fibonacci numbers And  Lucas numbers

More Related Content

What's hot

linear equation and gaussian elimination
linear equation and gaussian eliminationlinear equation and gaussian elimination
linear equation and gaussian eliminationAju Thadikulangara
 
Applications of Matrices
Applications of MatricesApplications of Matrices
Applications of Matricessanthosh kumar
 
Modular arithmetic
Modular arithmeticModular arithmetic
Modular arithmeticsangeetha s
 
6.4 inverse matrices
6.4 inverse matrices6.4 inverse matrices
6.4 inverse matricesmath260
 
22 the fundamental theorem of algebra x
22 the fundamental theorem of algebra x22 the fundamental theorem of algebra x
22 the fundamental theorem of algebra xmath260
 
Lecture 05 b radicals multiplication and division
Lecture 05 b radicals multiplication and divisionLecture 05 b radicals multiplication and division
Lecture 05 b radicals multiplication and divisionHazel Joy Chong
 
complex numbers 1
complex numbers 1complex numbers 1
complex numbers 1youmarks
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinantsKum Visal
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matricesStudent
 
Gaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equationGaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equationStudent
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methodsTarun Gehlot
 

What's hot (20)

numerical methods
numerical methodsnumerical methods
numerical methods
 
linear equation and gaussian elimination
linear equation and gaussian eliminationlinear equation and gaussian elimination
linear equation and gaussian elimination
 
Fibonacci Numbers (abridged)
Fibonacci Numbers (abridged)Fibonacci Numbers (abridged)
Fibonacci Numbers (abridged)
 
complex numbers
complex numberscomplex numbers
complex numbers
 
Theory of Equation
Theory of EquationTheory of Equation
Theory of Equation
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Applications of Matrices
Applications of MatricesApplications of Matrices
Applications of Matrices
 
Modular arithmetic
Modular arithmeticModular arithmetic
Modular arithmetic
 
6.4 inverse matrices
6.4 inverse matrices6.4 inverse matrices
6.4 inverse matrices
 
22 the fundamental theorem of algebra x
22 the fundamental theorem of algebra x22 the fundamental theorem of algebra x
22 the fundamental theorem of algebra x
 
Vector spaces
Vector spacesVector spaces
Vector spaces
 
Lecture 05 b radicals multiplication and division
Lecture 05 b radicals multiplication and divisionLecture 05 b radicals multiplication and division
Lecture 05 b radicals multiplication and division
 
complex numbers 1
complex numbers 1complex numbers 1
complex numbers 1
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Numerical method
Numerical methodNumerical method
Numerical method
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
 
Gaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equationGaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equation
 
Graph of functions
Graph of functionsGraph of functions
Graph of functions
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
 

Viewers also liked

541 Interactive ppt Fibonacci Sequence
541 Interactive ppt Fibonacci Sequence541 Interactive ppt Fibonacci Sequence
541 Interactive ppt Fibonacci Sequencemrs826
 
Fibonacci sequence
Fibonacci sequenceFibonacci sequence
Fibonacci sequencelmrio
 
Edtech 541 Adaptive and Assistive Technology
Edtech 541 Adaptive and Assistive TechnologyEdtech 541 Adaptive and Assistive Technology
Edtech 541 Adaptive and Assistive Technologymrs826
 
Bca ii dfs u-4 sorting and searching structure
Bca ii dfs u-4 sorting and searching structureBca ii dfs u-4 sorting and searching structure
Bca ii dfs u-4 sorting and searching structureRai University
 
Topic11 sortingandsearching
Topic11 sortingandsearchingTopic11 sortingandsearching
Topic11 sortingandsearchingGopi Saiteja
 
Ec2308 microprocessor and_microcontroller__lab1
Ec2308 microprocessor and_microcontroller__lab1Ec2308 microprocessor and_microcontroller__lab1
Ec2308 microprocessor and_microcontroller__lab1v1i7n9i2
 
Golden ratio and golden rectangle
Golden ratio and golden rectangleGolden ratio and golden rectangle
Golden ratio and golden rectangleMeeran Banday
 
7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patil7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patilwidespreadpromotion
 
Arrays searching-sorting
Arrays searching-sortingArrays searching-sorting
Arrays searching-sortingAjharul Abedeen
 
Data Structures - Searching & sorting
Data Structures - Searching & sortingData Structures - Searching & sorting
Data Structures - Searching & sortingKaushal Shah
 
Data structure and its types
Data structure and its typesData structure and its types
Data structure and its typesNavtar Sidhu Brar
 
Chapter 11 - Sorting and Searching
Chapter 11 - Sorting and SearchingChapter 11 - Sorting and Searching
Chapter 11 - Sorting and SearchingEduardo Bergavera
 

Viewers also liked (20)

541 Interactive ppt Fibonacci Sequence
541 Interactive ppt Fibonacci Sequence541 Interactive ppt Fibonacci Sequence
541 Interactive ppt Fibonacci Sequence
 
Fibonacci sequence
Fibonacci sequenceFibonacci sequence
Fibonacci sequence
 
Fibonacci Sequence
Fibonacci SequenceFibonacci Sequence
Fibonacci Sequence
 
Fibonacci Series
Fibonacci SeriesFibonacci Series
Fibonacci Series
 
Edtech 541 Adaptive and Assistive Technology
Edtech 541 Adaptive and Assistive TechnologyEdtech 541 Adaptive and Assistive Technology
Edtech 541 Adaptive and Assistive Technology
 
Fibonaci
FibonaciFibonaci
Fibonaci
 
Bca ii dfs u-4 sorting and searching structure
Bca ii dfs u-4 sorting and searching structureBca ii dfs u-4 sorting and searching structure
Bca ii dfs u-4 sorting and searching structure
 
Topic11 sortingandsearching
Topic11 sortingandsearchingTopic11 sortingandsearching
Topic11 sortingandsearching
 
Searching and Sorting
Searching and SortingSearching and Sorting
Searching and Sorting
 
Database Validation
Database ValidationDatabase Validation
Database Validation
 
Ec2308 microprocessor and_microcontroller__lab1
Ec2308 microprocessor and_microcontroller__lab1Ec2308 microprocessor and_microcontroller__lab1
Ec2308 microprocessor and_microcontroller__lab1
 
Merge sort and quick sort
Merge sort and quick sortMerge sort and quick sort
Merge sort and quick sort
 
Golden ratio and golden rectangle
Golden ratio and golden rectangleGolden ratio and golden rectangle
Golden ratio and golden rectangle
 
7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patil7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patil
 
Arrays searching-sorting
Arrays searching-sortingArrays searching-sorting
Arrays searching-sorting
 
The golden ratio
The golden ratioThe golden ratio
The golden ratio
 
Algorithms
AlgorithmsAlgorithms
Algorithms
 
Data Structures - Searching & sorting
Data Structures - Searching & sortingData Structures - Searching & sorting
Data Structures - Searching & sorting
 
Data structure and its types
Data structure and its typesData structure and its types
Data structure and its types
 
Chapter 11 - Sorting and Searching
Chapter 11 - Sorting and SearchingChapter 11 - Sorting and Searching
Chapter 11 - Sorting and Searching
 

Similar to Fibonacci numbers And Lucas numbers

LECTURE-MMW-02-FIBONACCI-SEQUENCE-SY-2023.pptx
LECTURE-MMW-02-FIBONACCI-SEQUENCE-SY-2023.pptxLECTURE-MMW-02-FIBONACCI-SEQUENCE-SY-2023.pptx
LECTURE-MMW-02-FIBONACCI-SEQUENCE-SY-2023.pptxClareAngelaPalce
 
20 sequences x
20 sequences x20 sequences x
20 sequences xmath266
 
20 sequences x
20 sequences x20 sequences x
20 sequences xmath266
 
Fibonacci and Related Sequences
Fibonacci and Related SequencesFibonacci and Related Sequences
Fibonacci and Related SequencesInsMartins35394
 
Digital text front
Digital text frontDigital text front
Digital text frontalfiya1710
 
Harmonic and Other Sequences
Harmonic and Other SequencesHarmonic and Other Sequences
Harmonic and Other Sequencesstephendy999
 
Fibonacci Sequence
Fibonacci SequenceFibonacci Sequence
Fibonacci SequenceArlene Leron
 
Du1 complex numbers and sequences
Du1 complex numbers and sequencesDu1 complex numbers and sequences
Du1 complex numbers and sequencesjmancisidor
 
Mini-Thomas-ppt.pptx
Mini-Thomas-ppt.pptxMini-Thomas-ppt.pptx
Mini-Thomas-ppt.pptxSubha322492
 
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.IOSRJM
 
Mathematics power point presenttation on the topic
Mathematics power point presenttation on the topicMathematics power point presenttation on the topic
Mathematics power point presenttation on the topicMeghansh Gautam
 
M3 l1 sequences &amp; series
M3 l1 sequences &amp; seriesM3 l1 sequences &amp; series
M3 l1 sequences &amp; seriesmooca76
 
Sequence formulas direct and recursive
Sequence formulas direct and recursiveSequence formulas direct and recursive
Sequence formulas direct and recursiveZohaib Khalid
 
Skiena algorithm 2007 lecture16 introduction to dynamic programming
Skiena algorithm 2007 lecture16 introduction to dynamic programmingSkiena algorithm 2007 lecture16 introduction to dynamic programming
Skiena algorithm 2007 lecture16 introduction to dynamic programmingzukun
 

Similar to Fibonacci numbers And Lucas numbers (20)

LECTURE-MMW-02-FIBONACCI-SEQUENCE-SY-2023.pptx
LECTURE-MMW-02-FIBONACCI-SEQUENCE-SY-2023.pptxLECTURE-MMW-02-FIBONACCI-SEQUENCE-SY-2023.pptx
LECTURE-MMW-02-FIBONACCI-SEQUENCE-SY-2023.pptx
 
Fibonacci using matlab
Fibonacci using matlabFibonacci using matlab
Fibonacci using matlab
 
20 sequences x
20 sequences x20 sequences x
20 sequences x
 
20 sequences x
20 sequences x20 sequences x
20 sequences x
 
Fibonacci and Related Sequences
Fibonacci and Related SequencesFibonacci and Related Sequences
Fibonacci and Related Sequences
 
Digital text front
Digital text frontDigital text front
Digital text front
 
Harmonic and Other Sequences
Harmonic and Other SequencesHarmonic and Other Sequences
Harmonic and Other Sequences
 
Lucas Quotient Lemmas
Lucas Quotient LemmasLucas Quotient Lemmas
Lucas Quotient Lemmas
 
Fibonacci Sequence
Fibonacci SequenceFibonacci Sequence
Fibonacci Sequence
 
Du1 complex numbers and sequences
Du1 complex numbers and sequencesDu1 complex numbers and sequences
Du1 complex numbers and sequences
 
Mini-Thomas-ppt.pptx
Mini-Thomas-ppt.pptxMini-Thomas-ppt.pptx
Mini-Thomas-ppt.pptx
 
Task 4
Task 4Task 4
Task 4
 
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
 
Paper06
Paper06Paper06
Paper06
 
Mathematics power point presenttation on the topic
Mathematics power point presenttation on the topicMathematics power point presenttation on the topic
Mathematics power point presenttation on the topic
 
PS.pptx
PS.pptxPS.pptx
PS.pptx
 
M3 l1 sequences &amp; series
M3 l1 sequences &amp; seriesM3 l1 sequences &amp; series
M3 l1 sequences &amp; series
 
Sequence formulas direct and recursive
Sequence formulas direct and recursiveSequence formulas direct and recursive
Sequence formulas direct and recursive
 
Patterns in numbers
Patterns in numbersPatterns in numbers
Patterns in numbers
 
Skiena algorithm 2007 lecture16 introduction to dynamic programming
Skiena algorithm 2007 lecture16 introduction to dynamic programmingSkiena algorithm 2007 lecture16 introduction to dynamic programming
Skiena algorithm 2007 lecture16 introduction to dynamic programming
 

More from Shashank Singh

More from Shashank Singh (7)

median and order statistics
median and order statisticsmedian and order statistics
median and order statistics
 
relational algebra
relational algebrarelational algebra
relational algebra
 
graph theory
graph theorygraph theory
graph theory
 
Network layer
Network layerNetwork layer
Network layer
 
Self organising list
Self organising listSelf organising list
Self organising list
 
Micro programmed control
Micro programmed  controlMicro programmed  control
Micro programmed control
 
Execution of functions
Execution of functionsExecution of functions
Execution of functions
 

Recently uploaded

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 

Recently uploaded (20)

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 

Fibonacci numbers And Lucas numbers

  • 1.
  • 2.
  • 3. INTRODUCTION In mathematics, the Fibonacci numbers or Fibonacci series are the numbers in the following integer sequence: 1, 1, 2, 3, 5, 8, 13, 21 ,34, 55… or (in modern usage): 0 ,1, 1, 2, 3, 5, 8, 13, 21 ,34, 55… In mathematical terms, Fn=Fn-1 + Fn-2 , with seed values : F0=1 and F1=1 or F0=0 and F1=1
  • 4. … F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 The first 15 Fibonacci numbers Fn for n = 0, 1, 2, ..., 14 are: The sequence can also be extended to negative index n : Fn-2 = Fn – Fn-1 which yields the sequence of "negafibonacci“ numbers satisfying: F-n = (-1)n+1 Fn Thus the bidirectional sequence is: F−7 F−6 F−5 F−4 F−3 F−2 F−1 F0 F1 F2 F3 F4 F5 F6 F7 13 −8 5 −3 2 −1 1 0 1 1 2 3 5 8 13
  • 5. HISTORY The Fibonacci sequence is named after Fibonacci. His 1202 book Liber Abaci introduced the sequence to Western European mathematics.
  • 6.
  • 7. Let L be the linear operator on R represented by the matrix For any vector v = (x, y) , we have that In particular, for the vector uk whose coordinates are two consecutive Fibonacci numbers (Fk, Fk−1) , we have that = Thus we can produce a vector whose coordinates are two consecutive Fibonacci numbers, by applying L many times to the vector u1 with coordinates (F1, F0) =(1,0) Equation above is nothing but a reformulation of the definition of Fibonacci numbers. This equation, however, allows us to find an explicit formula for Fibonacci numbers as soon as we know how to calculate the powers An of the matrix A with the help of the diagonalization.
  • 8. DIAGONALIZATION Any square matrix A is dioganalizable if there is a non-singular matrix S of the same size such that the matrix S−1AS is diagonal. That means all entries of S−1AS except possibly diagonal entries are zeros. The numbers which show up on the diagonal of S−1AS are the eigenvalues of A. For a diagonal matrix, it is very easy to calculate its powers. Let A be a dioganalizable matrix of size m × m, and assume that for a non-singular matrix S. Then for an integer n ≥ 0 Hence, An = SΛnS−1 where Λ is denote diagonal matrix with Eigen values.
  • 9.
  • 10. Back to our problem…we begin with finding the eigenvalues of A as the roots of its characteristic polynomial Solving the above quadratic equation we get, since the two eigenvalues are real and distinct, that the matrix A dioganalizable. Now let us find the eigenvectors from the equations We solve these equations and find eigenvectors:
  • 11. Now the non singular matrix S And We know that An = SΛnS−1 Using the reformulated equation Equating the entries of the vectors in the last formula we obtain
  • 12. KEPLER THEOREM Johannes Kepler observed that the ratio of consecutive Fibonacci numbers converges. He wrote that "as 5 is to 8 so is 8 to 13, practically, and as 8 is to 13, so is 13 to 21 almost", and concluded that the limit approaches the golden ratio .
  • 13. Now lets prove kepler’s theorem…
  • 14. RECOGNIZING FIBONACCI NUMBERS The question may arise whether a positive integer x is a Fibonacci number. This is true if and only if one or both of 5x2 + 4 or 5x2 - 4 is a perfect square. Example- Q-Whether 5 is a Fibonacci number or not? A- Yes it is, because 5(5*5) - 4= 121 And √121 = 11
  • 15. DIVISIBILITY PROPERTIES Every 3rd number of the sequence is even and more generally, every kth number of the sequence is a multiple of Fk. Thus the Fibonacci sequence is an example of a divisibility sequence. In fact, the Fibonacci sequence satisfies the stronger divisibility property : A Fibonacci prime is a Fibonacci number that is prime. The first few are: 2, 3, 5, 13, 89, 233, 1597, 28657, 514229, ... FIBONACCI PRIMES
  • 16. APPLICATIONS • Applications include computer algorithms such as the Fibonacci search technique and the Fibonacci heap data structure, and graphs called Fibonacci cubes used for interconnecting parallel and distributed systems. • They also appear in biological settings, such as branching in trees, the fruit sprouts of a pineapple, the flowering of artichoke, an uncurling fern and the arrangement of a pine cone.
  • 17. OBSERVATION The Fibonacci numbers occur in the sums of "shallow" diagonals in Pascal's triangle:
  • 18.
  • 19. INTRODUCTION Similar to the Fibonacci numbers, each Lucas number is defined to be the sum of its two immediate previous terms. The first two Lucas numbers are L0 = 2 and L1 = 1 as opposed to the first two Fibonacci numbers F0 = 0 and F1 = 1. Though closely related in definition, Lucas and Fibonacci numbers exhibit distinct properties. 2, 1, 3, 4 , 7, 11, 18, 29, 47, 76, 123, …
  • 20. … Using Ln−2 = Ln − Ln−1, one can extend the Lucas numbers to negative integers to obtain a doubly infinite sequence: ..., −11, 7, −4, 3, −1, 2, 1, 3, 4, 7, 11, ... (terms Ln for -6<n<6 are shown). The formula for terms with negative indices in this sequence is : L-n = (-1)n+1 Ln
  • 21. RELATIONSHIP TO FIBONACCI NUMBERS The Lucas numbers are related to the Fibonacci numbers by the identities :
  • 22. LUCAS PRIMES A Lucas prime is a Lucas number that is prime. The first few Lucas primes are 2, 3, 7, 11, 29, 47, 199, 521, 2207, 3571, 9349, ...