11.4k views
1 vote
A metal beam was brought from the outside cold into a machine shop where the temperature was held at 70°F After 10 min, the beam warmed to 40°F and after another 10 min it was 55°F. Use Newton's Law of Cooling to estimate the beam's initial temperature The beam's initial temperature was "F

User Aea
by
8.4k points

1 Answer

5 votes

Answer:

The beam's initial temperature was 10°F

Explanation:

Newton's Law of Cooling states that the rate of change of the temperature of an object is proportional to the difference between its own temperature and the ambient temperature. This means that:


(dT)/(dt) =-k (T-T_(a)) where k is a positive constant and
T_(a) is the ambient temperature.

This is the solution of the differential equation


T(t)=T_(a)+T_(0)\cdot e^((kt)) where
T(t) is the temperature after t minutes and
T_(0) and k are constants yet to be determined.

We know from the information given that the ambient temperature is 70°F, so


T(t)=70+T_(0)\cdot e^((kt))

We also know that
T(10) = 40 \:F and
T(20) = 55 \:F, we can use these to determine the constants
T_(0) and k.

If we use the first condition
T(10) = 40 \:F we have


40=70+T_(0)\cdot e^((k\cdot 10))

We can solve for k in terms of
T_(0) as follows


40=70+T_(0)\cdot e^((k\cdot 10))\\70+T_0e^(k\cdot 10)=40\\T_0e^(k \cdot 10)=-30\\e^(k \cdot 10)=-(30)/(T_0)\\\ln \left(e^(k\cdot \:10)\right)=\ln \left(-(30)/(T_0)\right)\\k\cdot \:10\ln \left(e\right)=\ln \left(-(30)/(T_0)\right)\\k=(\ln \left(-(30)/(T_0)\right))/(10)

We can rewrite
T(t) as


T(t)=70+T_(0)\cdot e^{((\ln \left(-(30)/(T_0)\right))/(10)\cdot t)}

Next we use the second condition
T(20) = 55 \:F to get


55=70+T_(0)\cdot e^{((\ln \left(-(30)/(T_0)\right))/(10)\cdot 20)}

and we solve for
T_(0)


55=70+T_(0)\cdot e^{((\ln \left(-(30)/(T_0)\right))/(10)\cdot 20)}\\-15=T_(0)\cdot e^{2\ln \left(-(30)/(T_0)\right)}\\-15=T_(0)\cdot e^{\ln \left(-(30)/(T_0)\right)^(2)}\\-15=T_(0)\cdot \left(-(30)/(T_0)\right)^(2)\\-15=T_(0) \cdot \left((900)/(T_0^2)\right)\\-15=(900)/(T_(0)) \\T_(0) = -60

The value of k is


k=(\ln \left(-(30)/(T_0)\right))/(10)\\k=(\ln \left((-30)/(-60)\right))/(10)\\k=-(ln(2))/(10)

So the general solution of the equation is


T(t)=70-60\cdot e^{(-(ln(2))/(10)\cdot t)}

In particular, since we want to know T(0), we can now just evaluate:


T(0)=70-60\cdot e^{(-(ln(2))/(10)\cdot 0)}\\T(0)=10

User Sauntimo
by
7.2k points