Problem 9
Question
9\. Suppose a glass of cold water is sitting in a warm room and you place a coin at room temperature \(R\) into the glass. The coin gradually cools down while, at the same time, the glass of water warms up. Newton's law of cooling suggests the following system of differential equations to describe the process $$\frac{d w}{d t}=-k_{m}(w-R) \quad \frac{d p}{d t}=-k_{p}(p-w)$$ where \(w\) and \(p\) are the temperatures of the water and coil (in "C), respectively, and the \(k\) 's are positive constants. $$\begin{array}{l}{\text { (a) Explain the form of the system of differential equations }} \\ {\text { and the assumptions that underlie them. }} \\\ {\text { (b) Use a change of variables to obtain a homogeneous }} \\ {\text { system. }} \\ {\text { (c) What is the general solution to the system you found in }} \\ {\text { part (b)? }} \\ {\text { (d) What is the solution to the original initial-value problem }} \\ {\text { if } w(0)=w_{0} \text { and } p(0)=p_{0} ?}\end{array}$$
Step-by-Step Solution
VerifiedKey Concepts
Differential Equations
- \( \frac{dw}{dt} = -k_m(w - R) \)
- \( \frac{dp}{dt} = -k_p(p - w) \)
Homogeneous System
We introduce new variables \( x = w - R \) and \( y = p - R \), effectively centering our system around the room temperature \( R \). By substituting these into our original equations, we get:
- \( \frac{dx}{dt} = -k_m x \)
- \( \frac{dy}{dt} = -k_p (y - x) \)
Initial-Value Problem
By incorporating these initial conditions, we can refine our homogeneous solutions and express them entirely in terms of \( w_0 \), \( p_0 \), and \( R \). The solutions become:
- \( w(t) = R + (w_0 - R)e^{-k_m t} \)
- \( p(t) = R + (p_0 - R - \frac{k_p}{k_p - k_m}(w_0 - R) + \frac{k_p}{k_p - k_m}(w_0 - R) e^{-k_m t}) e^{-k_p t} \)
Cooling Rates
The larger the value of \( k \), the faster the rate of cooling or warming.
- For the water, \( k_m \) determines how quickly it adjusts its temperature closer to the room temperature \( R \).
- For the coin, \( k_p \) measures how rapidly it aligns its temperature with that of the water.