espen180
- 831
- 2
Homework Statement
A thermos consists of two layers (see fig). The core contains a liquid with temperature T_1. The outer layer contains air at low pressure with temperature T_2. The surrounding air has temperature T_3. At t=0, T_2=T_3. Assume that T_3 does not change with time, and that temperature is conserved between the core and outer layer. What is the magnitude of T_2 after t seconds?
http://img141.imageshack.us/img141/3128/termos.png
Homework Equations
Heat equation: \frac{dT}{dt}=k\Delta T
The Attempt at a Solution
First I write down the differential equations for each temperature and layer:
\frac{dT_1}{dt}=k_1(T_2-T_1)
\frac{dT_2}{dt}_1=k_1(T_1-T_2)
\frac{dT_2}{dt}_2=k_2(T_3-T_2)
\frac{dT_2}{dt}=k_1(T_1-T_2)+k_2(T_3-T_2)
\frac{dT_3}{dt}=0
Since I have two functions to deal with, T_1 and T_2, I set up a set of differential equations with two functions:
\frac{dT_2}{dt}=-T_2(k_1+k_2)+k_1T_1+k_2T_3
\frac{dT_1}{dt}=k_1(T_2-T_1)
How do I solve this set of differential equations. I don't think I can solve them one by one, since neither T_1 or T_2 is constant.
Last edited by a moderator: