I have a PDE problem (namely the heat equation for a semi-infinite solid) and I'm trying to solve it using the Laplace Transform.
$$\frac{1}{\alpha} \frac{\partial T}{\partial t} = \frac{\partial^2 T}{\partial x^2}$$
The conditions are:
- $T(x,0)=0$
- $T(0,t)=A\cos(\omega t$)
I can find the solution in the $s$ domain, $F(x,s)$, but I cannot antitransform it to the time domain.
However, I'm not interested in the solution $f(x,t)$ but rather on the envelope of the function, that is, a function $f_e(x)$ that gives the maximum temperature reached at each point of the solid. I kown from the numerical solution that the envelope is a decaying exponential.
Is there any way to compute this envelope mathematically from the Laplace Transform $F(x,s)$?