Problem 43
Question
Cooling Law Newton's law of cooling says that the rate of change (with respect to time \(t\) ) of the temperature \(T\) of an object is proportional to the difference between the temperature of the object and the temperature \(A\) of the object's surroundings. a. Write a differential equation describing this law. b. Consider a room that has a constant temperature of \(A=70^{\circ} \mathrm{F}\). An object is placed in that room and allowed to cool. When the object is first placed in the room, the temperature of the object is \(98^{\circ} \mathrm{F},\) and it is cooling at a rate of \(1.8^{\circ} \mathrm{F}\) per minute. Determine the constant of proportionality for the differential equation. c. Use Euler's method and 15 steps to estimate the temperature of the object after 15 minutes.
Step-by-Step Solution
VerifiedKey Concepts
Differential Equations
- The left-hand side, \(\frac{dT}{dt}\), tells us how fast the temperature is changing over time.
- The negative sign indicates that the temperature is decreasing over time.
- The expression \((T - A)\) represents how far the object’s temperature is from the surrounding temperature.
- The constant \(k\) makes sure the rate of change is proportional to that difference.
Euler's Method
- Start with the initial temperature \(T_0\), which is given as \(98^{\circ}\text{F}\) in this exercise.
- Use the formula: \(T_{n+1} = T_n + \Delta t \cdot \frac{dT}{dt}_{|T=T_n}\) to estimate the temperature at each step.
- Each time, update \(T_n\), using the computation: \(T_n - 0.0643(T_n - 70)\), given that \(\Delta t = 1\) minute.
Constant of Proportionality
- When \(T = 98^{\circ}\text{F}\), the cooling rate is \(-1.8^{\circ}\text{F/min}\).
- The difference between the object’s and the surrounding temperatures is \(98 - 70 = 28\).
- Substituting these into the equation \(-1.8 = -k(28)\), we solve for \(k\):
- \(k = \frac{1.8}{28} \approx 0.0643\).