1.3 Harvesting and Bifurcation
Take last section's pond and start fishing it. If boats remove a fixed quantity per unit time — a quota, not a percentage — the model gains a constant subtraction:
where is the harvest rate. The question a fishery manager actually asks is not "what is ?" but "how large can be before the pond collapses?" That question is about equilibria, and equilibria can be found without solving anything: set the right-hand side to zero.
Expanding, , or , whose roots are
Everything interesting is in that square root. For there are two equilibria, one above the midpoint and one below. At the root vanishes and the two merge into a single equilibrium at . For there is no real root at all: no equilibrium exists, is negative for every population, and the fishery drives itself to zero no matter how healthy it started.
The figure below shows the two equilibrium levels as horizontal lines whose heights you control with the harvest slider.
The word "or" in the paragraph above is doing real work: it asserts that and have the same solutions. They do — the second is the first multiplied by — and multiplying an equation by a nonzero constant is exactly the operation that preserves a solution set. This card subtracts one side from times the other and certifies the difference is identically zero, so every equilibrium claim that follows rests on the polynomial the section actually solves.
The formula itself, certified — not at one rate, but as an identity in .
It is worth knowing what had to happen for this card to exist. The engine solves the quadratic to ; the section writes . Those are the same number — and — but a computer algebra system will not treat two radicals as equal just because a human can factor one into the other. Until the engine learned to pull the perfect-square part out of a radicand's content, the two spellings were simply different atoms, and this section's own closed form was the one claim in the chapter that could not be checked.
Note what the certificate does not assume. Nothing here requires : the sign of stays inside the radical, so the identity holds as written for every , real or otherwise. That the root turns imaginary past is the mathematics the section is about — the bifurcation — not a caveat on the algebra.
Explore in 3D (opens in a new tab)Explore
- Observe. Start with (no fishing). Where do the two lines sit? Confirm they are the equilibria and you already know from the unharvested logistic equation.
- Predict. As increases, one line must move up and the other down. Which is which, and why? Write down your reasoning from the formula before dragging.
- Verify. Drag slowly from to . Note the gap between the lines at , at , and at . Is the gap shrinking at a steady rate, or is it collapsing faster near the end?
- Observe. Push to , then to . Both lines are now nearly at height . The square root is what makes the last stretch so abrupt — the gap is , so what happens to the rate of collapse as ?
- Predict, then reason. The green line is stable and the red one unstable. If the pond is sitting comfortably at with and a storm knocks the population down by , does it recover? Now suppose the harvest is raised to instead: what happens to a pond sitting at ?
Connect
A bifurcation is a qualitative change in the set of equilibria caused by a smooth change in a parameter. Here, nudging through the critical value does not merely move the equilibria — it destroys them. Two equilibria of opposite stability approach each other, merge, and annihilate; this pattern is common enough to have a name, the saddle-node (or fold) bifurcation, and it is the mathematical signature of a system that fails suddenly rather than gradually.
The management lesson is sharper than the equations look. Just below the critical rate, the pond still has a stable equilibrium, so the fishery appears to be working — but the unstable equilibrium has crept up close underneath it, which means the margin for error has nearly vanished. A bad season that pushes the population below sends it to extinction even though the harvest rate never changed. Systems near a saddle-node bifurcation look healthy right up until they do not, and the shrinking gap you watched in step 3 is exactly the shrinking margin.
The worked example's quota, solved. Both equilibria are exact integers, so the safety margin is exact too — the number a manager would actually plan against.
Explore step 1 asks you to confirm that setting recovers the unharvested logistic equilibria. Set in and the roots are and , exactly the pair from the previous section. The harvest term is the only thing that moved them.
Euler's Method
Everything above was equilibrium reasoning, which needs no solution formula — fortunate, because the harvested logistic equation's solutions are unpleasant to write down and most equations have none at all. The general escape is numerical. Euler's method takes the equation's own instruction, , and treats it as a recipe for one small step: from the point you are standing on, set off along the slope the equation gives there, walk for a time , and repeat. Each step is exact only at its start, so the polygon it traces drifts away from the true solution — and the size of that drift is the whole question.
To see the drift clearly, run the method on an equation we can solve, with , whose true solution is .
Explore in 3D (opens in a new tab)- Observe. Start at , . Count the straight segments in the blue path and find the corners between them. At which end of each segment does the polygon agree with the red curve?
- Predict. The curve bends upward everywhere. Will the polygon sit above it or below it? Commit to an answer and give a one-sentence reason before dragging anything.
- Verify. Read the vertical gap between the two paths at the right edge with , then halve the step to . Roughly what fraction of the error survives? Halve it again to and check whether that fraction repeats.
- Observe. Push to . The polygon is now a couple of long chords far below the curve. Is the method wrong here, or just coarse — and how would you tell the difference from the picture alone?
- Predict, then verify. Raise to with fixed. Does the error at the right edge grow, shrink, or stay put? Explain from the fact that a larger makes the true curve bend harder.
Halving the step roughly halves the error: Euler's method is first order. That is why it is the first method taught and rarely the one used — the methods behind the trajectory curves later in this book take the same idea and sample the slope more than once per step, buying a far better error for the same amount of walking.
An original work of XYZ Homework, built around interactive XYZ 3D figures, following the standard first-course sequence (first-order equations through systems and the phase plane). Distinct from the LibreTexts-sourced Differential Equations for Engineers (Lebl) edition, which has its own attribution. License: CC-BY-NC-SA-4.0.