Newton's law of cooling
Newton's law of cooling states that the rate at which the temperature of an object decreases is proportional to the difference between its temperature and the temperature of the surrounding environment.
This law is modeled using an exponential function. Let:
- T(t) be the temperature of the object at time t
- Ts be the constant surrounding temperature
Then the rate of change of temperature is given by:
dtdT=−k(T−Ts)
Separating variables and integrating:
∫T−Ts1dT=−k∫dt
ln∣T−Ts∣=−kt+C
Exponentiating both sides:
T−Ts=Ce−kt
Letting T(0)=T0, we get:
T0−Ts=C⇒C=T0−Ts
So the temperature as a function of time is:
T(t)=Ts+(T0−Ts)e−kt
Example
Suppose the temperature of an object falls from T0=240°C to T=180°C in 50 minutes, and the surrounding temperature is Ts=20°C. Find the time it takes to reach T=100°C, correct to three significant figures.
We use:
T(t)=Ts+(T0−Ts)e−kt
Substitute known values:
180=20+(240−20)e−50k
160=220e−50k
Divide both sides:
220160=e−50k⇒e−50k=0.72727
Take natural logarithm:
−50k=ln(0.72727)⇒k=−50ln(0.72727)≈0.006369
Now solve for time t when T(t)=100°C:
100=20+220e−0.006369t⇒80=220e−0.006369t⇒22080=e−0.006369t
Take logarithm:
−0.006369t=ln(22080)⇒t=−0.006369ln(80/220)≈158.83 minutes
Answer: It will take approximately 158 minutes and 50 seconds for the object to reach 100°C.
Example
A rod of iron is heated to T0=1080°C and plunged into water at Ts=25°C. After 25 seconds, the temperature drops to T=82.5°C. Find the cooling rate k.
Use the formula:
T(t)=Ts+(T0−Ts)e−kt
Substitute:
82.5=25+(1080−25)e−25k⇒57.5=1055e−25k⇒105557.5=e−25k
Take logarithm:
−25k=ln(105557.5)⇒k=−25ln(0.0545)≈0.1164
Answer: The cooling rate is approximately 0.1164 per second.