- #1
timman_24
- 52
- 0
Homework Statement
I'm working with a heat equation that requires a Laplace transform. I performed the transform and ended up with a basic ODE with a particular solution. I solved for the particular solution and then realized I was working on an infinite domain in my spatial dimension. Maybe I missed this part in class, but how do I go about solving this problem? Let me show you what I have:
ODE:
[tex]\frac{\partial^2 T (x,s)}{\partial^2 x }-\frac{s}{\alpha}T(x,s)=-sin(x)[/tex]
Solution:
[tex]U(x,s)=c_1Exp[\sqrt{\frac{s}{\alpha}}x]+c_2Exp[-\sqrt{\frac{s}{\alpha}}x]+\frac{\alpha}{\alpha+s}sin(x)[/tex]
The problem does not give me any boundary conditions other than what the range is which is:
[tex]-\infty<x<\infty[/tex]
How do I go about solving the coefficients in this problem or solving in general? The only other thing I was given was the IC, but it was absorbed in the Laplace transform. The equation blows up at both limits, so I feel something is wrong.