Solution;
From Newton's Law of Cooling ,the Rate of cooling of the body is proportional to difference between the body's temperature and the surrounding temperature,given as;
dtdT=−k(T−Ts)
where T is the body's temperature and k is the proportionality constant.
Ts=32°F
dtdT=−k(T−32)
Seperate by variables;
T−32dT=−kdt
Integrate;
ln(T−32)=−kt+C
Rewrite;
T−Ts=e−kt+C
T=Ts+Ce−kt
At t=0;
C=T0−Ts
Where T0 is the initial temperature.
The equation becomes;
T=Ts+(T0−Ts)e−kt
Given;
t=10,T=0°F
By substitution;
0=32+(T0−32)e−20k
(32−T0)e−10k=32
32−T0=e−10k32
Also;
t=20,T=10°F
10=32+(T0−32)e−20k
(32−T0)e−20k=22
Rewrite;
e−10k32e−20k=22
32e−10k=22
−10k=ln(3222)
k=−0.1ln(3222)
Therefore;
32−T0=e−10k32
32−T0=0.687532
T0=−14.5°F
Comments