T= temperature of coffee at time t
t = time (any units, but to be consistent with the given information, choose minutes)
Ta = temperature of the surrounding atmosphere = 50 degrees
T0 = initial temperature of coffee = 200 degrees
The temperature is proportional to the difference between its current temperature and it surrounding temperature. We can express this mathematically using this differential equation
dT/dt = -k(T-Ta)
Separate the variables .
dT/(T-Ta) = -kdt
Integrate.
ln (T-Ta) = -kt +C
Eliminate the natural log.
(T-Ta) = e-kt+C
(T-Ta) = Ce-kt
When t = 0, what is C? It's simply the initial difference in temperatures. C = (T0 - Ta)
(T-Ta) = (T0 - Ta)e-kt
and the problem asks you to represent T-Ta with C(t).
C(t) = (T0 - Ta)e-kt
For this specific problem, the rate of cooling is 2 degrees/min at t=0, which means
dT/dt = -k(T-Ta)
-2 deg/min = -k (200-50)
k = 2/150 = 1/75 ~ 0.01333
and of course T0 - Ta = 200 deg - 50 deg = 150 deg
Substituting into our expression for C(t), we finally have the expression for the difference of temperature of the coffee and the surrounding atmosphere as a function of time
C(t) = (150 deg)e-0.01333t
If the milk cools to 120 degrees, then C(t) = 120 deg - 50 deg = 70 deg.
70 deg = (150 deg)e-0.01333t
Solve for t.
70/150 = e-0.01333t
ln (70/150) = -0.01333t
t = ln(70/150)/(-0.01333)
t = -0.7621/(-0.01333)
t = 57.16 min
Ryan Y.
11/24/13