Skip to content

Newton's Law of Cooling

Tags
Calculus
Cegep/2
Word count
304 words
Reading time
2 minutes

The cooling rate of an object is proportional to the difference between the temperature of the object and the ambient temperature.

dTdtTTsdTdt=k(TTs)

Examples

A pizza is removed from the oven after baking thoroughly, and the temperature of the oven is 350°𝐹. The temperature of the kitchen is 75°𝐹, and after 5 minutes the temperature of the pizza is 340°𝐹. We would like to wait until the temperature of the pizza reaches 300°𝐹 before cutting and serving it.

  1. Set up the differential equation and the initial value problem modelling the temperature of the pizza.

We know that

Ts=75T(0)=350

We want to solve dTdt=k(T75) given initial value T(0)=350.

  1. Solve the differential equation to find the function 𝑇(𝑡).
dTdt=k(T75)1T75dT=kdtln(T75)=kt+CT=ekt+C+75

Substitute in (0,350) to find C:

350=ek0+C+75C=ln275

Substitute in (5,340) to find k:

340=e5k+ln275+755k+ln275=ln265k=ln265ln2755k=15ln5355T(t)=e15ln5355t+ln275+75
  1. How much longer will we need to wait before the pizza reaches a temperature of 300°𝐹?
300=e15ln5355t+ln275+7515ln5355t+ln275=ln225t=ln225ln27515ln5355=5ln911ln535527.0874min

Contributors

Changelog