Differential Equations A — Modeling Change & Decay
The king of them all: y′ = −k·y
ELI5: "it shrinks in proportion to how much is left." That one sentence — y′ = −k·y — governs radioactive decay, a draining capacitor, a drug clearing your blood. Its solution is the exponential y(t) = y₀·e^(−kt). Don't take it on faith: differentiate it numerically and confirm it obeys the equation.
decay rate
the claimed solution, y₀ = 50
tiny step for a numeric derivative
= y′ at t = 2, measured
✓ pass measured y′ really equals −k·y
exponential decay — equal times lose equal FRACTIONS
Real-world hook: the half-life — the time to lose half — falls straight out: set y₀·e^(−kt) = y₀/2, so t = ln 2 / k. It's how carbon dating, medication scheduling, and reactor safety all work.
Try it yourself: for y(t) = 50·e^(−0.3t), when has it decayed to 25 (half of 50)? (Solve 50·e^(−0.3t) = 25.)
= ✏️ Your turn: find the half-life t. The check evolves 50·e^(−0.3t) and sees if it reaches 25. (Hint: t = ln 2 / 0.3.)
✓ pass green when the quantity has halved