Question
Question: If two body is connected by a rod of conductivity k area A length L temperature of one body is fixed...
If two body is connected by a rod of conductivity k area A length L temperature of one body is fixed and temperature of other body is not fixed mass of other body is m specific heat is s density is p the find the temperature of other body as a function of time
T(t) = T_{fixed} + (T_0 - T_{fixed}) e^{-\frac{kA}{mLs} t}
Solution
The problem involves heat transfer by conduction through a rod and the subsequent change in temperature of a body due to this heat transfer.
1. Rate of Heat Transfer by Conduction: The rate of heat flow (dQ/dt) through the rod connecting the two bodies is given by Fourier's Law of Conduction: dtdQ=LkA(Tfixed−T(t)) where:
- k is the thermal conductivity of the rod.
- A is the cross-sectional area of the rod.
- L is the length of the rod.
- Tfixed is the constant temperature of the first body.
- T(t) is the temperature of the second body at time t.
2. Rate of Change of Internal Energy of the Second Body: The heat absorbed or released by the second body changes its temperature. The rate of change of heat content of the second body is given by: dtdQ=msdtdT where:
- m is the mass of the second body.
- s is the specific heat capacity of the second body.
- dT/dt is the rate of change of temperature of the second body.
3. Equating the Rates and Forming a Differential Equation: By equating the two expressions for dQ/dt: msdtdT=LkA(Tfixed−T(t)) Rearranging this equation to separate variables: Tfixed−T(t)dT=mLskAdt
4. Solving the Differential Equation: Let T0 be the initial temperature of the second body at t=0. Integrate both sides of the differential equation: ∫T0T(t)Tfixed−T′dT′=∫0tmLskAdt′ To integrate the left side, let u=Tfixed−T′. Then du=−dT′. When T′=T0, u=Tfixed−T0. When T′=T(t), u=Tfixed−T(t). ∫Tfixed−T0Tfixed−T(t)u−du=mLskAt −[ln∣u∣]Tfixed−T0Tfixed−T(t)=mLskAt −(ln∣Tfixed−T(t)∣−ln∣Tfixed−T0∣)=mLskAt lnTfixed−T(t)Tfixed−T0=mLskAt Exponentiating both sides: Tfixed−T(t)Tfixed−T0=emLskAt Rearranging to solve for T(t): Tfixed−T(t)=(Tfixed−T0)e−mLskAt T(t)=Tfixed−(Tfixed−T0)e−mLskAt This can also be written as: T(t)=Tfixed+(T0−Tfixed)e−mLskAt This equation gives the temperature of the second body as a function of time. The term kAmLs is the thermal time constant of the system. The density p given in the problem statement is not directly used, as the mass m is already provided.
The final answer is T(t)=Tfixed+(T0−Tfixed)e−mLskAt
Explanation of the solution: The heat conducted through the rod per unit time (LkA(Tfixed−T(t))) is absorbed by the second body, causing its temperature to change (msdtdT). Equating these rates yields a first-order differential equation. Solving this separable differential equation with an initial temperature T0 at t=0 gives the exponential decay/growth of the second body's temperature towards the fixed temperature of the first body.
Answer: The temperature of the other body as a function of time is given by: T(t)=Tfixed+(T0−Tfixed)e−mLskAt where T0 is the initial temperature of the second body at t=0.