Andromeda
Note

Newton's Law of Cooling

Definition

Newton’s Law of Cooling states that the rate of change of the temperature of an object is proportional to the difference between its own temperature and the ambient temperature (the temperature of its surroundings).

Why It Matters

Understanding the physics of cooling is essential for predicting how systems reach equilibrium. In engineering, ignoring this leads to catastrophic hardware failure as components exceed their thermal limits. In forensics, it is the difference between a solved case and an unsolved mystery. More broadly, it provides a mathematical template for any system driven by a gradient—from economics to chemical reactions—showing that the “urgency” of change is always proportional to the distance from the goal.

Core Concepts

  • The Differential Equation: dTdt=k(TTs)\frac{dT}{dt} = k(T - T_s)

    • How to read: “The derivative of temperature T with respect to time t is equal to the constant k times the quantity T minus the surrounding temperature T subscript s.”
    • Meaning: Cooling rate is proportional to the temperature gap between object and surroundings; k<0k < 0 for cooling.

    where TT is the temperature of the object, TsT_s is the constant temperature of the surroundings, and kk is a negative constant of proportionality.

  • The Solution: T(t)=Ts+(T0Ts)ektT(t) = T_s + (T_0 - T_s)e^{kt}

    • How to read: “The temperature at time t is equal to the surrounding temperature T subscript s, plus the quantity initial temperature T subscript zero minus the surrounding temperature, all times e raised to the power of k times t.”
    • Meaning / when to use: Exponential approach to ambient temperature; starts at T0T_0, asymptotes to TsT_s.

    where T0T_0 is the initial temperature at t=0t=0.

  • Asymptotic Behavior: As tt \to \infty, the temperature T(t)T(t) approaches the surrounding temperature TsT_s exponentially.

    • How to read: “As time t approaches infinity, the temperature T of t approaches the surrounding temperature T subscript s.”
    • Meaning: The object never quite reaches ambient in finite time but gets arbitrarily close.

Connected Concepts