Differential Equations A — Modeling Change & Decay
Newton's cooling — decay with an offset
continues from lesson 1 — values defined earlier in the course stay live here
ELI5: coffee doesn't cool toward zero, it cools toward the room: T′ = −k·(T − T_room). Same exponential, just measured down from the ambient line: T(t) = T_room + (T₀ − T_room)·e^(−kt).
room temperature (°C)
90 °C coffee, k = 0.05 / min
= solve T(t) = 60 °C → ≈ 11 min
✓ pass at t_drink it is exactly 60 °C
Real-world hook: Newton's cooling estimates a time of death in forensics, sizes HVAC recovery, and tells you when the oven has really preheated.
Try it yourself: with that same cup, when does it reach 70 °C? (Solve 20 + 70·e^(−0.05t) = 70.)
= ✏️ Your turn: find the time to cool to 70 °C. The check evaluates the cooling curve at your t and compares to 70.
✓ pass green when the cup is at 70 °C
Where next: Differential Equations B — when the second derivative enters, things stop decaying and start to oscillate.