
William W. answered 11/27/21
Experienced Tutor and Retired Engineer
Let "T" be the object's temperature. Let "TA" be the ambient temperature.
Since "T" is the object's temp, then dT/dt is the rate at which the object's temperature is changing.
We are told the dT/dt is proportional to (T - TA) so we can say:
dT/dt = k(T - TA) where "k" is the constant of proportionality
So dT/(T - TA) = kdt
Integrating: ∫1/(T - TA) dT = ∫k dt
ln(T - TA) = kt + C1
Since a logarithm is an exponent and the base of the logarithm is "e" then this becomes:
T - TA = ekt + C1
And since adding exponents infers multiplying terms with the same base then:
T - TA = ekt • eC1
Since eC1 is just a constant, we can call it C2 so the equation becomes:
T - TA = ekt • C2 or T - TA = C2(ekt)
That gives us T as a function of time:
T(t) = TA + C2(ekt)
We are given certain data: TA = 76 and Tinitial = 205 meaning at time t = 0, the temp is 205 F so:
205 = 76 + C2(ek(0))
205 = 76 + C2(1)
C2 = 129 so:
T(t) = 76 + 129(ekt)
We are also told that after 3 minutes, T = 195 so:
195 = 76 + 129(ek(3))
195 - 76 = 129e3k
119/129 = e3k
0.92248 = e3k
ln(0.92248) = ln(e3k)
-0.08066889 = 3k
k = -0.0268963
So T(t) = 76 + 129(e-0.0268963t)
Now that we have the equation, let's find out when T = 150:
150 = 76 + 129(e-0.0268963t)
150 - 76 = 129(e-0.0268963t)
74/129 = e-0.0268963t
ln(74/129) = ln(e-0.0268963t)
-0.5557473 = -0.0268963t
t = 20.66 minutes