fluidistic
Gold Member
- 3,928
- 272
Homework Statement
Problem 8-19 in Matthews and Walker's book on mathematical physics.
A straight wire of radius a is immersed in an infinite volume of liquid. Initially the wire and the liquid have temperature T=0. At time t=0, the wire is suddenly raised to temperature ##T_0## and maintained at that temperature. Find F(r,s), the Laplace transform of the resulting temperature distribution T(r,t) in the liquid.
Homework Equations
Heat eq.: ##\frac{\partial T}{\partial t} - \kappa \triangle T =0##.
Laplace transform: ##\mathcal{L}[f,s]=\int _0^\infty e^{-st} f(t)dt##.
The Attempt at a Solution
First, I assume that "r" stands for the direction of the straigth wire. Second, the Laplace transform will be with respect to t, since t goes from 0 to infinity just like the limits of the integral of the L. transform. Third, I know that the solution has symmetry from ##r=a/2##, that is when I place the middle point of the wire at ##r=0##.
I tried to mathematically write down the boundary-initial condition. This gave me ##T(r,t)=T_0## for ##0 \leq r \leq a##. And ##T(r,0)=0## for ##r>a##. That division in space basically ruins my hopes to solve the problem.
So ##F(r,s)=\int _0^\infty e^{-st}T(r,t)dt##.
Therefore I must calculate ##T(r,t)##.
I guess I have to Laplace transform the initial-boundary conditions and the heat equation itself.
So ##\mathcal{L}\left [ \frac{\partial ^2 T}{\partial r^2} \right ]=s^2 \mathcal{L}[T(r,t)]-T_0s##, because I believe that ##T'(0,t)=0## due to the symmetry of the problem.
Now, ##\mathcal{L} \left [ \frac{\partial T}{\partial t} \right ]=T_0+s\mathcal{L}[T(r,t)]## (I found that by integration by parts).
So that the PDE reduces to ##\kappa s^2 \mathcal{L}[T(r,t)]-\kappa T_0 s -(T_0+s\mathcal{L}[T(r,t)])=0##. I've reached that ##\mathcal{L}[T(r,t)]=T_0 \frac{\left ( \frac{1}{s} +\frac{1}{\kappa s^2} \right )}{\left ( 1-\frac{1}{\kappa s} \right )}##.
Would this be the answer to the problem? I'm quite skeptic since I never applied Laplace transform onto the boundary/initial conditions. I wonder what I did wrong.