Mathematics - Lesson 10
Fibonacci Sequence
The Fibonacci sequence begins with two simple numbers, then grows by adding the previous two terms. That tiny rule creates a pattern that shows up in algorithms, population models, plant growth, art, architecture, and the golden ratio.
The Rule
A sequence is an ordered list of numbers. In the Fibonacci sequence, each new term is the sum of the two terms immediately before it.
The first terms are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34.... Every number carries the memory of the two before it.
Build the Pattern One Term at a Time
Move the slider to reveal more terms. Watch the ratios between neighboring terms settle near the golden ratio.
Ratio Trail target: φ ≈ 1.618
Fibonacci Spiral
Why It Grows So Fast
The Fibonacci sequence is recursive: the next value depends on earlier values. Recursive rules can create surprisingly large growth from very simple instructions.
Practice
Use the rule. Each answer should be a whole number.
1. What comes next? 1, 1, 2, 3, 5, __
2. What comes next? 8, 13, 21, 34, __
3. If F(7) = 13 and F(8) = 21, what is F(9)?
Where Fibonacci Appears
Fibonacci-style patterns arise whenever each new stage depends on previous stages. That simple rule shows up across nature, art, and computing.
The Same Rule, Everywhere
Fibonacci's recursive growth appears from the microscopic to the galactic — always driven by efficient packing and self-similar expansion.
Phyllotaxis
Golden angle 137.508° · 233 seeds
Plants place each new leaf or seed at the golden angle (≈ 137.5°) from the last. Because this angle is irrational, no two seeds ever share a radial ray — the densest possible packing with no wasted space. The spiral count around the finished head is always two consecutive Fibonacci numbers: sunflowers show 34 going one way and 55 the other.
Diatom Symmetry
Pore rings: 5 · 8 · 13 · 21
Diatoms are single-celled algae that build glassy silica shells called frustules. The pores and ribs are arranged in Fibonacci multiples — 5, 8, 13, or 21 per ring — the same packing logic as a sunflower head, scaled to microns. Plant stem cross-sections show vascular bundles in an identical golden-angle spiral.
Spiral Galaxies
Logarithmic spiral · pitch ≈ 14°
Spiral galaxy arms follow logarithmic spirals — the continuous version of the Fibonacci spiral — where the distance from the center multiplies by φ for each quarter-turn. Gravitational density waves and initial angular momentum produce the same self-similar curve as seeds packing in a flower head.
Lesson Guide
Goal: recognize Fibonacci as a recursive sequence and connect it to ratios, spirals, and growth models.
- Start with the rule: add the previous two terms.
- Use the lab to compare terms and ratios.
- Ask why a simple rule can create complex-looking structure.
Teacher Prompts
- What information do you need before you can calculate the next term?
- How does the ratio change as the terms get larger?
- Where else do you see repeated growth patterns?