MHT-CET Maths · Differential Equations

Newton's Law of Cooling

A hot body cools at a rate proportional to how much hotter it is than its surroundings. This single named model turns every cooling question into: subtract the surrounding temperature, then track how that difference decays.

Why this matters

A compact, high-yield model — 5 PYQs sit here (3 HARD, 2 MODERATE) and MHT-CET repeats it almost verbatim year on year (2023, 2024, 2025). Every question is the same shape: cooling data over one interval fixes the rate, and you predict the temperature (or the time) over a second interval. The traps are always the same three: forgetting to subtract the surrounding temperature before taking logs, mishandling the minus sign, and missing the clean (ratio) shortcut when the time-steps are equal.

Concept 1 of 4

The Cooling Model — Rate Proportional to Temperature Excess

Intuition

A cup of coffee cools fast when it is much hotter than the room and slowly once it is nearly room temperature. Newton's law captures exactly that: the cooling rate is proportional to the gap between the body and its surroundings. Once the gap is zero, cooling stops. The key move is to always work with the DIFFERENCE from the surrounding temperature, never the raw temperature.

Definition

Let θ\theta be the body's temperature and θs\theta_s the (constant) surrounding temperature. Newton's law of cooling states that the rate of cooling is proportional to the temperature excess θθs\theta - \theta_s:

dθdt=k(θθs),k>0.\dfrac{d\theta}{dt} = -k(\theta - \theta_s), \qquad k > 0.

  • The minus sign is built in because a body hotter than its surroundings cools DOWN — θ\theta decreases, so dθdt<0\tfrac{d\theta}{dt}<0.
  • k>0k>0 is a positive constant fixed by the body and medium.
  • The equation is separable: everything in θ\theta goes with dθd\theta, everything in tt with dtdt.

Newton's law of cooling

dθdt=k(θθs),k>0\dfrac{d\theta}{dt} = -k(\theta - \theta_s), \qquad k > 0
  • \thetatemperature of the body at time t
  • \theta_ssurrounding (ambient) temperature — constant
  • kpositive cooling constant

Worked example

Water at 90C90^\circ\text{C} sits in a room at 20C20^\circ\text{C}. Write the differential equation governing its cooling and identify the temperature excess at the start.
  1. Newton's law: dθdt=k(θθs)\dfrac{d\theta}{dt} = -k(\theta - \theta_s) with the surrounding temperature θs=20\theta_s = 20.
  2. So the model is dθdt=k(θ20)\dfrac{d\theta}{dt} = -k(\theta - 20).
  3. The temperature excess at t=0t=0 is θ0θs=9020=70C\theta_0 - \theta_s = 90 - 20 = 70^\circ\text{C} — this is the quantity that decays, not the 9090 itself.
Answer:dθdt=k(θ20)\dfrac{d\theta}{dt} = -k(\theta - 20); initial excess =70C= 70^\circ\text{C}.
Practice this conceptself-check · 4 quick reps

Try it yourself

A body at 60C60^\circ\text{C} cools in surroundings at 15C15^\circ\text{C}. What is the temperature excess, and in which direction does θ\theta change?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Body at 8080^\circ, room at 2525^\circ. Initial temperature excess?
  2. 2.
    In dθdt=k(θθs)\dfrac{d\theta}{dt} = -k(\theta - \theta_s), what does the minus sign encode?
  3. 3.
    When does cooling stop under this model?
  4. 4.
    Which quantity decays exponentially — θ\theta or θθs\theta - \theta_s?

Always work with the excess θθs\theta - \theta_s, not θ\theta

The quantity that obeys clean exponential decay is the temperature EXCESS θθs\theta - \theta_s, not the raw temperature θ\theta. A body at 9090^\circ in a 2020^\circ room does not decay toward 00 — it decays toward 2020. Subtract the surrounding temperature before doing anything else.

The minus sign and k>0k>0 together mean cooling

Write the model as dθdt=k(θθs)\dfrac{d\theta}{dt} = -k(\theta - \theta_s) with k>0k>0. The minus sign is what makes a hot body cool. Absorbing the sign into kk (letting k<0k<0) and then also writing a minus is a common double-negative slip.

Concept 2 of 4

Solving the Cooling Equation — Log Form and Exponential Form

Intuition

The cooling equation is separable, so integrating gives a logarithm of the excess. Exponentiating that gives the working formula: the temperature excess starts at its initial value and multiplies by ekte^{-kt}. Both forms are useful — the log form fits the data, the exponential form predicts the answer.

Definition

Separate and integrate dθdt=k(θθs)\dfrac{d\theta}{dt} = -k(\theta - \theta_s):

dθθθs=kdt    log(θθs)=kt+c.\int\dfrac{d\theta}{\theta - \theta_s} = -\int k\,dt \;\Rightarrow\; \log(\theta - \theta_s) = -kt + c.
Exponentiating and using the initial excess θ0θs\theta_0 - \theta_s at t=0t=0:
θθs=(θ0θs)ekt.\theta - \theta_s = (\theta_0 - \theta_s)\,e^{-kt}.

  • The log form log(θθs)=kt+c\log(\theta - \theta_s) = -kt + c is what you plug the two data points into.
  • The exponential form θθs=(θ0θs)ekt\theta - \theta_s = (\theta_0 - \theta_s)e^{-kt} is what you evaluate for the final answer.

Here log\log is the natural logarithm.

Log form and its exponential solution

log(θθs)=kt+cθθs=(θ0θs)ekt\log(\theta - \theta_s) = -kt + c \qquad\Longleftrightarrow\qquad \theta - \theta_s = (\theta_0 - \theta_s)\,e^{-kt}
  • \theta_0initial temperature of the body (at t = 0)
  • cconstant of integration = \log(\theta_0 - \theta_s)

Worked example

A body at 70C70^\circ\text{C} is in surroundings at 20C20^\circ\text{C}. Given k=110log2k = \tfrac{1}{10}\log 2 per minute, find its temperature after 1010 minutes.
  1. Exponential form: θ20=(7020)ekt=50ekt\theta - 20 = (70 - 20)e^{-kt} = 50\,e^{-kt}.
  2. At t=10t = 10: kt=110log2×10=log2kt = \tfrac{1}{10}\log 2 \times 10 = \log 2, so ekt=elog2=12e^{-kt} = e^{-\log 2} = \tfrac12.
  3. Thus θ20=50×12=25\theta - 20 = 50 \times \tfrac12 = 25, giving θ=45C\theta = 45^\circ\text{C}.
Answer:θ=45C\theta = 45^\circ\text{C}.
Practice this conceptself-check · 4 quick reps

Try it yourself

A liquid at 80C80^\circ\text{C} cools to 50C50^\circ\text{C} in surroundings at 20C20^\circ\text{C} in 2020 minutes. Using the log form, find the time taken to reach 35C35^\circ\text{C}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Integrate dθθθs=kdt\dfrac{d\theta}{\theta - \theta_s} = -k\,dt.
  2. 2.
    Write the exponential form when θ0=100, θs=20\theta_0 = 100,\ \theta_s = 20.
  3. 3.
    If ekt=14e^{-kt} = \tfrac14 and θ0θs=60\theta_0 - \theta_s = 60, find θθs\theta - \theta_s.
  4. 4.
    The constant cc in the log form equals?

From the bank · past-year question

Example 2Differential EquationsMODERATE
The rate at which a substance cools in moving air, is proportional to the difference between the temperature of the substance and that of air. The temperature of air is 290 K and the substance cools from 370 K to 330 K in 10 minutes. Then the time to cool the substance up to 295 K is

[Q114 · 23 April Shift I · 2025]

Take the log of the EXCESS, not the temperature

The integral of dθθθs\dfrac{d\theta}{\theta - \theta_s} is log(θθs)\log(\theta - \theta_s), never logθ\log\theta. Feeding the raw temperature into the log (writing log370\log 370 instead of log80\log 80) is the most common wrong start on these questions.

Here log\log means natural log

Throughout this model log=loge\log = \log_e. The base cancels out anyway because you always take a ratio of two logs (or a ratio of excesses), so you never actually need its numerical value — but keep the notation consistent.

Concept 3 of 4

Two-Stage Cooling — Fix the Rate, Then Predict

Intuition

Almost every exam cooling question gives you the temperature after ONE interval and asks for the temperature (or time) after a SECOND interval. The recipe is fixed: use the first interval's data to pin down ekΔte^{-k\Delta t} (you never even need kk itself), then substitute into the second interval.

Definition

Divide the two exponential-form equations to eliminate the unknown constants. Writing E(t)=θ(t)θsE(t) = \theta(t) - \theta_s for the excess:

E(t2)E(t1)=ek(t2t1).\dfrac{E(t_2)}{E(t_1)} = e^{-k(t_2 - t_1)}.
Procedure:

  • Stage 1: from the given interval, compute the ratio of excesses to get ekΔte^{-k\Delta t} (e.g. 60208020=23\tfrac{60-20}{80-20} = \tfrac{2}{3}).
  • Stage 2: raise that ratio to the power (new interval ÷\div first interval) and multiply the current excess by it.

You work entirely with the multiplier ekΔte^{-k\Delta t} — the value of kk never has to be found.

Ratio of excesses over two intervals

θ2θsθ1θs=ek(t2t1)\dfrac{\theta_2 - \theta_s}{\theta_1 - \theta_s} = e^{-k(t_2 - t_1)}
  • \theta_1, \theta_2temperatures at times t₁, t₂
  • \theta_ssurrounding temperature — subtracted from both

Worked example

A body cools from 90C90^\circ\text{C} to 60C60^\circ\text{C} in a room at 30C30^\circ\text{C} in 2020 minutes. Find its temperature after 4040 minutes.
  1. Excesses: start 9030=6090 - 30 = 60; after 20 min 6030=3060 - 30 = 30.
  2. Stage 1 — the 20-minute multiplier: e20k=3060=12e^{-20k} = \dfrac{30}{60} = \dfrac{1}{2}.
  3. Stage 2 — 4040 min is two 2020-min steps, so multiply the initial excess by the square of the multiplier: θ30=60(12)2=60×14=15\theta - 30 = 60\left(\tfrac{1}{2}\right)^2 = 60 \times \tfrac{1}{4} = 15.
  4. So θ=30+15=45C\theta = 30 + 15 = 45^\circ\text{C}.
Answer:θ=45C\theta = 45^\circ\text{C}.
Practice this conceptself-check · 4 quick reps

Try it yourself

A body cools from 80C80^\circ\text{C} to 60C60^\circ\text{C} in a room at 30C30^\circ\text{C} in 3030 minutes. Find its temperature after one hour.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Excess 503050\to30 in one step; what is the multiplier?
  2. 2.
    Multiplier 23\tfrac{2}{3} per step, initial excess 6060. Excess after 2 steps?
  3. 3.
    Body 705070\to50, room 3030. Multiplier over that interval?
  4. 4.
    To find the second-interval temperature, do you need the value of kk?

From the bank · past-year question

Example 3Differential EquationsHARD
If a body cools from 80°C80°C to 50°C50°C in a room temperature of 25°C25°C in 30 minutes, then the temperature of the body after 1 hour is

[Q135 · 14th May Shift 2 · 2024]

Subtract the surrounding temperature BEFORE forming the ratio

The ratio that stays constant is of the EXCESSES, not the raw temperatures. For 805080\to50 in a 2525^\circ room the multiplier is 50258025=2555\dfrac{50-25}{80-25} = \dfrac{25}{55}, not 5080\dfrac{50}{80}. Using the bare temperatures is the number-one error and gives a wrong answer every time.

Match the exponent to the number of equal intervals

If the first interval is 3030 min and the target time is 6060 min, that is 60/30=260/30 = 2 steps, so the multiplier is SQUARED. For 2020 minutes after a 55-minute interval it is 20/5=420/5 = 4 steps — the ratio to the FOURTH power. Miscounting the number of steps changes the exponent.

Concept 4 of 4

The (Ratio)ⁿ Shortcut for Equal Time-Steps

Intuition

When the target time is a whole-number multiple of the given interval, you can skip logarithms entirely. Over each EQUAL time-step the temperature excess is multiplied by the SAME fixed ratio — so it forms a geometric progression. Just raise the one-step ratio to the number of steps.

Definition

Over equal time-steps of length Δt\Delta t, the excess θθs\theta - \theta_s is multiplied by the constant factor r=ekΔtr = e^{-k\Delta t} each step — a geometric sequence:

θnθs=(θ0θs)rn,r=ekΔt.\theta_n - \theta_s = (\theta_0 - \theta_s)\,r^{\,n}, \qquad r = e^{-k\Delta t}.

  • Find rr from one interval as a ratio of excesses.
  • After nn equal steps, the excess is (θ0θs)rn(\theta_0 - \theta_s)\,r^n; add θs\theta_s back for the temperature.

This is exact (not an approximation) and avoids logs whenever the times are commensurate.

Geometric decay of the excess over n equal steps

θnθs=(θ0θs)rn,r=ekΔt\theta_n - \theta_s = (\theta_0 - \theta_s)\,r^{\,n}, \qquad r = e^{-k\Delta t}
  • rone-step ratio of excesses (constant for equal Δt)
  • nnumber of equal time-steps = total time ÷ Δt

Worked example

A body cools from 70C70^\circ\text{C} to 50C50^\circ\text{C} in 1010 minutes; the surroundings are at 30C30^\circ\text{C}. Find the temperature after cooling for 3030 minutes.
  1. Excesses: start 7030=4070 - 30 = 40; after 10 min 5030=2050 - 30 = 20. One-step ratio r=2040=12r = \dfrac{20}{40} = \dfrac12.
  2. 3030 min =3= 3 steps of 1010 min, so n=3n = 3.
  3. Excess after 3 steps: 40(12)3=40×18=540\left(\tfrac12\right)^3 = 40 \times \tfrac{1}{8} = 5.
  4. Temperature: θ=30+5=35C\theta = 30 + 5 = 35^\circ\text{C}.
Answer:θ=35C\theta = 35^\circ\text{C}.
Practice this conceptself-check · 4 quick reps

Try it yourself

A spherical ball at 80C80^\circ\text{C} cools to 60C60^\circ\text{C} in 55 minutes; surroundings at 20C20^\circ\text{C}. Find its temperature after 2020 minutes.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    One-step ratio 12\tfrac12, initial excess 8080, n=4n=4. Final excess?
  2. 2.
    Ratio 23\tfrac23, initial excess 6060, n=2n=2. Final excess?
  3. 3.
    Interval 5 min, target 20 min. How many steps nn?
  4. 4.
    Equal time-steps ⇒ the excesses form which kind of sequence?

From the bank · past-year question

Example 4Differential EquationsHARD
A body cools from 100C100^\circ\text{C} to 60C60^\circ\text{C} in 15 minutes. If the surrounding temperature is 20C20^\circ\text{C}, the temperature of the body after cooling for one hour is

[Q111 · 2nd May Shift 2 · 2023]

Equal steps ⇒ geometric ratio of the EXCESSES

The excess is multiplied by the same ratio each equal step, so it decays geometrically — NOT linearly. Between 10060100\to60 the drop was 4040^\circ; the next equal step is not another 4040^\circ but a HALVING of the excess (80402010580\to40\to20\to10\to5). Treating cooling as a constant per-step drop overshoots badly.

Count n as total time ÷ interval, then raise the ratio to that power

The exponent nn is the number of equal intervals, not the number of minutes. For a 1515-min interval and a 6060-min target, n=60/15=4n = 60/15 = 4, so use r4r^4. Plugging n=60n = 60 (the minutes) instead of 44 (the steps) is a fatal slip.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (4)

Watch out for (8)

Mastery check — 2 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Differential EquationsMODERATE
If a body cools from 80C80^{\circ}C to 60C60^{\circ}C in the room temperature of 30C30^{\circ}C in 30 min, then the temperature of a body after one hour is

[Q145 · 3rd May Shift 2 · 2023]

Example 2Differential EquationsHARD
A spherical metal ball at 8080^\circC cools in 5 minutes to 6060^\circC, in surrounding temperature of 2020^\circC, then the temperature of the ball after 20 minutes is approximately

[Q133 · 2nd May Shift 1 · 2023]

Drill every past-year question on this subtopic

5 questions from the bank — paginated, with cart and Word-export support.

Related notes