- #1
charndt
- 9
- 0
I'm trying to solve the homogeneous heat equation of a semi-infinite cylinder in cylindrical coordinates for a semi-infinite cable (no theta dependence):
[tex]\frac{\partial U}{\partial t}=D\left(\frac{\partial^{2} U}{\partial r^{2}}+\frac{1}{r}\frac{\partial U}{\partial r}+\frac{\partial^{2} U}{\partial z^{2}}\right) [/tex]
with boundary conditions and initial values:
I first tried separation of variables, which was working fine with two separation constants, but I had trouble getting the boundary conditions to fit. A friend suggested I try Green's functions, but I wasn't sure how to go about that since there is no internal heat source. So, my next attempt was going to be with Fourier and Laplace transforms.
I've never had to apply two transforms to a PDE before, so I'm a little unsure how to begin.
Correct me if I'm wrong: I should apply the Laplace transform to the time derivative, and the Fourier transform to the position derivatives. I haven't seen any examples of using a Fourier transform on more than one variable, so I'm stuck in this step. Also, the cylinder is semi-infinite, not infinite, so how should I account for this with the Fourier transform?
Thanks!
[tex]\frac{\partial U}{\partial t}=D\left(\frac{\partial^{2} U}{\partial r^{2}}+\frac{1}{r}\frac{\partial U}{\partial r}+\frac{\partial^{2} U}{\partial z^{2}}\right) [/tex]
with boundary conditions and initial values:
- [tex](1) U(r,z,0)=0[/tex]
- [tex](2) U(r,\infty,t)=0[/tex]
- [tex](3) U(R,z,t)=0[/tex]
- [tex](4) kU_{z}(r,0,t)=\Phi_{o} [/tex]
I first tried separation of variables, which was working fine with two separation constants, but I had trouble getting the boundary conditions to fit. A friend suggested I try Green's functions, but I wasn't sure how to go about that since there is no internal heat source. So, my next attempt was going to be with Fourier and Laplace transforms.
I've never had to apply two transforms to a PDE before, so I'm a little unsure how to begin.
Correct me if I'm wrong: I should apply the Laplace transform to the time derivative, and the Fourier transform to the position derivatives. I haven't seen any examples of using a Fourier transform on more than one variable, so I'm stuck in this step. Also, the cylinder is semi-infinite, not infinite, so how should I account for this with the Fourier transform?
Thanks!
Last edited: