
AR U. answered 09/30/19
Experienced Physics and Math Tutor [Edit]
This problem is a typical application of differential equation under the name of Newton's law of cooling. Which states that the rate of change of temperature is directly proportional to the difference in temperature between two environments(systems). Mathematical represented as
dT/dt = kΔT = k(T - 20) ------------ (1) [Where T: Temperature, t: time, k: proportionality constant]
This differential equation has solution of the form
T(t) = Aekt + 20 ------------ (2)
Solve for A by applying the initial condition given i.e
T(t=0) = 5 = Aek*0 +20 => -15 = A
Thus equation (2) becomes
T(t) = 20 - 15ekt
Using the condition T(t=25mins) = 10°C, we find the constant k as
10 = 20 - 15ekt => k = ln(2/3)/25 ≈ -0.016
a) After 60 mins, you have
T(t=60mins) = 20 - 15e-0.016*60 ≈ 14.33°C
b) Set T(t=?) = 16°C, then from equation (2)
16 = 20 - 15e-0.016t [Solving for t gives]
(16 -20) = - 15e-0.016 t => t = ln(4/15)/(-0.016) ≈ 81.50 minutes.