Newton's law of cooling describes one of the most common physical processes around us: how a hot mug of coffee, a fresh-baked loaf, or a warm car engine loses heat to its surroundings. It belongs to the same family of exponential-relaxation math as radioactive decay and capacitor discharge — a quantity approaches a steady value at a rate proportional to how far it still has to go. This guide walks through the physics behind the formula, how to find the cooling constant experimentally, where the model is used in practice, and where its simplifying assumptions break down.
Why cooling is exponential, not linear
It's tempting to think an object cools at a constant rate, but that isn't what actually happens. Newton's law of cooling states that the rate of heat loss is proportional to the current temperature difference from ambient — a hot object loses heat fast, and as it approaches room temperature, it loses heat more and more slowly. Solving that rate relationship gives the exponential formula T(t) = Ts + (T0 − Ts)e^(−kt): the temperature gap shrinks by the same fraction in every equal time interval, not by the same number of degrees. That's why a cup of coffee cools noticeably in its first five minutes but takes much longer to lose its last few degrees above room temperature — the closer it gets to equilibrium, the slower the remaining cooling becomes.
Finding the cooling constant experimentally
The cooling constant k isn't a fixed physical constant like the speed of light — it depends on the object's shape, surface area, material, and the airflow around it, so it has to be measured for each situation. The Cooling Constant tab does this the practical way: take two temperature readings at two different times while the object cools, and solve k = ln((T1 − Ts)/(T2 − Ts)) / (t2 − t1). This works even if you started your stopwatch after the object was already cooling, because it only needs the relationship between two later readings, not the exact starting temperature. Once you have k, you can predict the temperature at any future time or work out how long until it reaches a target — that's the same math a forensic investigator uses (very approximately) to estimate how long a body has been cooling, and the same reasoning a home baker uses to guess how much longer a loaf needs before it's safe to slice.
Half-life, time constant, and the language of decay
Because Newton's law of cooling is mathematically identical to radioactive decay, it inherits the same descriptive vocabulary. The half-life of cooling t½ = ln(2)/k is the time for the temperature gap to close by half — a coffee with k = 0.05 per minute has a cooling half-life of about 13.9 minutes, meaning it takes about 13.9 minutes to go from 66.7°F above room temperature to 33.3°F above, then another 13.9 minutes to reach 16.7°F above, and so on. The time constant τ = 1/k is the time for the gap to shrink to about 36.8% (1/e) of its start. Both numbers describe the same underlying process from different angles, and both stay constant throughout the cooling process regardless of how large the current gap is — a property unique to exponential decay.
Limits and edge cases
Newton's law of cooling is a good approximation, not an exact law, and it rests on a few assumptions that can break down. It assumes the ambient temperature stays constant — a coffee cooling on a windy porch or in a car with the AC cycling on and off won't follow a clean exponential curve. It assumes the object's own temperature is uniform throughout (a thin cup of coffee qualifies; a thick roast with a hot center and cool crust does not, at least not early on). It also assumes heat loss is dominated by convection with a modest temperature difference — for very large temperature gaps, radiative heat loss (which scales with the fourth power of absolute temperature, per the Stefan-Boltzmann law) becomes significant and the simple exponential model under- or overestimates the cooling rate. The calculator also requires k > 0 and a target temperature strictly between the ambient and starting values on the Time to Target tab — an object can't reach a temperature it never passes through.