the fibonacci and lucas sequences

16
Definition: The Fibonacci sequence is the sequence ( ) โ‰ฅ0 with the recurrence relation โˆ’1 + = +1 and two initial conditions 0 =0 and 1 =1. Fill in the missing blanks [You Do!] 0 1 2 3 4 5 6 7 8 9 10 11 12 0 1 1 2 3 5 Definition: The Lucas sequence is the sequence ( ) โ‰ฅ0 with the recurrence relation โˆ’1 + = +1 and two initial conditions 0 =2 and 1 =1. Fill in the missing blanks [You Do!] 0 1 2 3 4 5 6 7 8 9 10 11 12 2 1 3 4 7 11 Do you see any connection between these two lists of numbers? (e.g., add two Fibonacci numbers that are two apart like 4 + 6 ) The Fibonacci and Lucas Sequences

Upload: others

Post on 16-May-2022

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: The Fibonacci and Lucas Sequences

Definition: The Fibonacci sequence is the sequence (๐น๐‘›)๐‘›โ‰ฅ0 with the

recurrence relation ๐น๐‘›โˆ’1 + ๐น๐‘› = ๐น๐‘›+1 and two initial conditions ๐น0 = 0

and ๐น1 = 1.

Fill in the missing blanks [You Do!]

๐น0 ๐น1 ๐น2 ๐น3 ๐น4 ๐น5 ๐น6 ๐น7 ๐น8 ๐น9 ๐น10 ๐น11 ๐น12 0 1 1 2 3 5

Definition: The Lucas sequence is the sequence (๐ฟ๐‘›)๐‘›โ‰ฅ0 with the

recurrence relation ๐ฟ๐‘›โˆ’1 + ๐ฟ๐‘› = ๐ฟ๐‘›+1 and two initial conditions ๐ฟ0 = 2

and ๐ฟ1 = 1.

Fill in the missing blanks [You Do!]

๐ฟ0 ๐ฟ1 ๐ฟ2 ๐ฟ3 ๐ฟ4 ๐ฟ5 ๐ฟ6 ๐ฟ7 ๐ฟ8 ๐ฟ9 ๐ฟ10 ๐ฟ11 ๐ฟ12 2 1 3 4 7 11

Do you see any connection between these two lists of numbers?

(e.g., add two Fibonacci numbers that are two apart like ๐น4 + ๐น6)

The Fibonacci and Lucas Sequences

Page 2: The Fibonacci and Lucas Sequences

FIBONACCI AND LUCAS IDENTITIES

Exercise 1: Add two Fibonacci numbers that are two apart. [You Do!]

๐น0 ๐น1 ๐น2 ๐น3 ๐น4 ๐น5 ๐น6 ๐น7 ๐น8 ๐น9 ๐น10 ๐น11 ๐น12 0 1 1 2 3 5 8 13 21 34 55 89 144

๐ฟ0 ๐ฟ1 ๐ฟ2 ๐ฟ3 ๐ฟ4 ๐ฟ5 ๐ฟ6 ๐ฟ7 ๐ฟ8 ๐ฟ9 ๐ฟ10 ๐ฟ11 ๐ฟ12 2 1 3 4 7 11 18 29 47 76 123 199 322

Conjectured Formula: [You Do!]

Exercise 2: Add Fibonacci and Lucas numbers in same column. [You Do!]

๐น0 ๐น1 ๐น2 ๐น3 ๐น4 ๐น5 ๐น6 ๐น7 ๐น8 ๐น9 ๐น10 ๐น11 ๐น12 0 1 1 2 3 5 8 13 21 34 55 89 144

๐ฟ0 ๐ฟ1 ๐ฟ2 ๐ฟ3 ๐ฟ4 ๐ฟ5 ๐ฟ6 ๐ฟ7 ๐ฟ8 ๐ฟ9 ๐ฟ10 ๐ฟ11 ๐ฟ12 2 1 3 4 7 11 18 29 47 76 123 199 322

Conjectured Formula: [You Do!]

Page 3: The Fibonacci and Lucas Sequences

FIBONACCI AND LUCAS IDENTITIES (continued)

Exercise 3: Add two Lucas numbers that are two apart. [You Do!]

๐น0 ๐น1 ๐น2 ๐น3 ๐น4 ๐น5 ๐น6 ๐น7 ๐น8 ๐น9 ๐น10 ๐น11 ๐น12 0 1 1 2 3 5 8 13 21 34 55 89 144

๐ฟ0 ๐ฟ1 ๐ฟ2 ๐ฟ3 ๐ฟ4 ๐ฟ5 ๐ฟ6 ๐ฟ7 ๐ฟ8 ๐ฟ9 ๐ฟ10 ๐ฟ11 ๐ฟ12 2 1 3 4 7 11 18 29 47 76 123 199 322

Conjectured Formula: [You Do!]

Exercise 4: Multiply Fibonacci and Lucas numbers in same column.

[You Do!]

๐น0 ๐น1 ๐น2 ๐น3 ๐น4 ๐น5 ๐น6 ๐น7 ๐น8 ๐น9 ๐น10 ๐น11 ๐น12 0 1 1 2 3 5 8 13 21 34 55 89 144

๐ฟ0 ๐ฟ1 ๐ฟ2 ๐ฟ3 ๐ฟ4 ๐ฟ5 ๐ฟ6 ๐ฟ7 ๐ฟ8 ๐ฟ9 ๐ฟ10 ๐ฟ11 ๐ฟ12 2 1 3 4 7 11 18 29 47 76 123 199 322

Conjectured Formula: [You Do!]

Page 4: The Fibonacci and Lucas Sequences

FIBONACCI AND LUCAS IDENTITIES (continued)

Exercise 5: Take the difference of two Fibonacci numbers that are four

apart (e.g., ๐น7 โˆ’ ๐น3). [You Do!]

๐น0 ๐น1 ๐น2 ๐น3 ๐น4 ๐น5 ๐น6 ๐น7 ๐น8 ๐น9 ๐น10 ๐น11 ๐น12 0 1 1 2 3 5 8 13 21 34 55 89 144

๐ฟ0 ๐ฟ1 ๐ฟ2 ๐ฟ3 ๐ฟ4 ๐ฟ5 ๐ฟ6 ๐ฟ7 ๐ฟ8 ๐ฟ9 ๐ฟ10 ๐ฟ11 ๐ฟ12 2 1 3 4 7 11 18 29 47 76 123 199 322

Conjectured Formula: [You Do!]

Exercise 6: Conjecture a formula for ๐น๐‘›+1๐ฟ๐‘›+1 โˆ’ ๐น๐‘›๐ฟ๐‘›. [You Do!]

๐น0 ๐น1 ๐น2 ๐น3 ๐น4 ๐น5 ๐น6 ๐น7 ๐น8 ๐น9 ๐น10 ๐น11 ๐น12 0 1 1 2 3 5 8 13 21 34 55 89 144

๐ฟ0 ๐ฟ1 ๐ฟ2 ๐ฟ3 ๐ฟ4 ๐ฟ5 ๐ฟ6 ๐ฟ7 ๐ฟ8 ๐ฟ9 ๐ฟ10 ๐ฟ11 ๐ฟ12 2 1 3 4 7 11 18 29 47 76 123 199 322

Page 5: The Fibonacci and Lucas Sequences

The Beautiful Binet Formula ๐Ÿ˜Š

EXERCISE 7: What is the 100th Fibonacci number? Can I compute it

without knowing the 98th and 99th Fibonacci numbers? [You Do!]

Hint: Binetโ€™s formula states that

๐น๐‘› =1

โˆš5[(

1 + โˆš5

2)

๐‘›

โˆ’ (1 โˆ’ โˆš5

2)

๐‘›

]

EXERCISE 8: What is the 100th Lucas number? Can I compute it without

knowing the 98th and 99th Lucas numbers? [You Do!]

Hint: A โ€œBinetโ€-ish formula states that

๐ฟ๐‘› = (1 + โˆš5

2)

๐‘›

+ (1 โˆ’ โˆš5

2)

๐‘›

I am Jacques Philippe Marie Binet. I was born in

1786 and died in 1856. The Binet formula is

named after me in 1843, but it was known over

100 years earlier by Abraham de Moivre in 1718.

But my last name is easier to pronounce. Ha.

Page 6: The Fibonacci and Lucas Sequences

The Golden Ratio

EXERCISE 9: Where do those two numbers 1+โˆš5

2 and

1โˆ’โˆš5

2 come from?

Hint: Use the quadratic formula to find the roots of ๐‘ฅ2 โˆ’ ๐‘ฅ โˆ’ 1 = 0.

What does this have to do with beauty?

EXERCISE 10: Let us denote phi (Greek letter ฮฆ) to be this golden. Then

ฮฆ =๐ด

๐ต. Then from the equality

๐ด

๐ต=

๐ด+๐ต

๐ต, we can derive ฮฆ = 1 +

1

ฮฆ.

Multiply this across by ฮฆ and what do you get? [You Do!]

Page 7: The Fibonacci and Lucas Sequences

The Golden Ratio (continued)

QUESTION: Does the golden ratio appear everywhere in nature and man?

Here is a picture of some random guy whose hair and side of face model

the golden spiral:

Here is a famous image of the Mona Lisa painting by _______________(?)

Page 8: The Fibonacci and Lucas Sequences

The Golden Ratio (continued)

QUESTION: How does the golden ratio and the Fibonacci numbers arise

in sunflowers? [You Do!]

EXERCISE 11: Calculate ๐น๐‘›+1

๐น๐‘› for ๐‘› = 9, 10, and 11. What do you notice

about these ratios? Use the Binet formula to calculate ๐น51

๐น50. [You Do!]

Page 9: The Fibonacci and Lucas Sequences

The Stair-Climbing Problem

QUESTION: How many ways to climb up two stairs if you can only take

one step or two steps at a time?

ANSWER: [You Draw!]

QUESTION: How many ways to climb up three stairs if you can only

take one step or two steps at a time?

ANSWER: [You Draw!]

QUESTION: How many ways to climb up four stairs if you can only take

one step or two steps at a time?

ANSWER: Here is a picture of the answer.

The answer is 5 ways, since we can do the following five step sequences:

1111, 211, 121, 112, and 22.

Page 10: The Fibonacci and Lucas Sequences

The Stair-Climbing Problem (continued)

EXERCISE 12: How many ways to climb up n stairs if you can only take

one step or two steps at a time?

ANSWER: Let ๐‘ฆ๐‘› be the number of ways to climb up ๐‘› stairs if you can

only take one or two steps at a time. For example, we learned on the

previous page that ๐‘ฆ2 = ______(? ), ๐‘ฆ3 = ______(? ), and ๐‘ฆ4 = ______(? ).

So, find a closed form for ๐‘ฆ_๐‘›. [You Do!]

EXERCISE 13: How many ways to climb up 49 stairs if you can only take

one step or two steps at a time? [You Do!]

Page 11: The Fibonacci and Lucas Sequences

The Generalized Fibonacci Sequence

EXERCISE 14: Suppose we start with two initial conditions ๐บ0 = ๐‘Ž and

๐บ1 = ๐‘ and we have the same โ€œFibonacci/Lucasโ€ recurrence relation

๐บ๐‘›โˆ’1 + ๐บ๐‘› = ๐บ๐‘›+1 for all ๐‘› โ‰ฅ 1. Prove that we have the following closed

form ๐บ๐‘› = ๐น๐‘›โˆ’1๐บ0 + ๐น๐‘›๐บ1. [You Do!]

EXERCISE 15: Suppose ๐บ0 = 3 and ๐บ1 = 1. Use the recurrence relation

๐บ๐‘›โˆ’1 + ๐บ๐‘› = ๐บ๐‘›+1 to compute ๐บ2, ๐บ3, ๐บ4, ๐บ5, and ๐บ6. Verify that ๐บ6

equals 23 by using the closed form ๐บ๐‘› = ๐น๐‘›โˆ’1๐บ0 + ๐น๐‘›๐บ1. [You Do!]

EXERCISE 16: Suppose ๐บ0 = 7 and ๐บ1 = โˆ’2. Use the recurrence relation

๐บ๐‘›โˆ’1 + ๐บ๐‘› = ๐บ๐‘›+1 to compute ๐บ2, ๐บ3, ๐บ4, ๐บ5, and ๐บ6. Verify that ๐บ6

equals 19 by using the closed form ๐บ๐‘› = ๐น๐‘›โˆ’1๐บ0 + ๐น๐‘›๐บ1. [You Do!]

Page 12: The Fibonacci and Lucas Sequences

The Fibonacci Matrix

Definition: The Fibonacci matrix is the following 2 ร— 2 matrix

๐‘„ = (๐น2 ๐น1

๐น1 ๐น0) = (

1 11 0

).

EXERCISE 17: Do matrix multiplication and compute ๐‘„2, ๐‘„3, ๐‘„4, and ๐‘„5.

What pattern do you notice? Conjecture what matrix you would get if

you had ๐‘„๐‘›. [You Do!]

EXERCISE 18: Compute the determinant (i.e., phattie Dee) for ๐‘„, ๐‘„2, ๐‘„3,

๐‘„4, and ๐‘„5. What pattern do you notice? Conjecture what the

determinant of ๐‘„๐‘› is. [You Do!]

Page 13: The Fibonacci and Lucas Sequences

Pascalโ€™s Triangle โ€œhidesโ€ the Fibonacci Sequence

EXERCISE 19: Can you find the Fibonacci sequence โ€œhiddenโ€ inside

Pascalโ€™s triangle below? [You Do!]

Hint: Consider some sums of Pascalโ€™s triangle entries.

EXERCISE 20: Consider the formula below where ๐‘— = โŒŠ๐‘›โˆ’1

2โŒ‹ is the largest

integer not exceeding ๐‘›โˆ’1

2. For example, if ๐‘› = 8, then โŒŠ

8โˆ’1

2โŒ‹ = 3 since

7

2= 3

1

2 . Verify the formula below for ๐‘› = 8. [You Do!]

Page 14: The Fibonacci and Lucas Sequences

Pascalโ€™s Triangle โ€œhidesโ€ the Fibonacci Sequence

(continued)

EXERCISE 21: Consider the 4th row of Pascalโ€™s triangle. Multiply each

number left-to-right by the Fibonacci numbers ๐น0, ๐น1, ๐น2, etc. Then add

the numbers in that row. What do you notice? [You Do!] Do the same for

the 5th row. What do you notice? [You Do!]

EXERCISE 22: Conjecture a closed form for the following sum in the ๐‘›๐‘กโ„Ž

row of Pascalโ€™s triangle: [You Do!]

(๐‘›

0) ๐น0 + (

๐‘›

1) ๐น1 + (

๐‘›

2) ๐น2 + โ‹ฏ + (

๐‘›

๐‘› โˆ’ 1) ๐น๐‘›โˆ’1 + (

๐‘›

๐‘›) ๐น๐‘›.

Page 15: The Fibonacci and Lucas Sequences

Back Page History

Who is Fibonacci?

โ€ข He lived from around 1170 to 1240. He was born in the Republic of

Pisa (currently Italy).

โ€ข His name is NOT Fibonacci. The term is short for the Latin โ€œfilius

Bonnaciโ€ (i.e., the son of the Bonnacioโ€™s; his fatherโ€™s name was

Guglielmo Bonnacio).

Who is ร‰douard Lucas?

โ€ข He lived from 1842 to 1891. He was born in France.

โ€ข He died in unusual circumstances. At a banquet, a waiter dropped

some crockery and a piece of broken plate cut Lucas on the cheek.

He died a few days later of a severe skin inflammation probably

caused by sepsis. He was only 49 years old.

Page 16: The Fibonacci and Lucas Sequences

Is This Page Intentionally Left Blank for Your Doodling Delight? Nope. It is placed here to ensure that the new section on the next page

begins with an odd-numbered page.