Fibonacci Sequences Susan Leggett, Zuzana Zvarova, Sara Campbell

Slides:



Advertisements
Similar presentations
1 Fibonacci Numbers Stage 4 Year 7 Press Ctrl-A ©2009 – Not to be sold/Free to use.
Advertisements

The Pythagorean theorem
Week 5 - Friday.  What did we talk about last time?  Sequences  Summation and production notation  Proof by induction.
FIBONACCI Lecture 23 CS2110 – Spring 2015 Fibonacci (Leonardo Pisano) ? Statue in Pisa Italy And recurrences.
Discrete Structures Chapter 5: Sequences, Mathematical Induction, and Recursion 5.2 Mathematical Induction I [Mathematical induction is] the standard proof.
Copyright © 2007 Pearson Education, Inc. Slide 8-1 Warm-Up Find the next term in the sequence: 1, 1, 2, 6, 24, 120,…
Copyright © Cengage Learning. All rights reserved.
EXCURSIONS IN MODERN MATHEMATICS SIXTH EDITION Peter Tannenbaum 1.
A geometric sequence is a list of terms separated by a constant ratio, the number multiplied by each consecutive term in a geometric sequence. A geometric.
The Sequence of Fibonacci Numbers and How They Relate to Nature November 30, 2004 Allison Trask.
FIBONACCI NUMBERS 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, ,
Notes Over 11.3 Geometric Sequences
A sequence is geometric if the ratios of consecutive terms are the same. That means if each term is found by multiplying the preceding term by the same.
Lesson 10.1 The Pythagorean Theorem. The side opposite the right angle is called the hypotenuse. The other two sides are called legs. We use ‘a’ and ‘b’
Algorithm Design and Analysis (ADA)
Copyright © Cengage Learning. All rights reserved. CHAPTER 11 ANALYSIS OF ALGORITHM EFFICIENCY ANALYSIS OF ALGORITHM EFFICIENCY.
Fibonacci Numbers, Polynomial Coefficients, and Vector Programs.
Slide 5-1 Copyright © 2005 Pearson Education, Inc. SEVENTH EDITION and EXPANDED SEVENTH EDITION.
Sequences and Series (T) Students will know the form of an Arithmetic sequence.  Arithmetic Sequence: There exists a common difference (d) between each.
1 © 2010 Pearson Education, Inc. All rights reserved 10.1 DEFINITION OF A SEQUENCE An infinite sequence is a function whose domain is the set of positive.
Chapter Sequences and Series.
Rev.S08 MAC 1140 Module 12 Introduction to Sequences, Counting, The Binomial Theorem, and Mathematical Induction.
Induction and recursion
The Mathematical Formula of Art
Mathematical Induction. F(1) = 1; F(n+1) = F(n) + (2n+1) for n≥ F(n) n F(n) =n 2 for all n ≥ 1 Prove it!
The Golden Ratio and Fibonacci Numbers in Nature
Sequences & Summation Notation 8.1 JMerrill, 2007 Revised 2008.
Section 2.4. Section Summary Sequences. Examples: Geometric Progression, Arithmetic Progression Recurrence Relations Example: Fibonacci Sequence Summations.
Proofs, Recursion and Analysis of Algorithms Mathematical Structures for Computer Science Chapter 2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProofs,
Foundations of Discrete Mathematics Chapters 5 By Dr. Dalia M. Gil, Ph.D.
Geometry: Similar Triangles. MA.912.D.11.5 Explore and use other sequences found in nature such as the Fibonacci sequence and the golden ratio. Block.
Counting III: Pascal’s Triangle, Polynomials, and Vector Programs Great Theoretical Ideas In Computer Science Steven RudichCS Spring 2003 Lecture.
Sequences and Summations
By Sheldon, Megan, Jimmy, and Grant..  Sequence- list of numbers that usually form a pattern.  Each number in the list is called a term.  Finite sequence.
Discrete Maths: Induction/1 1 Discrete Maths Objective – –to introduce mathematical induction through examples , Semester
Homework Questions. Number Patterns Find the next two terms, state a rule to describe the pattern. 1. 1, 3, 5, 7, 9… 2. 16, 32, 64… 3. 50, 45, 40, 35…
Lecture 4,5 Mathematical Induction and Fibonacci Sequences.
Sequences and Summations Section 2.4. Section Summary Sequences. – Examples: Geometric Progression, Arithmetic Progression Recurrence Relations – Example:
Fibonacci Numbers (cont.) Pseudoprimes Shirley Moore CS 4390/5390 Fall September 12, 2013.
Examining Fibonacci sequence right end behaviour
Sequences & Series Section 13.1 & Sequences A sequence is an ordered list of numbers, called terms. The terms are often arranged in a pattern.
Fibonacci The Fibonacci Sequence The Golden Ratio.
13.2: Arithmetic and Geometric Sequences
ICS 253: Discrete Structures I Induction and Recursion King Fahd University of Petroleum & Minerals Information & Computer Science Department.
Infinite Series Objective: We will try to find the sum of a series with infinitely many terms.
Pythagorean Theorem – Prove It! Converse of Pythagorean Theorem 1.) Is a triangle with side measures of 30, 40, and 50 units a right triangle? Prove it!
Foundations of Discrete Mathematics Chapters 5 By Dr. Dalia M. Gil, Ph.D.
Introduction to Fibonacci number
Mathematical Induction Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If.
1 CMSC 341 Math Review. 2 Exponents Identities (X A ) B = X AB X A * X B = X A+B X A / X B = X A-B X A + X B  X A+B.
CompSci 102 Discrete Math for Computer Science March 13, 2012 Prof. Rodger Slides modified from Rosen.
Chapter 5 With Question/Answer Animations 1. Chapter Summary Mathematical Induction - Sec 5.1 Strong Induction and Well-Ordering - Sec 5.2 Lecture 18.
Equivalent expressions are expressions that are the same, even though they may look a little different.
Section Recursion 2  Recursion – defining an object (or function, algorithm, etc.) in terms of itself.  Recursion can be used to define sequences.
Dr Nazir A. Zafar Advanced Algorithms Analysis and Design Advanced Algorithms Analysis and Design By Dr. Nazir Ahmad Zafar.
Excursions in Modern Mathematics Sixth Edition
Emma Stephens, Charlotte Evans, Kenneth Mcilree, Lisa Yuan
The Pythagorean Theorem
Pythagorean Theorem and it’s Converse
Sequences & Summation Notation
The Golden Ratio and Fibonacci Numbers in Nature
9 The Mathematics of Spiral Growth
9-2 Pythagorean Theorem.
PROVING THE PYTHAGOREAN THEOREM
CMSC 341 Math Review.
Fibonacci numbers Golden Ratio, recurrences
Mathematical Induction
Examples of Mathematical Proof
Presentation transcript:

Fibonacci Sequences Susan Leggett, Zuzana Zvarova, Sara Campbell Fundamentals of Mathematics Mentor: Professor Foote

What Are Fibonacci Sequences? A series of numbers in which each number is the sum of the two preceding numbers, where by definition the first two numbers are 0 and 1 The sequence of Fibonacci numbers is defined by the recurrence relation: Fn= Fn-1 + Fn-2 Though found in many cultures, the sequences were named after Leonard of Pisa, also known as Fibonacci, after he published a book introducing the sequences to the western world 0,1,1,2,3,5,8,13,21,34,55,…

Applications Euclid’s Algorithm Hilbert’s Tenth Problem Used in pseudorandom number generators Computer programming Music Conversion factor Branching of trees and arrangement of fruit/flowers Bee ancestry code The Da Vinci Code Architecture

Fibonacci Identities Come from Combinatorial arguments F(n) can be interpreted as the number of sequences of 1s and 2s that have a sum of n-1 F(0) = 0 so that no sum will add to a negative value (empty sum will add to 0) Summands matters ( 1+2 and 2+1 are different)

Popular Identities of Fibonacci Sequences The nth Fibonacci number is the sum of the previous two Fibonacci numbers Fn=Fn-1+ Fn-2 The sum of the first n Fibonacci numbers is equal to the n+2nd Fibonacci number minus 1 Σfi=Fn+2-1 The sum of the first n-1 Fibonacci numbers, Fj, such that j is odd, is the (2n)th Fibonacci number. The sum of the first n Fibonacci numbers, Fj, such that j is even, is the (2n+1)th Fibonacci number minus 1 ΣF2i=F2n+1-1 ΣiFi= nFn+2- Fn+3+2 The sum of the squares of the first n Fibonacci numbers is the product of the nth and (n+1)th Fibonacci numbers. ΣFi2=FnFn+1

5th Identity Proof by Induction Inductive Hypothesis: Pn=  F2 = FnFn+1 Base Case: F0 = F1 = 1 P0 : 12 = 1 x 1 = 1 is true Assuming the inductive hypothesis for n = k Pk :  F2 = FkFk+1 We are trying to prove: Pk+1 :  F2 = Fk+1F(k+1)+1 = Fk+1Fk+2 (F0)2 + (F1)2 + … + (Fk)2 = FkFk+1 (F1)2 + … + (Fk)2 + (Fk+1)2 = FkFk+1 + (Fk+1)2  F2 = (Fk + Fk+1) Fk+1 Which gives us Pk+1 :  F2 = Fk+1 Fk+2 Hence by this proof by induction, for all n ≥ 0 we see that Pn is true

5th Identity Geometric Argument Fibonacci Rectangles Compute the area of the rectangles The n-th rectangle is composed of n squares with side lengths F1, F2, … Fn which is Pn=  F2 The n-th rectangle has side lengths Fn and Fn+1 which is Pn+1 =  F2 = Fn+2 Fn+1 Setting these expressions equal provides another proof 2 3 1 1 8 5

Divisibility Property Every kth number of the sequence is a multiple of 𝐹 𝑘 for example every 3rd number of the Fibonacci sequence is even Thus the Fibonacci sequence is an example of a divisibility sequence Satisfies the strong divisibility sequence gcd⁡(𝐹 𝑚 , 𝐹 𝑛 )= 𝐹 gcd⁡(𝑚,𝑛)

Right Triangles Starting with 5, every second Fibonacci number is the length of the hypotenuse of a right triangle with integer sides Every second Fibonacci number is the largest number of a Pythagorean triple 5x5 4x4 3x3

The Golden Ratio Consists of two quantities, a and b, such that a>b and φ ≈ 1.61803398874989 is the golden ratio, an irrational mathematical constant This constant is formally represented as The Golden Ratio appears in nature, such as leaf patterns, and math- especially geometry and Fibonacci numbers We have shown the Fibonacci Sequence as a linear recursion formula: Fn=Fn-1+ Fn-2 The closed form for the nth Fibonacci number is related to the Golden Ratio as follows: This closed-form expression is known as Binet’s formula

Golden Ratio and Fibonacci Numbers Proof is by induction, given and Fn=Fn-1+ Fn-2 Want to prove Binet’s Formula for all n Assuming that is true Show that Fk+1=Fk+ Fk-1 is true Proof by Induction is long, but our knowledge of induction is sufficient to understand it: http://fabulousfibonacci.com/portal/index.php?option=com_content&view=article&id=22&Itemid=22

Limit of Consecutive Fibonacci Numbers 8/5 = 1.6 , 13/8 = 1.625 , 21/13 = 1.615 … Johannes Kepler showed that these ratios converge to the Golden Ratio The proof involves substitution with Binet’s formula

Fibonacci Spiral Created by connecting opposite corners of Fibonacci squares of circular arcs The Fibonacci spiral and Fibonacci numbers occur in many aspects of nature, from seashells to flower petal arrangements, tree branching patterns, and reproduction in certain species

References Professor Foote http://en.wikipedia.org/wiki/Golden_ratio#Golden_ratio_conjugate http://en.wikipedia.org/wiki/Fibonacci_number http://fabulousfibonacci.com/portal/index.php?option=com_content&view=article&id=22&Itemid=22 http://www.fq.math.ca/Scanned/3-3/harris.pdf

Questions?

Homework Problem Calculate the first ten numbers in the Fibonacci Sequence. Do you see a pattern? (Show all work). Important Formula: Fn= Fn-1 + Fn-2