0% found this document useful (0 votes)
51 views31 pages

Fibonacci Numbers

This document discusses various ways of proving identities involving Fibonacci numbers, including mathematical induction, linear algebra using matrices, and combinatorics using 0-1 sequences. It provides examples of proofs for identities such as the sum of squares of Fibonacci numbers and Cassini's identity. An educational activity involving arranging stamps in Fibonacci sequences on postcards is also described.

Uploaded by

Tom Davis
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views31 pages

Fibonacci Numbers

This document discusses various ways of proving identities involving Fibonacci numbers, including mathematical induction, linear algebra using matrices, and combinatorics using 0-1 sequences. It provides examples of proofs for identities such as the sum of squares of Fibonacci numbers and Cassini's identity. An educational activity involving arranging stamps in Fibonacci sequences on postcards is also described.

Uploaded by

Tom Davis
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 31

Fibonacci Numbers

By: Sara Miller Advisor: Dr. Mihai Caragiu

Abstract
v We will investigate various ways of proving identities involving Fibonacci Numbers, such as, induction, linear algebra (matrices), and combinatorics (0-1 sequences). v We will also look at one educational activity.

Summary
v v v v v 1. 2. 3. 4. 5. Introduction Mathematical Induction Linear Algebra (matrices) Combinatorics (0-1 sequences) Educational Activity

1.
O O O O

Introduction

v Leonardo Pisano
Born around 1175 in Pisa, Italy His nickname was Fibonacci He traveled extensively with his father Wrote book: Liber Abbaci in 1220
Presented a numerical series now referred to as the Fibonacci numbers

Fibonacci Numbers
v

1, 1, 2 , 3, 5, 8, 13, 21, 34, 55, 89, 144, 233,

Rabbit Problem
v A certain man put a pair of rabbits in a place surrounded by a wall. How many pairs of rabbits can be produced from that pair in a year if it is supposed that every month each pair begets a new pair from which the second month on becomes productive? (Liber Abbaci, chapter 12, p. 283-4)

Chart of Rabbit Problem


Month January February March April May June July August September October November December January Adult Pairs Baby Pairs Total Pairs 1 1 2 3 5 8 13 21 34 55 89 144 233 0 1 1 2 3 5 8 13 21 34 55 89 144 1 2 3 5 8 13 21 34 55 89 144 233 377

The Fibonacci Linear Recurrence


Initial Conditions:

f = 1 and f = 1 1 2
fn = f n1 +f n2

Recurrence relation:

1 fn 1

2 1

3 2

4 3

5 5

6 8

7 13

2. Mathematical Induction
2.1 Sum of Squares of Fibonacci Numbers:
2 2 2 f + f + ... + f n = f n f n+1 1 2

, n 1

I will initially carry out the proof of this identity by induction. Then I will provide a visual proof.

Proof by induction:
(a) For n =1 the formula takes the form

f 2= f f 1 1 2

2 1 = (1)(1) thus 1=1

Thus the first part of the induction (basis step) is finished.

(b) Assuming the formula holds true for n, we will prove it for n +1. Therefore,

2= f f f 2 + f 2 +...+ f n n n+1 1 2
And we will prove
2+ f 2 = f f 2 + f 2 + ...+ f n f 1 2 n+1 n+1 n+2

Indeed,
2+ f 2 f 2 + f 2 + ...+ f n 1 2 n+1
=f f +f2 n n +1 n+1 =f
=f

By inductive hypothesis

n+1

fn + f

n+1

f n+1 n+2

By f

n+1

+ fn = f

n+2

Thus the induction is complete, and I have proved that the formula holds for all n.
QED.

Visual Proof

2= f f f 2 + f 2 + ...+ f n n n+1 1 2

2.2 Sum of Odd Fibonacci Numbers:

=f f + f + f + ...+ f 1 3 5 2n1 2n

, n 1

2.3 Sum of Even Fibonacci Numbers:

f + f + f + ...+ f = f 1 , n 0 0 2 4 2n 2n+1

2.4

Sum of Products of Consecutive Fibonacci Numbers:

f f + f f + f f + ...+ f f = f 2 , n 1 1 2 2 3 3 4 2n1 2n 2n
Proof: (a) For n =1 the formula takes the form
f f = f2 1 2 2

1 1 =12 thus 1=1


Thus the first part of the induction (basis step) is finished.

(b) Assuming the formula holds true for n , we will prove it for n +1. For the inductive step, we will assume
f f + f f + f f + ...+ f f = f2 1 2 2 3 3 4 2n1 2n 2n

And we will prove


f f + f f + f f + ...+ f f +f f +f f = f2 1 2 2 3 3 4 2n1 2n 2n 2n+1 2n+1 2n+2 2n+2

Indeed,

f f + f f + f f + ...+ f f +f f +f f 1 2 2 3 3 4 2n1 2n 2n 2n+1 2n+1 2n+2 = f2 +f f +f f 2n 2n 2n+1 2n+1 2n+2


=f 2n 2n

By inductive Hypothesis

+f

2n+1

+f

2n+1 2n+2

=f

2n 2n

+f

2n+1

+f

2n+1 2n+2

=f =f

2n 2n+2

+f

2n+1 2n+2 2n+1


2n+2 2n

+f

= f2 2n+2

By

2n

+f

2n+1

=f

2n+2

Thus the induction is complete, and I have proved that the formula holds for all n. QED

3. Linear Algebra (Matrices)


3.1 Cassinis Identity:
n 2 f n = 1 f f n +1 n 1
1 1 First we will introduce the transition matrix T = 1 0 It is easy to see that this matrix satisfies fn f 1 = T n+ for all n 1 f f 1 n n

It is easy to prove (by induction) that

T n = n+1 fn
for any n=1,2,3,

fn f n1

Lets take the determ inants of both sides:

det T n = f
But,

2 fn n +1 n 1 f

n n det T n = det T = 1

Therefore,
f 2 = 1 n fn n +1 n 1 f

Thus we have proven the Cassinis Identity. Q ED

4. Combinatorics
4.1 0 - 1 Sequences
One important fact is that the number of 0 1 sequences of length n without consecutive 1s is f for every n 1. n+2 Lets prove this!

First denote by An the number of 0-1 sequences of length n without consecutive 1s. Here is an example of a string of length 8 without consecutive 1s:

0 10 0 10 10

For n =1, we have a single or a 1, Thus

, so we have two possibilities a 0

A =2 , f = f =2 1 1+2 3 holds true for n =1.


For n = 2 , we have two 01, 10 Thus A = 3 , 2 for n = 2 .

therefore An = f n+2

, so we have three possibilities 00,

= f =3 2+2 4

and An = f holds true n+2

Thus the first part of the induction (basis step) is finished.

I shall prove the induction step in the following way: Assume A = f k k +2 We want An = f n+2
is true for all k < n.

n 1 cells

01001010
n cells
Ending with a 0

A n1

01001010
n 2 cells

01001001
Ending with a 1

A n2

Therefore, An = A + A =f +f = f + fn = f n1 n2 n1+2 n2+2 n+1 n+2 QED

4.2 An Example of Combinatorial Proof:


2+ f 2 = f We consider the identity f n n+1 2n+1
n 1 n 1 n 1 n 1 n2 n2

0
central cell central cell is 0

010
central cell is 1

2 n 1 +1= 2n 1

f = f2 n+1 n+1 n+1

2 f n f n = f n

Therefore, f

2. = f 2 + fn 2n+1 n+1

5. Educational Activity:
Many activities can be used in the classroom to generate and investigate Fibonacci sequences. One is to have students place 1 and 2 cent stamps across the top of a postcard (facing with correct side up) in different arrangements to make up certain postage amounts. The number of different arrangements will be a Fibonacci number.

END

:O)~

You might also like