n F(n) 2n F(2n) Here are some values of the series in comparison to Fibonacci number:

Similar documents
Conjectures and proof. Book page 24-30

5. Sequences & Recursion

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction

GROWTH MINDSTS IN MATHEMATICS AND IMPLEMENTING THE NEW NEW JERSEY MATHEMATICS STANDARDS OCTOBER 26-27, 2017

Algebra. Table of Contents

FIFTH ROOTS OF FIBONACCI FRACTIONS. Christopher P. French Grinnell College, Grinnell, IA (Submitted June 2004-Final Revision September 2004)

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2

Generalization of Fibonacci sequence

Notes on Continued Fractions for Math 4400

MCR3U Unit 7 Lesson Notes

From M&Ms to Mathematics, or, How I learned to answer questions and help my kids love math.

ASSIGNMENT 12 PROBLEM 4

MATH 324 Summer 2011 Elementary Number Theory. Notes on Mathematical Induction. Recall the following axiom for the set of integers.

Induction. Induction. Induction. Induction. Induction. Induction 2/22/2018

5.2 Polynomial Operations

Computing Recursive Functions

Mathematical Induction. EECS 203: Discrete Mathematics Lecture 11 Spring

Reverse Fibonacci Segllence. found the Fibonacci sequence to be interesting and wanted to do something with it. First, when I

Solving Quadratic & Higher Degree Equations

Part III, Sequences and Series CS131 Mathematics for Computer Scientists II Note 16 RECURRENCES

Midterm Preparation Problems

Pascal triangle variation and its properties

INDUCTION AND RECURSION. Lecture 7 - Ch. 4

Mathematical Induction

CHMC: Finite Fields 9/23/17

Solving Recurrence Relations 1. Guess and Math Induction Example: Find the solution for a n = 2a n 1 + 1, a 0 = 0 We can try finding each a n : a 0 =

Ross Program 2017 Application Problems

Math-2A Lesson 2-1. Number Systems

From M&Ms to Mathematics, or, How I learned to answer questions and help my kids love math.

Math-3. Lesson 3-1 Finding Zeroes of NOT nice 3rd Degree Polynomials

= W z1 + W z2 and W z1 z 2

Factoring Polynomials. Review and extend factoring skills. LEARN ABOUT the Math. Mai claims that, for any natural number n, the function

Solving Quadratic & Higher Degree Equations

Mathematical Induction. Part Two

Solving Quadratic & Higher Degree Equations

Mathematical Background

1 Sequences and Summation

12 Sequences and Recurrences

Skills Practice Skills Practice for Lesson 4.1

Prompt. Commentary. Mathematical Foci

CSC 344 Algorithms and Complexity. Proof by Mathematical Induction

arxiv: v1 [math.ho] 28 Jul 2017

Pascal s Triangle. Jean-Romain Roy. February, 2013

ON THE POSSIBLE QUANTITIES OF FIBONACCI NUMBERS THAT OCCUR IN SOME TYPES OF INTERVALS

1 Introduction. 2 Solving Linear Equations. Charlotte Teacher Institute, Modular Arithmetic

Divisibility in the Fibonacci Numbers. Stefan Erickson Colorado College January 27, 2006

Essential Question How can you cube a binomial? Work with a partner. Find each product. Show your steps. = (x + 1) Multiply second power.

Summation of certain infinite Fibonacci related series

The student solutions shown below highlight the most commonly used approaches and also some that feature nice use of algebraic polynomial formulas.

Spreadsheets and the discovery of new knowledge

, p 1 < p 2 < < p l primes.

6: Polynomials and Polynomial Functions

2 Quadratic. equations. Chapter Contents. Learning Outcomes. ... I just hope it s easy! x 2 8x + 7 = 0 (x 7)(x 1) = 0 x 7 = 0 or x 1 = 0 x = 7 or 1

UNIVERSITY OF NORTH CAROLINA CHARLOTTE 1995 HIGH SCHOOL MATHEMATICS CONTEST March 13, 1995 (C) 10 3 (D) = 1011 (10 1) 9

Fibonacci Numbers in Daily Life

3.4 Pascal s Pride. A Solidify Understanding Task

AS1051: Mathematics. 0. Introduction

Exploration of Fibonacci function Prof. K. Raja Rama Gandhi

AQA Level 2 Further mathematics Further algebra. Section 4: Proof and sequences

Math 11 Foundations: Unit 1 - Logic. Unit 1: Logic

ON QUADRAPELL NUMBERS AND QUADRAPELL POLYNOMIALS

2.1 Convergence of Sequences

3.4 Pascal s Pride. A Solidify Understanding Task

Math Lecture 18 Notes

Complex Numbers. April 10, 2015

SERIES

Unit 5: Sequences, Series, and Patterns

MATHEMATICS IN EVERYDAY LIFE 8

Math 4242 Fall 2016 (Darij Grinberg): homework set 8 due: Wed, 14 Dec b a. Here is the algorithm for diagonalizing a matrix we did in class:

2.1 The Complex Number System

Mathematical Induction. Part Two

Math Circle: Recursion and Induction

What Fun! It's Practice with Scientific Notation!

Section 29: What s an Inverse?

Problem Set 5 Solutions

Fibonacci Numbers and the Golden Ratio Jeffrey R. Chasnov

Study Resources For Algebra I. Unit 2A Graphs of Quadratic Functions

SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION

BmMT 2017 Individual Round Solutions November 19, 2017

{ 0! = 1 n! = n(n 1)!, n 1. n! =

Math-2 Section 1-1. Number Systems

The Fibonacci Sequence

Every subset of {1, 2,...,n 1} can be extended to a subset of {1, 2, 3,...,n} by either adding or not adding the element n.

Applications. More Counting Problems. Complexity of Algorithms

n(n + 1). 2 . If n = 3, then 1+2+3=6= 3(3+1) . If n = 2, then = 3 = 2(2+1)

MATH 3012 N Homework Chapter 9

Teaching with a Smile

Decrypting Fibonacci and Lucas Sequences. Contents

CSE373: Data Structures and Algorithms Lecture 3: Math Review; Algorithm Analysis. Catie Baker Spring 2015

8 th Grade Essential Learnings

Computer Algebra Systems Activity: Developing the Quadratic Formula

On the possible quantities of Fibonacci numbers that occur in some type of intervals

What can you prove by induction?

Fibonacci numbers. Chapter The Fibonacci sequence. The Fibonacci numbers F n are defined recursively by

Number Systems III MA1S1. Tristan McLoughlin. December 4, 2013

CS1800: Strong Induction. Professor Kevin Gold

MATH 320, WEEK 7: Matrices, Matrix Operations

The poetry of mathematics

Introduction to Techniques for Counting

Transcription:

I did my exploration on Lucas numbers because different series fascinate me and it was related to the Fibonacci numbers which is pretty well known to all the mathematicians across the world so I wanted to find out about the Lucas numbers which are similar to Fibonacci numbers. I also like exploring series, looking and analyzing the patterns. I was also interested in the golden ratio because I have heard it many times and did not really know what it was. On this exploration I will explore some links between the Lucas numbers and the Fibonacci numbers. I will also obtain the Binet s formula for the Fibonacci numbers using the golden ratio and use this to prove a conjecture made connecting the Fibonacci numbers and the Lucas numbers. Towards the end I will also show some interesting patterns with the Lucas numbers and the Fibonacci numbers and the Pascal's triangle. The French mathematician, Edward Lucas (184-1891), named the series 0,1,1,,3,5,8,13... the Fibonacci numbers, came up with another series,1,3,4,7,11,18...; which follows the Fibonacci recursive formula but has different initial values. The series is called, Lucas numbers. It is as follows: = + = =1 Here are some values of the series in comparison to Fibonacci number: n 0 1 3 4 5 6 7 L n 1 3 4 7 11 18 9 F n 0 1 1 3 5 8 13... The Lucas numbers have many similar properties to Fibonacci numbers. They frequently occur in various formulae for Fibonacci number. In Fibonacci numbers, if p is a factor of q then the Fibonacci number F p and F q are also factors. For example, 3 is a factor of 6, therefore F (3) = is also a factor of F (6) =8. Now we will look at the Fibonacci number at even arrangement, which is F (n), they should all be divisible by F (). F () is one which a factor of all the integers, so it not attention-grabbing. So we will investigate their F (n) factors (since n is factor of n). n F(n) n F(n) = () () 1 1 1 1 1 4 3 3 3 6 8 4 4 3 8 1 7 5 5 10 55 11 6 8 1 144 18 7 13 14 377 9

We can without difficulty spot that value of k is the Lucas Numbers. And we can make a conjecture relating the Fibonacci numbers and the Lucas numbers. () = () () To prove that conjecture first we have to find a formula to find out F (n) without using other Fibonacci numbers. For that we need the Golden ration (ᴓ) which is defined segment below. = for the given line X units 1 unit A P B +1 = 1 +1= 1=0 Using the quadratic formula: = ± = 1±( 1) 4 1 ( 1) 1 ᴓ= ± ; We can discard the negative value as the length of the side cannot be negative. ᴓ = 1+ 5 = 1+ 5+5 4 = 6+ 5 4 = 3+ 5 ᴓ+1= 1+ 5 = 3+ 5 + If we relate that to Fibonacci numbers then we can say that ᴓ =F () ᴓ+F (1). Let us try some other values: ᴓ = 1+ 5 = 1 +3 1 5+3 1 5 + 5 = 1+3 5+15+5 5 8 8

= 16+8 5 8 =+ 5 = 1+ 5 +1 ᴓ+1= + 5 +1 =1+ 5+1 =+ 5 Now we can make a conjecture that: ᴓ = ᴓ+ ᴓ = ᴓ+ Now we are going to prove this conjecture using induction. :ᴓ = ᴓ+ Working above shows that P and P 3 are correct. Assume P n is true for n=k; :ᴓ = ᴓ+ When n=k+1 =ᴓ =(ᴓ )ᴓ =( ᴓ+ )ᴓ = ᴓ +( )ᴓ = (ᴓ ᴓ)+ ᴓ = (ᴓ+1 ᴓ)+ ᴓ = ᴓ+ = () ᴓ+ = ᴓ+ = ᴓ =F ᴓ+F = + = ᴓ =ᴓ+1 thereby showing that indeed P(k + 1) holds. Since both the basis and the inductive step have been proved, it has now been proved by mathematical induction that P(n) holds for all natural n. Q.E.D. Now let us look at a different value of ratio. We will look at negative inverse of golden ratio 1 ᴓ = 1 1+ 5 = 1+ 5 1 5 1 5 + 5 = 1 51+ 5

= 1 5 1 5 = 1 5 4 = 1 5 If we look carefully we have the same value as - ᴓ. That is interesting because we discarded the value because the value of the length of that line segment cannot be negative. Now let s see if there is some interesting conjecture like we had with ᴓ. 1 ᴓ + =1 1 5 +1 = 1 5 + = 3 5 1 ᴓ = 1 5 = 1 5+5 4 = 6 5 4 = 3 5 = 1 ᴓ + We seem to be having the same pattern; let s try some more values of n=3. 1 ᴓ = 1 ᴓ + = 1 5 = 1 3 5+3 5 5 5 8 = 16 8 5 8 = 5 = 1 5 +1 =1 5+1 = 5= Conjecture ᴓ = ᴓ + also seems to be true for Now we will prove that conjecture with induction. :ᴓ = ᴓ+

Working above shows that P and P 3 are correct. Assume P n is true for n=k; : ᴓ = ᴓ + When n=k+1 = 1 ᴓ =( 1 ᴓ ) 1 ᴓ =( 1 ᴓ + ) 1 ᴓ = 1 ᴓ +( ) 1 ᴓ = 1 ᴓ 1 ᴓ + ᴓ = 1 ᴓ +1 1 ᴓ + 1 ᴓ = 1 ᴓ + = () 1 ᴓ + = 1 ᴓ + = thereby showing that indeed P(k + 1) holds. Since both the basis and the inductive step have been proved, it has now been proved by mathematical induction that P(n) holds for all natural n. Q.E.D. ᴓ =F ᴓ+F - Equation 1(Page 3) ᴓ = ᴓ + -Equation We subtract equation from equation 1. ᴓ = F ᴓ +F 1 ᴓ = 1 ᴓ = + = 1 ᴓ = 1 ᴓ +1 ᴓ + 1 ᴓ = F ᴓ+ 1 ᴓ ᴓ + 1 ᴓ = F ᴓ+ 1 ᴓ ᴓ +1 ᴓ = ᴓ +1 ᴓ = ᴓ +1 ᴓ ᴓ ᴓ +1 = ᴓ ᴓ + 1 1+ 5 ᴓ 3+ 5 +1

=(ᴓ +ᴓ ) 1+ 5 5+ 5 =(ᴓ ( ᴓ) ) 1+ 5 5+ 5 5 5 5 5 =ᴓ 1 ᴓ 5 5+5 5 5 5 5 = 1+ 5 1 5 = 1+ 5 1 5 4 5 0 1 5 = 1+ 5 1 5 5 = ᴓ ( ᴓ) 5 This relationship which we just derived of Fibonacci numbers with golden ratio is called Binet s formula. It can be used to find value of a Fibonacci number without having to know the value of last two consecutive numbers. To find a formula of the Lucas numbers with the Golden ratio; we cannot derive it because it is a closed formula. So we are going to look at the patterns with Golden ratio. n ᴓ 1 ᴓ ᴓ + 1 ᴓ 0 1.00000 1.00000.00000 1 1.61803-0.61803 1.00000.61803 0.38197 3.00000 3 4.3607-0.3607 4.00000 4 6.85410 0.14590 7.00000 5 11.09017-0.09017 11.00000 6 17.9447 0.05573 18.00000 We can see that the sum is equal to the Lucas numbers. Hence we have a formula of the Lucas numbers. =ᴓ + 1 ᴓ =ᴓ + ᴓ Now we will prove : = using mathematical induction. for n=1; F 1 =F 1 L 1 1=1 1 1=1 assume that : = for ; then : = should be true.

= ᴓ ᴓ ᴓ +1 + ᴓ 1 5 = 1 5 ᴓ ᴓ + ᴓ ᴓ ᴓ ᴓ ᴓ ᴓ = 1 5 ᴓ ᴓ = ᴓ ᴓ 5 = ᴓ ᴓ 5 = ᴓ ᴓ = 5 thereby showing that indeed P(k + 1) holds. Since both the basis and the inductive step have been proved, it has now been proved by mathematical induction that P(n) holds for all natural n. Q.E.D. I found some other interesting patterns that are worth investigating are listed below. If we look at the table we can see that sum of alternate Fibonacci numbers is Lucas number: n 0 1 3 4 5 6 7 L n 1 3 4 7 11 18 9 F n 0 1 1 3 5 8 13... This provides us with the first equation connecting Fibonacci numbers (F n ) and Lucas numbers (L n ). = + ; However if we add, subtract, divide or multiply; alternate Lucas number it does not give us Fibonacci numbers. The sum of L and L 4 is not F 3. Nevertheless, we can see another patter if we add up a few more numbers. + 1 3 5 1 1 4 5 1 3 3 7 10 4 4 11 15 3 5 7 18 5 5 As we can see the pattern, we have found another equation connecting Lucas number (L n ) and Fibonacci numbers (F n ). = + 5 5 = +

We know that Fibonacci numbers appear in Pascal's triangle as the sum of the diagonals. I found a method to get value of the Lucas numbers from Pascal's triangle. Here is an alternative version of Pascal's triangle n 0 1 3 4 5 6 7 8 0 1 - - - - - - - - 1-1 1 - - - - - - - - 1 1 - - - - 3 - - - 1 3 3 1 - - 4 - - - - 1 4 6 4 1 5 - - - - - 1 5 10 5 6 - - - - - - 1 6 15 7 - - - - - - - 1 7 8 - - - - - - - - 1 F n 1 1 3 5 8 13 1 34 As we can see that the sum of columns is Fibonacci numbers. For Lucas numbers also we have to add the columns and the rows but for each number in the column we have to multiply it by its column number and divide by its row number. For example, let s take column 3; we multiply by 3 and divide by and we multiply 1 by 3 and divide by 3 and we add the result. We should get L 3 which is 4. = 3 +1 3 3 =3+1 =4= Here is a screen shot of a spreadsheet of excel getting the Lucas numbers from the method above. Pic 1 Obtaining Lucas numbers using Pascal's Traingle 1 When I was doing my research about Lucas numbers and it relationship with Fibonacci numbers I found out about other things also like its relationship with Pascal's triangle and use of Golden ratio. I was interested in investigating them further but I cannot because I do not have enough room and time. I did enjoy doing all the research for Lucas numbers and Fibonacci numbers. In particular, I found it very stimulating to work on the same concepts as these mathematicians did without any use of

technology or guidance. I respect them for their creative ways of thinking. I found fulfilling that I was able to prove the conjecture and derive the Binet s formula on my own and I got appropriate results. This experience gave me a chance to use my mathematics skills and put them in a practical situation. In addition to that I got to know more about things, like Golden ratio, which I was not familiar with before.

1. Knott, Ron. "The Lucas Numbers." The Lucas Numbers. 6 Mar. 007. Web. <http://www.maths.surrey.ac.uk/hosted-sites/r.knott/fibonacci/lucasnbs.html>.. Fensom, Jim, Josip Harcet, and Lorraine Heinrichs. "Aesthetics in Mathematics: An Introduction to Mathematical Explorations." Mathematics. Course Companion. Oxford: Oxford UP, 01. Print. 3. Jovanovic, Radoslav. "Lucas Numbers and the Golden Section." Lucas Numbers and the Golden Section. Trans. D.Filipovic. Mar. 003. Web. <http://milan.milanovic.org/math/english/lucas/lucas.html>. 4. "Nature, The Golden Ratio, and Fibonacci Too..." Nature, The Golden Ratio and Fibonacci Numbers. Math Is Fun. Web. <http://www.mathsisfun.com/numbers/nature-golden-ratiofibonacci.html>.