← MathScape

Newton's Law of Cooling

MATH162
Reference: Stewart 6.5  •  Chapter: 6  •  Section: 5

Navigation: Wiki Home > Skills > Newton's Law of Cooling

Newton's Law of Cooling

Why Coffee Cools Faster When It's Hotter

You've noticed it: hot coffee cools quickly at first, then more slowly as it approaches room temperature. A physicist in the 1700s quantified this observation. Newton discovered that the rate of cooling is proportional to the temperature difference between an object and its surroundings.

This simple principle lets us predict when your coffee will be drinkable, determine time of death in forensics, and optimize heating/cooling systems in engineering.

Before You Start

Quick Self-Check
  1. Solve $\frac{dy}{dt} = -0.2y$ with $y(0) = 50$. → Exponential Growth ODE
  1. Solve $e^{-0.3t} = 0.4$ for $t$. → Natural Logarithm

If you struggled, review the linked prerequisite first.

Prerequisite Map

This skill
Newton's Law of Cooling
Unlocks
Separable DEsHeat Transfer

Quick Reference

Property Value
Concept Differential Equations
Chapter 6, Section 5
Difficulty Intermediate
Time ~15 minutes

Key Concepts

Newton's Law of Cooling

The rate of temperature change is proportional to the difference between the object's temperature and the surrounding temperature:

$$\boxed{\frac{dT}{dt} = k(T - T_s)}$$

where:

The Substitution Trick

This doesn't look like $\frac{dy}{dt} = ky$, but we can transform it.

Let $y(t) = T(t) - T_s$ (the temperature difference).

Then $\frac{dy}{dt} = \frac{dT}{dt}$ (since $T_s$ is constant), and the equation becomes:

$$\frac{dy}{dt} = ky$$

This is our standard exponential model!

The Solution

Since $y(t) = y_0 e^{kt}$ and $y = T - T_s$:

$$T(t) - T_s = (T_0 - T_s)e^{kt}$$

$$\boxed{T(t) = T_s + (T_0 - T_s)e^{kt}}$$

where $T_0 = T(0)$ is the initial temperature.

Understanding the Formula

Component Physical Meaning
$T_s$ Temperature the object approaches as $t \to \infty$
$T_0 - T_s$ Initial temperature difference
$(T_0 - T_s)e^{kt}$ Decaying temperature difference
$k$ How fast the object equilibrates

Cooling vs Warming

Scenario Condition Sign of $k$
Cooling $T_0 > T_s$ $k < 0$
Warming $T_0 < T_s$ $k < 0$ (same equation!)

The formula works for both! If $T_0 < T_s$, then $T_0 - T_s < 0$, and the temperature increases toward $T_s$.

Long-term Behavior

As $t \to \infty$: $$\lim_{t \to \infty} T(t) = T_s + (T_0 - T_s) \cdot 0 = T_s$$

The object's temperature approaches the ambient temperature.

Common Pitfalls

Mistake Why It's Wrong Correct Approach
Using $T(t) = T_0 e^{kt}$ This ignores the ambient temperature shift Use $T(t) = T_s + (T_0 - T_s)e^{kt}$
Forgetting to subtract $T_s$ when finding $k$ The data point $T(t_1) = T_1$ must be processed as $(T_1 - T_s) = (T_0 - T_s)e^{kt_1}$ Always work with temperature differences
Thinking temperature can drop below $T_s$ The exponential approaches 0, so $T \to T_s$ Temperature asymptotically approaches ambient
Confusing cooling ($k < 0$) with the sign of $T_0 - T_s$ $k < 0$ always for this model; the initial difference determines direction Keep $k < 0$; sign of $T_0 - T_s$ handles cooling vs warming
Wrong ambient temperature Using room temp when object is in a fridge, for example Identify $T_s$ carefully from the problem

Worked Example

Problem: A cup of coffee at 90°C is placed in a 20°C room. After 10 minutes, the coffee has cooled to 70°C.

(a) Find the cooling constant $k$. (b) Find the temperature after 20 minutes. (c) When will the coffee reach 40°C?

Solution:

(a) We have $T_0 = 90$, $T_s = 20$, and $T(10) = 70$.

Using $T(t) = T_s + (T_0 - T_s)e^{kt}$: $$70 = 20 + (90 - 20)e^{10k}$$ $$50 = 70e^{10k}$$ $$e^{10k} = \frac{5}{7}$$ $$k = \frac{\ln(5/7)}{10} = \frac{-0.336}{10} = -0.0336$$

(b) After 20 minutes: $$T(20) = 20 + 70e^{-0.0336 \times 20} = 20 + 70e^{-0.672}$$ $$= 20 + 70 \times 0.511 = 20 + 35.8 = 55.8°\text{C}$$

(c) When $T = 40$: $$40 = 20 + 70e^{-0.0336t}$$ $$20 = 70e^{-0.0336t}$$ $$e^{-0.0336t} = \frac{2}{7}$$ $$-0.0336t = \ln\left(\frac{2}{7}\right) = -1.253$$ $$t = \frac{1.253}{0.0336} \approx 37.3 \text{ minutes}$$

Practice Problems

Level 1 Identifying Components

A thermometer reading 25°C is placed in a refrigerator at 4°C. The cooling constant is $k = -0.15$ per minute. Write the temperature function $T(t)$.

Thought Process

Identify: $T_0 = 25$, $T_s = 4$, $k = -0.15$. Plug into $T(t) = T_s + (T_0 - T_s)e^{kt}$.

Show Answer

$$T(t) = 4 + (25 - 4)e^{-0.15t} = 4 + 21e^{-0.15t}$$

Level 2 Predicting Temperature

A pie at 180°C is taken from the oven and placed in a 22°C kitchen. The cooling constant is $k = -0.05$ per minute. What is the pie's temperature after 30 minutes?

Thought Process

Use $T(t) = T_s + (T_0 - T_s)e^{kt}$ with $T_0 = 180$, $T_s = 22$, $k = -0.05$, and $t = 30$.

Show Answer

$$T(30) = 22 + (180 - 22)e^{-0.05 \times 30}$$ $$= 22 + 158e^{-1.5}$$ $$= 22 + 158 \times 0.223$$ $$= 22 + 35.2 = 57.2°\text{C}$$

Level 3 Finding the Cooling Constant

A frozen turkey at $-18°$C is placed in a 25°C room. After 2 hours, the turkey's temperature is 5°C. Find the cooling constant and predict the temperature after 4 hours.

Thought Process

This is actually a warming problem ($T_0 < T_s$), but the same formula applies.

Use $T(2) = 5$ to find $k$, then compute $T(4)$.

Show Answer

From $T(2) = 5$: $$5 = 25 + (-18 - 25)e^{2k}$$ $$5 = 25 - 43e^{2k}$$ $$-20 = -43e^{2k}$$ $$e^{2k} = \frac{20}{43}$$ $$k = \frac{\ln(20/43)}{2} = \frac{-0.765}{2} = -0.383$$

After 4 hours: $$T(4) = 25 - 43e^{-0.383 \times 4} = 25 - 43e^{-1.53}$$ $$= 25 - 43 \times 0.217 = 25 - 9.3 = 15.7°\text{C}$$

Level 4 Time of Death Problem

A body is discovered at 10:00 PM with temperature 32°C. At 11:00 PM, the body temperature is 30°C. The room temperature is 20°C, and normal body temperature is 37°C. Assuming Newton's Law of Cooling, estimate the time of death.

Thought Process

First find $k$ using the two measurements. Then work backward to find when $T = 37°$C.

Set up: $T(0) = 32$ at 10:00 PM, $T(1) = 30$ at 11:00 PM, $T_s = 20$.

Show Answer

Find $k$ using the two data points. Let $t = 0$ be 10:00 PM: $$30 = 20 + (32 - 20)e^{k \cdot 1}$$ $$10 = 12e^k$$ $$k = \ln\left(\frac{10}{12}\right) = \ln(0.833) = -0.182$$

Now work backward. We need to find $t$ (which will be negative) when $T = 37$: $$37 = 20 + 12e^{-0.182 \cdot 0} \cdot e^{-0.182(t-0)}$$

Wait, let's be more careful. If $T = 32$ at time 0 (10 PM), then at some earlier time $t < 0$, $T = 37$.

Actually, we need to set up the problem from time of death. Let $\tau$ be hours before 10 PM when death occurred. At death, $T = 37$.

$$T(t) = 20 + 17e^{-0.182t}$$

At $t = \tau$ hours after death: $T = 32$ means $\tau$ hours have passed. $$32 = 20 + 17e^{-0.182\tau}$$ $$12 = 17e^{-0.182\tau}$$ $$e^{-0.182\tau} = \frac{12}{17}$$ $$\tau = \frac{-\ln(12/17)}{0.182} = \frac{0.348}{0.182} = 1.91 \text{ hours}$$

Time of death: approximately 1 hour 55 minutes before 10 PM = 8:05 PM.

Level 5 Comparing Cooling Rates

Two objects A and B are placed in the same room at temperature $T_s$. Object A starts at $T_A = 100°$ and B starts at $T_B = 60°$, where $T_s = 20°$. Object A has cooling constant $k_A = -0.1$ and B has $k_B = -0.2$.

  1. Write temperature functions for both objects.
  2. Will the objects ever have the same temperature? If so, when?
  3. Prove that if two objects have the same ambient temperature and the hotter object has a smaller magnitude cooling constant, their temperatures will eventually be equal.
Thought Process

(a) Apply the formula to each object. (b) Set $T_A(t) = T_B(t)$ and solve for $t$. (c) Generalize: Show that if $T_A(0) > T_B(0)$ but $\vert k_A\vert < \vert k_B\vert $, the curves cross.

Show Answer

(a) Temperature functions: $$T_A(t) = 20 + 80e^{-0.1t}$$ $$T_B(t) = 20 + 40e^{-0.2t}$$

(b) Set equal: $$20 + 80e^{-0.1t} = 20 + 40e^{-0.2t}$$ $$80e^{-0.1t} = 40e^{-0.2t}$$ $$2e^{-0.1t} = e^{-0.2t}$$ $$2 = e^{-0.2t + 0.1t} = e^{-0.1t}$$ $$-0.1t = \ln 2$$ $$t = -10\ln 2 \approx -6.93$$

Since $t < 0$, the objects never have the same temperature for $t > 0$.

(c) For temperatures to be equal: $$T_s + (T_A - T_s)e^{k_A t} = T_s + (T_B - T_s)e^{k_B t}$$ $$(T_A - T_s)e^{k_A t} = (T_B - T_s)e^{k_B t}$$ $$\frac{T_A - T_s}{T_B - T_s} = e^{(k_B - k_A)t}$$

For $t > 0$ solution: Need right side to match ratio.

If $T_A > T_B$ (so ratio $> 1$) and $\vert k_A\vert < \vert k_B\vert $ (so $k_A > k_B$, meaning $k_B - k_A < 0$), then $e^{(k_B-k_A)t} < 1$ for $t > 0$.

But we need $e^{(k_B-k_A)t} > 1$. Contradiction!

So actually, if the hotter object cools slower, they never reach the same temperature (for $t > 0$). The hotter object stays warmer. $\square$

CCI-Style Conceptual Questions

Question 1: A hot object in a cool room has temperature $T(t) = 25 + 75e^{-0.1t}$. What is the room temperature?

Answer

25° — The room temperature is $T_s$, the constant term in the formula. As $t \to \infty$, $T(t) \to 25$.

Question 2: Object A cools from 80°C to 60°C in 10 minutes. Object B cools from 80°C to 60°C in 5 minutes. Both are in the same 20°C room. Which has the larger magnitude cooling constant?

Answer

Object B. It cools faster (reaches 60°C sooner), so $\vert k_B\vert > \vert k_A\vert $.

Question 3: According to Newton's Law of Cooling, can an object ever cool below the ambient temperature?

Answer

No. The formula $T(t) = T_s + (T_0 - T_s)e^{kt}$ shows that as $t \to \infty$, $T(t) \to T_s$. The object asymptotically approaches room temperature but never goes below it.

Mastery Checklist

Mental Model

The "Leaky Bucket" Analogy:

Imagine heat as water in a bucket with a hole. The more water (temperature difference), the faster it leaks out (cools). As the water level drops, the leak slows down. The bucket never quite empties—it approaches the "ground level" (ambient temperature) but asymptotically approaches it, never quite reaching equilibrium.

Still Confused?

If you're struggling with... Review this
The basic exponential model $y' = ky$ Exponential Growth ODE
Solving equations with $\ln$ Natural Logarithm
The substitution $y = T - T_s$ Think of it as "temperature difference from ambient"

Connections

Looking back:

Looking ahead:

Real-world connections:


Previous Up Next
Half-Life & Decay Chapter 6 Skills §6.6 Skills

Last updated: 2026-01-22