I am trying to solve the following problem
$$\rho\,C_{{p}}{\frac {\partial }{\partial t}}T \left( x,t \right) = \kappa\,{\frac {\partial ^{2}}{\partial {x}^{2}}}T \left( x,t \right) $$
$$T(x,0)=T_0$$ $$T(0,t)=T_1e^{-\beta t}$$ $$T \left( \infty ,t \right) =T_0$$
where the initial condition is for $x >0$.
I am using the laplace transform method. In the laplace domain I am obtaining the following solution
$$T \left( x \right) ={{\rm e}^{-{\frac {\sqrt {\rho}\sqrt {C_{{p}}} \sqrt {s}x}{\sqrt {\kappa}}}}} \left( {\frac {T_{{1}}}{s+\beta}}-{ \frac {T_{{0}}}{s}} \right) +{\frac {T_{{0}}}{s}} $$
I am implementing the procedure both in Mathematica and Maple respectively but none of them is able to compute the inverse laplace transform of the last expression.
My question is: it is possible to obtain a closed form for the solution?








