Problem solved in full
-
The discrete model with 80 generations 5 steps
Find where a population settles when its own growth rule will not let it settle. This is the Discrete model, xt+1 = rdxt(1 β xt), with rd = 3.2, x0 = 0.1 and 80 generations.
-
An equilibrium is a value the map hands back unchanged. Solving for it gives two roots, and the useful one is the non-zero fraction of carrying capacity: 68.75% full.
-
A fixed point existing is not the same as a population reaching it. Displace the population slightly and the map multiplies that error by the slope every generation, so the equilibrium only holds while the slope is smaller than 1 in magnitude. At rd = 3.2 it is β1.2: the minus sign throws the population to the other side of 0.6875 each year, and the 1.2 lands it further out than it started.
-
So look for a pair of values that swap places instead. Anything that repeats after two steps solves f(f(x)) = x, which is a quartic β but 0 and 0.6875 already solve it, since anything that repeats after one step repeats after two. Divide those two known roots out and a quadratic is left.
-
The quadratic's roots are the cycle. The tool's 80th generation is the lower of them, to all six digits it shows; the 79th is the upper one.
-
The cycle is a fixed point of f applied twice, so the same stability test applies, and its slope is the product of the slopes at the two points. At 0.16 the cycle pulls errors in by a factor of six every double step, which is why 80 generations from a starting value nowhere near it land on it exactly. Push rd until that product reaches β1 and the 2-cycle loses stability in turn.
Answer
The tool prints 0.513045 and labels the regime Period-2 oscillation. Not one digit of that is approximate: it is (4.2 β β0.84) / 6.4, an algebraic number, and the transient died out decades of generations before step 80. The mechanism is worth more than the number. The equilibrium at 0.6875 did not disappear at rd = 3 β it is still there at 3.2, still a perfectly valid solution, and simply unreachable, and what replaced it was born already stable. That happens again at 1 + β6 = 3.4495, then at 3.5441, then at 3.5644: windows of 0.4495, 0.0946 and 0.0203, each roughly 4.7 times shorter than the one before. A shrinking geometric sequence has a finite sum, so infinitely many doublings fit below 3.5699, and past that boundary there is no cycle of any length left to land on.
-
Learning path
Growth with a limit
References (1)
- Insight blocks 1 and 3 β the discrete logistic map, its period doubling and the 3.5699 threshold: R. M. May, "Simple mathematical models with very complicated dynamics." Nature 261, 459β467, 1976.