- #1
songoku
- 2,423
- 361
- Homework Statement
- Polices found dead body. At 1 pm when the pathologist arrived the temperature of the victim was 15◦C. It was a cold winter day and the weather office reported the temperature in the city at 6 am was −2◦C, but increasing at a rate of 1◦C per hour. Assume that the body was originally at a temperature of 37◦C. The pathologist determined from experiments that in a room at 5◦C the victim would cool from 15◦C to 12◦C in one hour.
Newton’s law of cooling states that a body at temperature T(t) will cool to an ambient temperature ##T_{a}(t)## at a constant rate, given by ##\frac{dT}{dt}=-k(T-T_{a}(t))##
(a) Write down an expression for the atmospheric temperature ##T_{a}(t)##, where t = 0 at 1 pm.
(b) Write down an ODE to model the experiment. Solve this equation and use this to determine the value of ##k##.
(c) Write down an ODE to model the environment in which the murder took place (you will need to use part (a)). Solve this equation and determine the temperature of the body T(t).
(d) Determine an implicit expression for ##t_d##, the time of death of the victim.
- Relevant Equations
- Integration
(a) ##T_{a}(t)=t+5##
(b)
$$\frac{dT}{dt}=-k(T-T_{a}(t))$$
$$\frac{dT}{dt}=-k(T-t-5)$$
$$\frac{dT}{dt}=-kT+kt+5k$$
Is my working for (a) and (b) so far correct?
Thanks
(b)
$$\frac{dT}{dt}=-k(T-T_{a}(t))$$
$$\frac{dT}{dt}=-k(T-t-5)$$
$$\frac{dT}{dt}=-kT+kt+5k$$
Is my working for (a) and (b) so far correct?
Thanks