Problem 17
Question
Using separation of variables to solve \(d T / d t=k\left(T-T_{m}\right)\) we get \(T(t)=T_{m}+c e^{k t} .\) Using \(T(0)=70\) we find \(c=70-T_{m},\) so \(T(t)=T_{m}+\left(70-T_{m}\right) e^{k t} .\) Using the given observations, we obtain $$\begin{array}{c} T\left(\frac{1}{2}\right)=T_{m}+\left(70-T_{m}\right) e^{k / 2}=110 \\ T(1)=T_{m}+\left(70-T_{m}\right) e^{k}=145 \end{array}$$ Then, from the first equation, \(e^{k / 2}=\left(110-T_{m}\right) /\left(70-T_{m}\right)\) and $$\begin{aligned} e^{k}=\left(e^{k / 2}\right)^{2}=\left(\frac{110-T_{m}}{70-T_{m}}\right)^{2} &=\frac{145-T_{m}}{70-T_{m}} \\ \frac{\left(110-T_{m}\right)^{2}}{70-T_{m}} &=145-T_{m} \\ 12100-220 T_{m}+T_{m}^{2} &=10150-250 T_{m}+T_{m}^{2} \\ T_{m} &=390 \end{aligned}$$ The temperature in the oven is \(390^{\circ}\).
Step-by-Step Solution
VerifiedKey Concepts
Differential Equations
The differential equation given in the exercise, \(\frac{dT}{dt} = k(T - T_m)\), is a separable one. This means we can solve it by separating the variables to their respective sides of the equation. In our case, we separate \(T\) and \(t\) to different sides to solve it.
Here’s a breakdown of what happens:
- We moved all terms involving \(T\) to one side and all terms involving \(t\) to the other: \(\frac{dT}{T-T_m} = k\,dt\).
- Next, we integrate both sides to find a function that connects \(T\) and \(t\): \( \ln|T-T_m| = kt + C \).
- Finally, we solve for \(T\) by exponentiating both sides and arrive at a general solution: \( T(t) = T_m + C e^{kt} \).
Initial Conditions
In this exercise, the initial condition states that the temperature is 70 degrees at time zero, expressed as \(T(0) = 70\). This is used to solve for the constant \(c\) in the equation.
Here's how:
- Given that the temperature at \(t = 0\) is 70, substituting in the formula gives us: \(70 = T_m + Ce^{0}\).
- Considering \(e^0 = 1\), we find \(C = 70 - T_m\).
- With this value of \(C\), the solution becomes \(T(t) = T_m + (70 - T_m)e^{kt}\).
Exponential Growth
In the equation \(T(t) = T_m + (70 - T_m)e^{kt}\), the term \(e^{kt}\) signifies exponential growth or decay, depending on the sign of \(k\). If \(k\) is positive, the function grows exponentially; if negative, it decays.
Key points about exponential growth:
- Exponential functions involve exponents and have a constant base, in this case, \(e\), which is approximately 2.718.
- They grow faster over time when the exponent \(kt\) increases, due to the multiplication effect of \(e\).
- In our oven problem, solving further for \(k\) through additional observations showed how temperature changes over time as the function increases towards the oven's constant temperature.