Skip to content
M
hscscience Ext 1 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 9 · L18 of 20 ~40 min ⚡ +95 XP available

Newton's Law of Cooling

You pull a mug of coffee (90 °C) from the microwave into a 20 °C room. After 5 minutes it reads 70 °C. At what time will it hit a drinkable 60 °C? Newton's Law of Cooling turns this everyday puzzle into a straightforward differential equation — and a formula you can solve in two lines.

Today's hook — A cup of coffee cools from 90 °C to 70 °C in 5 minutes in a 20 °C room. Without any formula, estimate: how many more minutes until it reaches 50 °C? Write your gut answer — you'll check it after card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

A cup of coffee cools from 90 °C to 70 °C in 5 minutes in a 20 °C room. Without any formula — estimate how many more minutes it will take to cool from 70 °C to 50 °C. Write your reasoning below.

auto-saved
02
The key idea — proportional to temperature difference
+5 XP to read

Newton's Law of Cooling states that the rate of change of temperature of an object is proportional to the difference between the object's temperature and the surrounding (ambient) temperature:

Let $T(t)$ be the temperature of the object and $T_s$ be the constant surrounding temperature. Then:

$$\frac{dT}{dt} = -k(T - T_s), \quad k > 0$$

The negative sign ensures: if $T > T_s$ the object cools ($dT/dt < 0$); if $T < T_s$ it warms ($dT/dt > 0$).

t T Tₛ T₀
$T(t) = T_s + (T_0 - T_s)\,e^{-kt}$
$k > 0$ always
The constant $k$ is always positive. It controls how fast the object approaches $T_s$. Larger $k$ means faster cooling.
Two conditions needed
You need two temperature–time data points to find both $k$ and the particular solution. One is the initial condition $T(0)=T_0$; the other gives $k$.
Also works for warming
If $T_0 < T_s$ (cold object in warm room), the same formula applies — $T$ increases exponentially toward $T_s$.
03
What you'll master
Know

Key facts

  • $\dfrac{dT}{dt} = -k(T - T_s)$ with $k > 0$
  • Solution: $T(t) = T_s + (T_0 - T_s)\,e^{-kt}$
  • $T \to T_s$ as $t \to \infty$ regardless of initial temperature
Understand

Concepts

  • Why the rate of cooling slows as the object nears ambient temperature
  • How $k$ is determined from a second data point using logarithms
  • The physical meaning of $T_s$ as the long-run equilibrium
Can do

Skills

  • Derive the cooling formula from the DE using separation of variables
  • Find $k$ given two temperature readings
  • Determine temperature at a given time, or time for a given temperature
04
Key terms
$T(t)$Temperature of the object at time $t$.
$T_s$ (ambient)The constant surrounding (environmental) temperature. The object approaches $T_s$ as $t \to \infty$.
$T_0$The initial temperature of the object: $T(0) = T_0$.
$k$ (cooling constant)A positive constant specific to the object and its surroundings. Larger $k$ means faster approach to $T_s$.
$T - T_s$The excess temperature — the gap between object and surroundings. This decays exponentially.
Half-life analogyThe excess temperature $(T-T_s)$ halves in equal time intervals, just like radioactive decay.
05
Deriving the cooling formula
core concept

Start from the DE $\dfrac{dT}{dt} = -k(T - T_s)$ with $T(0) = T_0$. Let $u = T - T_s$; then $\dfrac{du}{dt} = \dfrac{dT}{dt}$ (since $T_s$ is constant). The DE becomes:

$$\frac{du}{dt} = -ku \implies u = Ce^{-kt}$$

Since $u(0) = T_0 - T_s$, we have $C = T_0 - T_s$. Substituting back $u = T - T_s$:

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

Finding $k$: If you know $T(t_1) = T_1$ for some $t_1 > 0$, substitute and solve:

$$e^{-kt_1} = \frac{T_1 - T_s}{T_0 - T_s} \implies k = -\frac{1}{t_1}\ln\!\left(\frac{T_1 - T_s}{T_0 - T_s}\right)$$
Answer to the hook. Coffee: $T_0=90$, $T_s=20$, $T(5)=70$. So $e^{-5k} = \dfrac{70-20}{90-20} = \dfrac{50}{70} = \dfrac{5}{7}$, giving $k = -\dfrac{1}{5}\ln\!\left(\dfrac{5}{7}\right) \approx 0.0673$. For $T=50$: $e^{-kt} = \dfrac{30}{70} = \dfrac{3}{7}$, so $t = \dfrac{\ln(7/3)}{0.0673} \approx 12.6$ min from $t=0$, i.e. about 7.6 more minutes after the 5-min reading.

Start from the DE $\dfrac{dT}{dt} = -k(T - T_s)$ with $T(0) = T_0$. Let $u = T - T_s$; then $\dfrac{du}{dt} = \dfrac{dT}{dt}$ (since $T_s$ is constant). The DE becomes:

Pause — copy the Newton cooling formula derivation: $\frac{dT}{dt}=-k(T-T_s)\Rightarrow T(t)=T_s+(T_0-T_s)e^{-kt}$ with the substitution $u=T-T_s$ into your book.

Quick check: An object cools in a 25 °C room. At $t=0$ it is 85 °C; at $t=10$ it is 65 °C. Which expression correctly gives $k$?

06
Solving cooling problems systematically
core concept

We just saw the derivation: $\frac{dT}{dt}=-k(T-T_s)$; let $u=T-T_s$, then $\frac{du}{dt}=-ku\Rightarrow u=u_0 e^{-kt}$, so $T(t)=T_s+(T_0-T_s)e^{-kt}$. That raises a question: given a cooling problem with two temperature readings but an unknown $k$, what is the systematic four-step method to find $k$ and then answer any subsequent sub-part? This card answers it → (1) write the formula; (2) substitute reading 1 for $k$; (3) substitute reading 2 to find a second unknown if needed; (4) answer the question.

Every Newton's Law of Cooling problem follows the same four-step structure:

  1. Identify $T_0$, $T_s$, and any given data point $(t_1, T_1)$.
  2. Write the solution $T(t) = T_s + (T_0 - T_s)e^{-kt}$.
  3. Find $k$ by substituting $(t_1, T_1)$ and taking $\ln$.
  4. Answer the question — substitute $t$ to find $T$, or substitute $T$ to find $t$.

When asked to find $T$ at some time: substitute $t$ directly.

When asked to find the time for a given $T$: isolate $e^{-kt}$, take $\ln$ of both sides, divide by $-k$.

Note on signs. Some textbooks write the law as $\dfrac{dT}{dt} = k(T_s - T)$ with $k > 0$, which is identical. Be careful not to introduce two negatives when deriving the formula — they cancel and you get the same answer.

Every Newton's Law of Cooling problem follows the same four-step structure:

Pause — copy the four-step cooling problem strategy: write $T(t)=T_s+(T_0-T_s)e^{-kt}$; use one data point to find $k$; use a second if required; answer the question into your book.

Did you get this? True or false: according to Newton's Law of Cooling, an object will eventually reach exactly $T_s$ in finite time.

PROBLEM 1 · FIND TEMPERATURE

A metal bar at 200 °C is placed in a 30 °C room. After 10 minutes it cools to 120 °C. Find its temperature after 25 minutes.

1
$T_0 = 200$, $T_s = 30$. Formula: $T(t) = 30 + 170e^{-kt}$. Use $T(10) = 120$: $30 + 170e^{-10k} = 120 \implies e^{-10k} = \dfrac{90}{170} = \dfrac{9}{17}$.
Identify parameters and substitute the given data point to isolate $e^{-10k}$.
PROBLEM 2 · FIND TIME

Using the same bar from Problem 1 ($T_s = 30$, $T_0 = 200$, $k \approx 0.0637$), find when the bar first reaches 50 °C. Give your answer to the nearest minute.

1
Set $T(t) = 50$: $30 + 170e^{-kt} = 50 \implies e^{-kt} = \dfrac{20}{170} = \dfrac{2}{17}$.
Isolate the exponential by subtracting $T_s$ and dividing by $(T_0 - T_s)$.
PROBLEM 3 · WARMING

A cold drink at 4 °C is left in a 28 °C room. After 20 minutes it warms to 14 °C. Find the temperature after 60 minutes and find when it reaches 24 °C.

1
$T_0 = 4$, $T_s = 28$. $T(t) = 28 + (4-28)e^{-kt} = 28 - 24e^{-kt}$. Use $T(20) = 14$: $28 - 24e^{-20k} = 14 \implies e^{-20k} = \dfrac{14}{24} = \dfrac{7}{12}$.
$(T_0 - T_s) = -24$ is negative here (warming, not cooling). The formula still works.

Fill the gap: An object cools from $T_0$ in a room at $T_s$. The excess temperature $T - T_s$ follows the rule $T - T_s = (T_0 - T_s)e^{-}$$.$

Trap 01
Applying the formula with $T$ instead of $T - T_s$
$T$ does not decay exponentially — the excess temperature $T - T_s$ does. Writing $T(t) = T_0 e^{-kt}$ is wrong unless $T_s = 0$. Always shift by $T_s$ before applying the exponential formula.
Trap 02
Getting $k$ negative
Because $T_1 < T_0$ (cooling), $\dfrac{T_1 - T_s}{T_0 - T_s} < 1$ so its logarithm is negative. You divide by $-t_1$ (negative over negative) to get $k > 0$. If you get a negative $k$, check your sign carefully.
Trap 03
Confusing the two given temperatures as initial/final only
The formula requires an initial condition ($t=0$) and a second data point. If neither reading is at $t=0$, you must find $T_0$ first using the general form $T_s + Ae^{-kt}$ before identifying $A = T_0 - T_s$.

Did you get this? True or false: Newton's Law of Cooling applies only to objects that are warmer than their surroundings.

Work mode · how are you completing this lesson?
1

Write Newton's Law of Cooling as a differential equation for an object cooling in a 15 °C room, and state the general solution.

2

A cup of tea at 95 °C cools to 75 °C in 5 minutes in a 25 °C room. Find $k$ exactly (as a logarithm).

3

Using your answer to Activity 2, find the temperature of the tea after 20 minutes. Give an exact answer then a decimal approximation.

4

Using Activity 2, find the time (to the nearest minute) at which the tea cools to 40 °C.

5

Explain in one sentence why the excess temperature $T - T_s$ (not $T$ itself) decays exponentially, with reference to the differential equation.

Odd one out: Three of these statements about Newton's Law of Cooling are correct. Which one is NOT?

11
Revisit your thinking

Earlier you estimated how long the coffee (90 °C → 70 °C in 5 min, room 20 °C) would take to drop to 50 °C.

From the hook calculation, $k \approx 0.0673$ and $T = 50$ °C is reached at $t \approx 12.6$ min — so about 7.6 more minutes after the 5-min reading. This is longer than the first 5 minutes (90 → 70) because the temperature difference has shrunk from 70 °C to only 50 °C, so cooling slows. This is the heart of Newton's Law: the closer you get to ambient, the slower you cool.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Write Newton's Law of Cooling as a DE and state its solution, defining all symbols. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. A thermometer at 0 °C is placed in a 100 °C room. After 4 minutes it reads 40 °C. Find the temperature after 10 minutes to the nearest degree. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. A pie at 180 °C is removed from an oven into a 22 °C kitchen. After 15 minutes it cools to 120 °C. Find (a) the exact value of $k$, and (b) the time for the pie to reach 60 °C, to the nearest minute. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. $\dfrac{dT}{dt} = -k(T-15)$; $T(t) = 15 + (T_0-15)e^{-kt}$  ·  2. $e^{-5k} = \dfrac{75-25}{95-25} = \dfrac{50}{70} = \dfrac{5}{7}$; $k = \dfrac{1}{5}\ln\!\left(\dfrac{7}{5}\right)$  ·  3. $T(20) = 25 + 70\!\left(\dfrac{5}{7}\right)^4 = 25 + 70 \times \dfrac{625}{2401} \approx 25 + 18.2 \approx 43.2$ °C  ·  4. $25 + 70e^{-kt} = 40 \implies e^{-kt} = \dfrac{15}{70} = \dfrac{3}{14}$; $t = \dfrac{5\ln(14/3)}{\ln(7/5)} \approx 26$ min  ·  5. $u = T - T_s \implies \dfrac{du}{dt} = -ku \implies u = Ce^{-kt}$, i.e. the substitution reduces the DE to simple exponential decay.

Q1 (2 marks): $\dfrac{dT}{dt} = -k(T-T_s)$, $k>0$ [1]. $T(t) = T_s + (T_0 - T_s)e^{-kt}$ where $T_0 = T(0)$, $T_s$ = ambient temp, $k$ = positive cooling constant [1].

Q2 (3 marks): $T(t) = 100 - 100e^{-kt}$. $T(4)=40$: $e^{-4k} = 60/100 = 3/5$ [1]. $k = \frac{1}{4}\ln(5/3) \approx 0.1277$. $T(10) = 100-100e^{-10k} = 100 - 100(3/5)^{5/2} = 100 - 100 \times \frac{9\sqrt{15}}{25\sqrt{5}} \approx 100 - 100 \times 0.4665 \approx \mathbf{53}$ °C [2].

Q3 (3 marks): $e^{-15k} = \frac{120-22}{180-22} = \frac{98}{158} = \frac{49}{79}$. (a) $k = \dfrac{1}{15}\ln\!\left(\dfrac{79}{49}\right)$ [1]. (b) $22 + 158e^{-kt} = 60 \implies e^{-kt} = \frac{38}{158} = \frac{19}{79}$; $t = \dfrac{\ln(79/19)}{k} = \dfrac{15\ln(79/19)}{\ln(79/49)} \approx \dfrac{15 \times 1.426}{0.477} \approx \mathbf{45}$ min [2].

01
Boss battle · The Cooling Curve
earn bronze · silver · gold

Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering cooling questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Newton's Law of Cooling?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →