The Fibonacci Numbers

Similar documents
Math 55: Discrete Mathematics

Assignment 5 - Due Friday March 6

Vieta s Formulas and the Identity Theorem

Math 115 Spring 2011 Written Homework 5 Solutions

1.2. Successive Differences

Solution to Exercise 2.2. Both m and n are divisible by d, som = dk and n = dk. Thus m ± n = dk ± dk = d(k ± k ),som + n and m n are divisible by d.

Pigeonhole Principle Solutions

Factorizations: Searching for Factor Strings

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

5.1 Radical Notation and Rational Exponents

3. Mathematical Induction

Session 6 Number Theory

WRITING PROOFS. Christopher Heil Georgia Institute of Technology

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Core Maths C1. Revision Notes

Math Common Core Sampler Test

1.3 Polynomials and Factoring

Properties of Real Numbers

TAKE-AWAY GAMES. ALLEN J. SCHWENK California Institute of Technology, Pasadena, California INTRODUCTION

mod 10 = mod 10 = 49 mod 10 = 9.

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2

Math 55: Discrete Mathematics

Stanford Math Circle: Sunday, May 9, 2010 Square-Triangular Numbers, Pell s Equation, and Continued Fractions

Collatz Sequence. Fibbonacci Sequence. n is even; Recurrence Relation: a n+1 = a n + a n 1.

Mathematical Induction. Lecture 10-11

4/1/2017. PS. Sequences and Series FROM 9.2 AND 9.3 IN THE BOOK AS WELL AS FROM OTHER SOURCES. TODAY IS NATIONAL MANATEE APPRECIATION DAY

POLYNOMIAL FUNCTIONS

8 Primes and Modular Arithmetic

Homework until Test #2

2.5 Zeros of a Polynomial Functions

2.2 Derivative as a Function

Lecture 13 - Basic Number Theory.

Basics of Counting. The product rule. Product rule example. 22C:19, Chapter 6 Hantao Zhang. Sample question. Total is 18 * 325 = 5850

MATH 289 PROBLEM SET 4: NUMBER THEORY

The Pointless Machine and Escape of the Clones

0.8 Rational Expressions and Equations

IB Math Research Problem

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

3.3 Real Zeros of Polynomials

Sample Induction Proofs

Guide to Leaving Certificate Mathematics Ordinary Level

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities

Zeros of a Polynomial Function

Section 6.4: Counting Subsets of a Set: Combinations

SECTION 10-2 Mathematical Induction

Page 331, 38.4 Suppose a is a positive integer and p is a prime. Prove that p a if and only if the prime factorization of a contains p.

s = s = s =

CS311H. Prof: Peter Stone. Department of Computer Science The University of Texas at Austin

Solving Quadratic Equations

Math Workshop October 2010 Fractions and Repeating Decimals

LS.6 Solution Matrices

Prime Time: Homework Examples from ACE

Mathematics Success Grade 6

Mathematical Induction. Mary Barnes Sue Gordon

Basic Proof Techniques

26 Integers: Multiplication, Division, and Order

Computing exponents modulo a number: Repeated squaring

Section IV.1: Recursive Algorithms and Recursion Trees

Revised Version of Chapter 23. We learned long ago how to solve linear congruences. ax c (mod m)

Session 29 Scientific Notation and Laws of Exponents. If you have ever taken a Chemistry class, you may have encountered the following numbers:

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers.

Teaching & Learning Plans. Arithmetic Sequences. Leaving Certificate Syllabus

The Function Game: Can You Guess the Secret?

CONTINUED FRACTIONS AND FACTORING. Niels Lauritzen

Recursive Algorithms. Recursion. Motivating Example Factorial Recall the factorial function. { 1 if n = 1 n! = n (n 1)! if n > 1

Lecture Notes on Polynomials

3.1. RATIONAL EXPRESSIONS

Lesson 9: Radicals and Conjugates

Law of Cosines. If the included angle is a right angle then the Law of Cosines is the same as the Pythagorean Theorem.

Decimal Notations for Fractions Number and Operations Fractions /4.NF

Applications of Fermat s Little Theorem and Congruences

Multiplication and Division with Rational Numbers

Solution to Homework 2

parent ROADMAP MATHEMATICS SUPPORTING YOUR CHILD IN HIGH SCHOOL

Ummmm! Definitely interested. She took the pen and pad out of my hand and constructed a third one for herself:

GEOMETRIC SEQUENCES AND SERIES

Pearson Algebra 1 Common Core 2015

FRACTIONS OPERATIONS

Acquisition Lesson Planning Form Key Standards addressed in this Lesson: MM2A3d,e Time allotted for this Lesson: 4 Hours

Math Circle Beginners Group October 18, 2015

Arithmetic Progression

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have

CHAPTER 3. Methods of Proofs. 1. Logical Arguments and Formal Proofs

Warm up. Connect these nine dots with only four straight lines without lifting your pencil from the paper.

Congruent Number Problem

Math 319 Problem Set #3 Solution 21 February 2002

Pythagorean Triples. becomes

RECURSIVE ENUMERATION OF PYTHAGOREAN TRIPLES

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

36 CHAPTER 1. LIMITS AND CONTINUITY. Figure 1.17: At which points is f not continuous?

Discrete Mathematics: Homework 7 solution. Due:

7 th Grade Integer Arithmetic 7-Day Unit Plan by Brian M. Fischer Lackawanna Middle/High School

The Fibonacci Sequence and the Golden Ratio

Mathematical Induction

Number Theory. Proof. Suppose otherwise. Then there would be a finite number n of primes, which we may

2 When is a 2-Digit Number the Sum of the Squares of its Digits?

ON FIBONACCI NUMBERS WITH FEW PRIME DIVISORS

2.1. Inductive Reasoning EXAMPLE A

Introduction. Appendix D Mathematical Induction D1

Jacobi s four squares identity Martin Klazar

Transcription:

The Fibonacci Numbers The numbers are: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, Each Fibonacci number is the sum of the previous two Fibonacci numbers! Let n any positive integer If F n is what we use to describe the n th Fibonacci number, then F n = F n 1 + F n 2

Trying to prove: F 1 + F 2 + + F n = F n+2 1 We proved a theorem about the sum of the first few Fibonacci numbers: Theorem For any positive integer n, the Fibonacci numbers satisfy: F 1 + F 2 + F 3 + + F n = F n+2 1

The even Fibonacci Numbers What about the first few Fibonacci numbers with even index: F 2, F 4, F 6,, F 2n, Let s call them even Fibonaccis, since their index is even, although the numbers themselves aren t always even!!

The even Fibonacci Numbers Some notation: The first even Fibonacci number is F 2 = 1 The second even Fibonacci number is F 4 = 3 The third even Fibonacci number is F 6 = 8 The tenth even Fibonacci number is F 20 =?? The n th even Fibonacci number is F 2n

HOMEWORK Tonight, try to come up with a formula for the sum of the first few even Fibonacci numbers

1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, Let s look at the first few: F 2 + F 4 = 1 + 3 = 4 F 2 + F 4 + F 6 = 1 + 3 + 8 = 12 F 2 + F 4 + F 6 + F 8 = 1 + 3 + 8 + 21 = 33 F 2 + F 4 + F 6 + F 8 + F 10 = 1 + 3 + 8 + 21 + 55 = 88 See a pattern?

1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, It looks like the sum of the first few even Fibonacci numbers is one less than another Fibonacci number But which one? F 2 + F 4 = 1 + 3 = 4 = F 5 1 F 2 + F 4 + F 6 = 1 + 3 + 8 = 12 = F 7 1 F 2 + F 4 + F 6 + F 8 = 1 + 3 + 8 + 21 = 33 = F 9 1 F 2 + F 4 + F 6 + F 8 + F 10 = 1 + 3 + 8 + 21 + 55 = 88 = F 11 1 Can we come up with a formula for the sum of the first few even Fibonacci numbers?

1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, Let s look at the last one we figured out: F 2 + F 4 + F 6 + F 8 + F 10 = 1 + 3 + 8 + 21 + 55 = 88 = F 11 1 The sum of the first 5 even Fibonacci numbers (up to F 10 ) is the 11 th Fibonacci number less one Maybe it s true that the sum of the first n even Fibonacci s is one less than the next Fibonacci number That is, Conjecture For any positive integer n, the Fibonacci numbers satisfy: F 2 + F 4 + F 6 + + F 2n = F 2n+1 1

Trying to prove: F 2 + F 4 + F 2n = F 2n+1 1 Let s try to prove this!! We re trying to find out what is equal to F 2 + F 4 + F 2n Well, let s proceed like the last theorem

Trying to prove: F 2 + F 4 + F 2n = F 2n+1 1 We know F 3 = F 2 + F 1 So, rewriting this a little: F 2 = F 3 F 1 Also: we know F 5 = F 4 + F 3 So: F 4 = F 5 F 3 In general: Let s put these together: F even = F next odd F previous odd

Trying to prove: F 2 + F 4 + + F 2n = F 2n+1 1 F 2 = F 3 F 1 F 4 = F 5 F 3 F 6 = F 7 F 5 F 8 = F 9 F 7 F 2n 2 = F 2n 1 F 2n 3 F 2n = F 2n+1 F 2n 1 Adding up all the terms on the left sides will give us something equal to the sum of the terms on the right sides

Trying to prove: F 2 + F 4 + + F 2n = F 2n+1 1 F 2 = /// F 3 F 1 F 4 = F 5 /// F 3 F 6 = F 7 F 5 F 8 = F 9 F 7 F 2n 2 = F 2n 1 F 2n 3 + F 2n = F 2n+1 F 2n 1

Trying to prove: F 2 + F 4 + + F 2n = F 2n+1 1 F 2 = /// F 3 F 1 F 4 = /// F 5 /// F 3 F 6 = F 7 /// F 5 F 8 = F 9 F 7 F 2n 2 = F 2n 1 F 2n 3 + F 2n = F 2n+1 F 2n 1

Trying to prove: F 2 + F 4 + + F 2n = F 2n+1 1 F 2 = /// F 3 F 1 F 4 = /// F 5 /// F 3 F 6 = /// F 7 /// F 5 F 8 = F 9 /// F 7 F 2n 2 = F 2n 1 F 2n 3 + F 2n = F 2n+1 F 2n 1

Trying to prove: F 2 + F 4 + + F 2n = F 2n+1 1 F 2 = /// F 3 F 1 F 4 = /// F 5 /// F 3 F 6 = /// F 7 /// F 5 F 8 = /// F 9 /// F 7 F 2n 2 = F 2n 1 //////// F 2n 3 + F 2n = F 2n+1 F 2n 1

Trying to prove: F 2 + F 4 + + F 2n = F 2n+1 1 F 2 = /// F 3 F 1 F 4 = /// F 5 /// F 3 F 6 = /// F 7 /// F 5 F 8 = /// F 9 /// F 7 F 2n 2 = //////// F 2n 1 //////// F 2n 3 + F 2n = F 2n+1 //////// F 2n 1

Trying to prove: F 2 + F 4 + + F 2n = F 2n+1 1 F 2 = /// F 3 F 1 F 4 = /// F 5 /// F 3 F 6 = /// F 7 /// F 5 F 8 = /// F 9 /// F 7 F 2n 2 = //////// F 2n 1 //////// F 2n 3 + F 2n = F 2n+1 //////// F 2n 1 F 2 + F 4 + F 6 + + F 2n = F 2n+1 F 1

Trying to prove: F 2 + F 4 + + F 2n = F 2n+1 1 F 2 = /// F 3 F 1 F 4 = /// F 5 /// F 3 F 6 = /// F 7 /// F 5 F 8 = /// F 9 /// F 7 F 2n 2 = //////// F 2n 1 //////// F 2n 3 + F 2n = F 2n+1 //////// F 2n 1 F 2 + F 4 + F 6 + + F 2n = F 2n+1 1

Trying to prove: F 2 + F 4 + F 2n = F 2n+1 1 This proves our second theorem!! Theorem For any positive integer n, the even Fibonacci numbers satisfy: F 2 + F 4 + F 6 + + F 2n = F 2n+1 1

The odd Fibonacci Numbers What about the first few Fibonacci numbers with odd index: F 1, F 3, F 5,, F 2n 1, Let s call them odd Fibonaccis, since their index is odd, although the numbers themselves aren t always odd!!

The odd Fibonacci Numbers Some notation: The first odd Fibonacci number is F 1 = 1 The second odd Fibonacci number is F 3 = 2 The third odd Fibonacci number is F 5 = 5 The tenth odd Fibonacci number is F 19 =?? The n th odd Fibonacci number is F 2n 1

1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, Let s look at the first few: F 1 + F 3 = 1 + 2 = 3 F 1 + F 3 + F 5 = 1 + 2 + 5 = 8 F 1 + F 3 + F 5 + F 7 = 1 + 2 + 5 + 13 = 21 F 1 + F 3 + F 5 + F 7 + F 9 = 1 + 2 + 5 + 13 + 34 = 55 See a pattern?

1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, It looks like the sum of the first few odd Fibonacci numbers is another Fibonacci number But which one? F 1 + F 3 = 1 + 2 = 3 = F 4 F 1 + F 3 + F 5 = 1 + 2 + 5 = 8 = F 6 F 1 + F 3 + F 5 + F 7 = 1 + 2 + 5 + 13 = 21 = F 8 F 1 + F 3 + F 5 + F 7 + F 9 = 1 + 2 + 5 + 13 + 34 = 55 = F 10 Can we come up with a formula for the sum of the first few even Fibonacci numbers?

1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, Maybe it s true that the sum of the first n odd Fibonacci s is the next Fibonacci number That is, Conjecture For any positive integer n, the Fibonacci numbers satisfy: F 1 + F 3 + F 5 + + F 2n 1 = F 2n

Trying to prove: F 1 + F 3 + + F 2n 1 = F 2n Let s try to prove this!! We know F 2 = F 1 So, rewriting this a little: F 1 = F 2 Also: we know F 4 = F 3 + F 2 So: F 3 = F 4 F 2 In general: F odd = F next even F previous even

Trying to prove: F 1 + F 3 + + F 2n 1 = F 2n F 1 = F 2 F 3 = F 4 F 2 F 5 = F 6 F 4 F 7 = F 8 F 6 F 2n 3 = F 2n 2 F 2n 4 + F 2n 1 = F 2n F 2n 2 Adding up all the terms on the left sides will give us something equal to the sum of the terms on the right sides

Trying to prove: F 1 + F 3 + + F 2n 1 = F 2n F 1 = /// F 2 F 3 = F 4 /// F 2 F 5 = F 6 F 4 F 7 = F 8 F 6 F 2n 3 = F 2n 2 F 2n 4 + F 2n 1 = F 2n F 2n 2

Trying to prove: F 1 + F 3 + + F 2n 1 = F 2n F 1 = /// F 2 F 3 = /// F 4 /// F 2 F 5 = F 6 /// F 4 F 7 = F 8 F 6 F 2n 3 = F 2n 2 F 2n 4 + F 2n 1 = F 2n F 2n 2

Trying to prove: F 1 + F 3 + + F 2n 1 = F 2n F 1 = /// F 2 F 3 = /// F 4 /// F 2 F 5 = /// F 6 /// F 4 F 7 = F 8 /// F 6 F 2n 3 = F 2n 2 F 2n 4 + F 2n 1 = F 2n F 2n 2

Trying to prove: F 1 + F 3 + + F 2n 1 = F 2n F 1 = /// F 2 F 3 = /// F 4 /// F 2 F 5 = /// F 6 /// F 4 F 7 = /// F 8 /// F 6 F 2n 3 = F 2n 2 //////// F 2n 4 + F 2n 1 = F 2n F 2n 2

Trying to prove: F 1 + F 3 + + F 2n 1 = F 2n F 1 = /// F 2 F 3 = /// F 4 /// F 2 F 5 = /// F 6 /// F 4 F 7 = /// F 8 /// F 6 F 2n 3 = //////// F 2n 2 //////// F 2n 4 + F 2n 1 = F 2n //////// F 2n 2 F 1 + F 3 + + F 2n 1 = F 2n

Trying to prove: F 1 + F 3 + + F 2n 1 = F 2n This proves our third theorem!! Theorem For any positive integer n, the Fibonacci numbers satisfy: F 1 + F 3 + F 5 + + F 2n 1 = F 2n

So far: Theorem (Sum of first few Fibonacci numbers) For any positive integer n, the Fibonacci numbers satisfy: F 1 + F 2 + F 3 + + F n = F n+2 1 Theorem (Sum of first few EVEN Fibonacci numbers) For any positive integer n, the Fibonacci numbers satisfy: F 2 + F 4 + F 6 + + F 2n = F 2n+1 1 Theorem (Sum of first few ODD Fibonacci numbers) For any positive integer n, the Fibonacci numbers satisfy: F 1 + F 3 + F 5 + + F 2n 1 = F 2n

One more theorem about sums: Theorem (Sum of first few SQUARES of Fibonacci numbers) For any positive integer n, the Fibonacci numbers satisfy: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 We ll take advantage of the following fact: For each Fibonacci number F n F n+1 = F n + F n 1 F n = F n+1 F n 1 F 2 n = F n F n = F n (F n+1 F n 1 ) F 2 n = F n F n+1 F n F n 1

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 Let s check this formula for a few different valus of n: F 2 n = F n F n+1 F n F n 1 n = 4: F 2 4 = F 4 F 4+1 F 4 F 4 1 F 2 4 = F 4 F 5 F 4 F 3 3 2 = 3 5 3 2 9 = 15 6 It works for n = 4!

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 Let s check this formula for a few different valus of n: F 2 n = F n F n+1 F n F n 1 n = 8: F 2 8 = F 8 F 8+1 F 8 F 8 1 F 2 8 = F 8 F 9 F 8 F 7 21 2 = 21 34 21 13 441 = 714 273 = 441 It works for n = 8!

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 Let s use this formula: F 2 n = F n F n+1 F n F n 1 To find out what the sum of the first few SQUARES of Fibonacci numbers is: F 2 1 + F 2 2 + F 2 3 + + F 2 n =????

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 We re using: F 2 n = F n F n+1 F n F n 1 F1 2 = F 1 F 2 F2 2 = F 2 F 3 F 2 F 1 F3 2 = F 3 F 4 F 3 F 2 F4 2 = F 4 F 5 F 4 F 3 F 2 n 1 = F n 1 F n F n 1 F n 2 + F 2 n = F n F n+1 F n F n 1

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 F1 2 = ///////// F 1 F 2 F2 2 = F 2 F 3 ///////// F 2 F 1 F 2 3 = F 3 F 4 F 3 F 2 F 2 4 = F 4 F 5 F 4 F 3 F 2 n 1 = F n 1 F n F n 1 F n 2 + F 2 n = F n F n+1 F n F n 1

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 F1 2 = ///////// F 1 F 2 F2 2 = ///////// F 2 F 3 ///////// F 2 F 1 F3 2 = F 3 F 4 ///////// F 3 F 2 F 2 4 = F 4 F 5 F 4 F 3 F 2 n 1 = F n 1 F n F n 1 F n 2 + F 2 n = F n F n+1 F n F n 1

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 F1 2 = ///////// F 1 F 2 F2 2 = ///////// F 2 F 3 ///////// F 2 F 1 F3 2 = ///////// F 3 F 4 ///////// F 3 F 2 F4 2 = F 4 F 5 ///////// F 4 F 3 F 2 n 1 = F n 1 F n F n 1 F n 2 + F 2 n = F n F n+1 F n F n 1

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 F1 2 = ///////// F 1 F 2 F2 2 = ///////// F 2 F 3 ///////// F 2 F 1 F3 2 = ///////// F 3 F 4 ///////// F 3 F 2 F4 2 = ///////// F 4 F 5 ///////// F 4 F 3 Fn 1 2 = F n 1 F n F/////////////// n 1 F n 2 + F 2 n = F n F n+1 F n F n 1

Trying to prove: F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1 F1 2 = ///////// F 1 F 2 F2 2 = ///////// F 2 F 3 ///////// F 2 F 1 F3 2 = ///////// F 3 F 4 ///////// F 3 F 2 F4 2 = ///////// F 4 F 5 ///////// F 4 F 3 Fn 1 2 = F/////////////// n 1 F n+1 F/////////////// n 1 F n 2 + Fn 2 = F n F n+1 //////////// F n F n 1 F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1

Our fourth theorem: Theorem (Sum of first few SQUARES of Fibonacci numbers) For any positive integer n, the Fibonacci numbers satisfy: F1 2 + F2 2 + F3 2 + + Fn 2 = F n F n+1

So far: Theorem (Sum of first few Fibonacci numbers) F 1 + F 2 + F 3 + + F n = F n+2 1 Theorem (Sum of first few EVEN Fibonacci numbers) F 2 + F 4 + F 6 + + F 2n = F 2n+1 1 Theorem (Sum of first few ODD Fibonacci numbers) F 1 + F 3 + F 5 + + F 2n 1 = F 2n Theorem (Sum of first few SQUARES of Fibonacci numbers) F 2 1 + F 2 2 + F 2 3 + + F 2 n = F n F n+1

Examples 1 + 2 + 5 + 13 + 34 + 89 + 233 + 610 + 1597 + 4181 = 6765 1+1+4+9+25+64+169+441+1156+3025+7921 = 89 144 = 12816 Now, complete this worksheet