SLIDE 1 Fibonacci numbers in nature
Kenneth L. Ho1
Courant Institute, New York University
cSplash 2011
1ho@courant.nyu.edu
SLIDE 2
What are the Fibonacci numbers?
SLIDE 3
What are the Fibonacci numbers?
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, . . .
SLIDE 4
What are the Fibonacci numbers?
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, . . .
SLIDE 5
What are the Fibonacci numbers?
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, . . .
One of these is not exactly related to the Fibonacci numbers.
SLIDE 6
A little history
Studied in India as early as 200 BC
SLIDE 7 A little history
Studied in India as early as 200 BC Introduced to the West by Leonardo of Pisa (Fibonacci) in Liber Abaci (1202)
Leonardo of Pisa
SLIDE 8 A little history
Studied in India as early as 200 BC Introduced to the West by Leonardo of Pisa (Fibonacci) in Liber Abaci (1202)
“Book of Calculation” Described Hindu-Arabic numerals Used Fibonacci numbers to model rabbit population growth
Leonardo of Pisa
SLIDE 9
Bunnies!
Model assumptions One male-female pair originally Each pair able to mate at one month, mating each month thereafter Each mating produces one new pair after one month
SLIDE 10
Bunnies!
Model assumptions One male-female pair originally Each pair able to mate at one month, mating each month thereafter Each mating produces one new pair after one month How many pairs are there after n months?
SLIDE 11
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 Month 1 One pair originally
SLIDE 12
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 Month 2 From last month: 1 Newly born:
SLIDE 13
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 Month 3 From last month: 1 Newly born: 1
SLIDE 14
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 3 Month 4 From last month: 2 Newly born: 1
SLIDE 15
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 3 5 Month 5 From last month: 3 Newly born: 2
SLIDE 16
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 3 5 8 Month 6 From last month: 5 Newly born: 3
SLIDE 17
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 3 5 8 13 Month 7 From last month: 8 Newly born: 5
SLIDE 18
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 3 5 8 13 21 Month 8 From last month: 13 Newly born: 8
SLIDE 19
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 3 5 8 13 21 · · · Fn Month n From last month: Fn−1 Newly born: Fn−2
SLIDE 20
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 3 5 8 13 21 · · · Fn F1 = F2 = 1 (seed values) Fn = Fn−1 + Fn−2 (recurrence relation)
SLIDE 21
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 3 5 8 13 21 · · · Fn F0 = 0, F1 = 1 (seed values) Fn = Fn−1 + Fn−2 (recurrence relation)
SLIDE 22
Fibonacci bunnies
month 1 2 3 4 5 6 7 8 · · · n pairs 1 1 2 3 5 8 13 21 · · · Fn F0 = 0, F1 = 1 (seed values) Fn = Fn−1 + Fn−2 (recurrence relation) Note that the rabbit model is unrealistic (why?), but we will see a real instance where the Fibonacci numbers show up very shortly.
SLIDE 23
Fibonacci numbers in nature
n 1 2 3 4 5 6 7 8 9 10 11 · · · Fn 1 1 2 3 5 8 13 21 34 55 89 · · ·
SLIDE 24
Fibonacci numbers in nature
n 1 2 3 4 5 6 7 8 9 10 11 · · · Fn 1 1 2 3 5 8 13 21 34 55 89 · · · Number of spirals Clockwise: 13 Counterclockwise: 8
SLIDE 25
Fibonacci numbers in nature
n 1 2 3 4 5 6 7 8 9 10 11 · · · Fn 1 1 2 3 5 8 13 21 34 55 89 · · · Number of spirals Clockwise: 21 Counterclockwise: 34
SLIDE 26
Fibonacci numbers in nature
n 1 2 3 4 5 6 7 8 9 10 11 · · · Fn 1 1 2 3 5 8 13 21 34 55 89 · · · Number of spirals Clockwise: 13 Counterclockwise: 8
SLIDE 27
Fibonacci numbers in nature
n 1 2 3 4 5 6 7 8 9 10 11 · · · Fn 1 1 2 3 5 8 13 21 34 55 89 · · · So where do the Fibonacci numbers come from?
SLIDE 28
A crash course on plant growth
Central turning growing tip Emits new seed head, floret, leaf bud, etc. every α turns Seed heads grow outward with time
SLIDE 29
A crash course on plant growth
α = 1/4 α = 1/5
SLIDE 30
From a plant’s perspective
What’s wrong with this growth pattern?
SLIDE 31
From a plant’s perspective
What’s wrong with this growth pattern? Too much wasted space!
SLIDE 32
From a plant’s perspective
SLIDE 33
From a plant’s perspective
SLIDE 34
From a plant’s perspective
What’s wrong with this growth pattern? Too much wasted space! Want to maximize exposure to sunlight, dew, CO2
SLIDE 35
From a plant’s perspective
What’s wrong with this growth pattern? Too much wasted space! Want to maximize exposure to sunlight, dew, CO2 Evolve for optimal packing
SLIDE 36
Floral showcase
α = 1/4 α = 2/3 α = 1/5 α = 3/4 α = 1/7 α = 5/8
SLIDE 37
Rationality is not always good
Definition A rational number is a number that can be expressed as a fraction m/n, where m and n are integers.
SLIDE 38
Rationality is not always good
Definition A rational number is a number that can be expressed as a fraction m/n, where m and n are integers. Can we get a good covering with α = m/n?
SLIDE 39
Rationality is not always good
Definition A rational number is a number that can be expressed as a fraction m/n, where m and n are integers. Can we get a good covering with α = m/n? The answer is no.
SLIDE 40
Rationality is not always good
Definition A rational number is a number that can be expressed as a fraction m/n, where m and n are integers. Can we get a good covering with α = m/n? The answer is no. Why? Growing tip makes m revolutions every n seeds Growth pattern repeats after n seeds At most n “rays” of seeds
SLIDE 41
Floral showcase redux (rational)
α = 1/4 α = 2/3 α = 1/5 α = 3/4 α = 1/7 α = 5/8
SLIDE 42
Floral showcase (irrational)
α = 1/π α = 1/e α = 1/ √ 2
SLIDE 43
Floral showcase (irrational)
α = 1/π “Less” irrational α = 1/e ⇐ ⇒ α = 1/ √ 2 “More” irrational Some irrationals work better than others. What is the “most” irrational number?
SLIDE 44
The golden ratio
Mathematically, a + b a = a b ≡ ϕ. How to solve for ϕ?
SLIDE 45
The golden ratio
1 Given:
a + b a = a b ≡ ϕ
SLIDE 46
The golden ratio
1 Given:
a + b a = a b ≡ ϕ
2 Simplify:
1 + b a = ϕ
SLIDE 47
The golden ratio
1 Given:
a + b a = a b ≡ ϕ
2 Simplify:
1 + b a = ϕ
3 Substitute:
1 + 1 ϕ = ϕ
SLIDE 48
The golden ratio
1 Given:
a + b a = a b ≡ ϕ
2 Simplify:
1 + b a = ϕ
3 Substitute:
1 + 1 ϕ = ϕ
4 Rearrange:
ϕ2 − ϕ − 1 = 0
SLIDE 49
The golden ratio
1 Given:
a + b a = a b ≡ ϕ
2 Simplify:
1 + b a = ϕ
3 Substitute:
1 + 1 ϕ = ϕ
4 Rearrange:
ϕ2 − ϕ − 1 = 0
5 Quadratic formula:
ϕ = 1 + √ 5 2
SLIDE 50
The golden ratio
1 Given:
a + b a = a b ≡ ϕ
2 Simplify:
1 + b a = ϕ
3 Substitute:
1 + 1 ϕ = ϕ
4 Rearrange:
ϕ2 − ϕ − 1 = 0
5 Quadratic formula:
ϕ = 1 + √ 5 2 The number ϕ ≈ 1.618 . . . is called the golden ratio.
SLIDE 51
The golden ratio: a broader perspective
Studied since antiquity First defined by Euclid (Elements, c. 300 BC) Associated with perceptions of beauty Applications in art and architecture
SLIDE 52
The golden ratio in plant growth
α = 1/ϕ
SLIDE 53
The golden ratio in plant growth
SLIDE 54
The golden ratio in plant growth
α = 222.4◦ α = 1/ϕ ≈ 222.5◦ α = 222.6◦ Nature seems to have found ϕ quite precisely!
SLIDE 55 Some properties of irrational numbers
Theorem Every irrational number can be written as a continued fraction a0 + 1 a1 + 1 a2 + ...
- r, for short, [a0; a1, a2, . . . ], where the ai are positive integers.
SLIDE 56 Some properties of irrational numbers
Theorem Every irrational number can be written as a continued fraction a0 + 1 a1 + 1 a2 + ...
- r, for short, [a0; a1, a2, . . . ], where the ai are positive integers.
π = [3; 7, 15, 1, 292, 1, 1, 1, 2, 1, . . . ] e = [2; 1, 2, 1, 1, 4, 1, 1, 6, 1, . . . ] √ 2 = [1; 2, 2, 2, . . . ] ϕ = [1; 1, 1, 1, . . . ]
SLIDE 57
Some properties of irrational numbers
Theorem Every irrational number can be written as a continued fraction [a0; a1, a2, . . . ], where the ai are positive integers. The truncations [a0] = a0 1 , [a0; a1] = a1a0 + 1 a1 , [a0; a1, a2] = a2 (a1a0 + 1) + a0 a2a1 + 1 , . . . give a sequence of rational approximations called convergents.
SLIDE 58
Some properties of irrational numbers
Theorem The convergent [a0; a1, a2, . . . , ak] ≡ m/n provides the best approximation among all rationals m′/n′ with n′ ≤ n. The truncations [a0] = a0 1 , [a0; a1] = a1a0 + 1 a1 , [a0; a1, a2] = a2 (a1a0 + 1) + a0 a2a1 + 1 , . . . give a sequence of rational approximations called convergents.
SLIDE 59
The most irrational number
A few convergents: π: 3, 22 7 , 333 106, 355 113 e: 2, 3, 8 3, 11 4 , 19 7 √ 2: 1, 3 2, 7 5, 17 12, 41 29
SLIDE 60
The most irrational number
A few convergents: π: 3, 22 7 , 333 106, 355 113 e: 2, 3, 8 3, 11 4 , 19 7 √ 2: 1, 3 2, 7 5, 17 12, 41 29 22/7 ≈ 3.14285714 . . . 333/106 ≈ 3.14150943 . . . 355/113 ≈ 3.14159292 . . .
SLIDE 61
The most irrational number
A few convergents: π: 3, 22 7 , 333 106, 355 113 e: 2, 3, 8 3, 11 4 , 19 7 √ 2: 1, 3 2, 7 5, 17 12, 41 29 22/7 ≈ 3.14285714 . . . 333/106 ≈ 3.14150943 . . . 355/113 ≈ 3.14159292 . . . What makes a number easy to approximate rationally?
SLIDE 62
The most irrational number
A few convergents: π: 3, 22 7 , 333 106, 355 113 e: 2, 3, 8 3, 11 4 , 19 7 √ 2: 1, 3 2, 7 5, 17 12, 41 29 π = 3 + 1 7 + 1 15 + 1 1 + 1 292 + ... What makes a number easy to approximate rationally?
SLIDE 63
The most irrational number
A few convergents: π: 3, 22 7 , 333 106, 355 113 e: 2, 3, 8 3, 11 4 , 19 7 √ 2: 1, 3 2, 7 5, 17 12, 41 29 π = 3 + 1 7 + 1 15 + 1 1 + 1 292 + ... Large denominators mean small numbers!
SLIDE 64
The most irrational number
A few convergents: π: 3, 22 7 , 333 106, 355 113 e: 2, 3, 8 3, 11 4 , 19 7 √ 2: 1, 3 2, 7 5, 17 12, 41 29 ϕ = 1 + 1 1 + 1 1 + 1 1 + 1 1 + ... The golden ratio has the slowest converging representation.
SLIDE 65
The most irrational number
A few convergents: π: 3, 22 7 , 333 106, 355 113 e: 2, 3, 8 3, 11 4 , 19 7 √ 2: 1, 3 2, 7 5, 17 12, 41 29 ϕ: 1, 2, 3 2, 5 3, 8 5, 13 8 ϕ = 1 + 1 1 + 1 1 + 1 1 + 1 1 + ... The golden ratio has the slowest converging representation.
SLIDE 66
Back to the Fibonacci numbers
Theorem The ratio of successive Fibonacci numbers Fn+1/Fn → ϕ as n → ∞.
SLIDE 67
Back to the Fibonacci numbers
Theorem (in English) The ratio of successive Fibonacci numbers Fn+1/Fn ≈ ϕ, and the approximation gets better the bigger n is.
SLIDE 68
Back to the Fibonacci numbers
Theorem (in English) The ratio of successive Fibonacci numbers Fn+1/Fn ≈ ϕ, and the approximation gets better the bigger n is. Informally:
1 Exponential growth:
Fn+1/Fn ≈ θ
2 Recurrence relation:
Fn = Fn−1 + Fn−2
3 Divide and rewrite:
Fn Fn−1 Fn−1 Fn−2 = Fn−1 Fn−2 + 1
4 Substitute:
θ2 ≈ θ + 1
SLIDE 69
Back to the Fibonacci numbers
Theorem (in English) The ratio of successive Fibonacci numbers Fn+1/Fn ≈ ϕ, and the approximation gets better the bigger n is. Informally:
1 Exponential growth:
Fn+1/Fn ≈ θ
2 Recurrence relation:
Fn = Fn−1 + Fn−2
3 Divide and rewrite:
Fn Fn−1 Fn−1 Fn−2 = Fn−1 Fn−2 + 1
4 Substitute:
θ2 ≈ θ + 1 This is just the equation for the golden ratio, so θ ≈ ϕ.
SLIDE 70
Going around
α = 1/ϕ ≈ Fn/Fn+1 Fn revolutions over Fn+1 seeds No exact repeat since irrational Alternately overshoot and undershoot
SLIDE 71
Going around
α = 1/ϕ ≈ Fn/Fn+1 seeds position 2 +0.236068 3 −0.145898 5 +0.090170 8 −0.055728 13 +0.034442 21 −0.021286 34 +0.013156 55 −0.008131 89 +0.005025 144 −0.003106
SLIDE 72
Origin of the spirals
Seed heads: 250 CW spirals: 13 CCW spirals: 13 + 8
SLIDE 73
Origin of the spirals
Seed heads: 500 CW spirals: 21 + 13 CCW spirals: 21
SLIDE 74
Origin of the spirals
Seed heads: 1000 CW spirals: 34 CCW spirals: 34 + 21
SLIDE 75
Origin of the spirals
SLIDE 76
Summary
Overview of Fibonacci numbers Fn
SLIDE 77 Summary
Overview of Fibonacci numbers Fn Ubiquity in plant growth
Goal:
Solution: the golden ratio ϕ
SLIDE 78 Summary
Overview of Fibonacci numbers Fn Ubiquity in plant growth
Goal:
Solution: the golden ratio ϕ Reason: ϕ is the most irrational number
SLIDE 79 Summary
Overview of Fibonacci numbers Fn Ubiquity in plant growth
Goal:
Solution: the golden ratio ϕ Reason: ϕ is the most irrational number
Connection between ϕ and the Fn
SLIDE 80 Summary
Overview of Fibonacci numbers Fn Ubiquity in plant growth
Goal:
Solution: the golden ratio ϕ Reason: ϕ is the most irrational number
Connection between ϕ and the Fn Final note There is a very good reason why the Fibonacci numbers show up in at least one aspect of nature (plant growth)—and now you know what it is. (Spread the word!)
SLIDE 81
Questions?
MoMA (Sep 2008)