I am trying to solve a specific heat diffusion problem with a semi-infinite, isolated rod, where the initial temperature distribution is $10^\circ$ C for $0 < x < 1$, and $0$ for $x > 1$. The problem is thus of the form
$$ \frac{\partial u}{\partial t} - \frac{\partial^2u}{\partial x^2} = 0 $$ $$ \frac{\partial u}{\partial x}(0,t) = 0 $$ $$ u(x,0) = \begin{cases} 10 & \mathrm{for} \:\: 0 < x < 1 \\ 0 & \mathrm{for} \:\: x > 1 \end{cases}. $$
One-sided Laplace transform in $t$ and rearranging yields
$$ \frac{\partial^2 \bar{u}}{\partial x^2}(x,s) - s\bar{u}(x,s) = -u(x,0) = \begin{cases} -10 & \mathrm{for} \:\: 0 < x < 1 \\ 0 & \mathrm{for} \:\: x > 1 \end{cases}.$$
I'm not sure how to approach this, but I've tried solving for the first region,
$$ \frac{\partial^2 \bar{u}}{\partial x^2} - s\bar{u} = -10 \Rightarrow $$
$$ \bar{u} = \bar{u}_h + \bar{u}_p = a(s)e^{\sqrt{s}x} + b(s)e^{-\sqrt{s}x} + \frac{10}{s} $$
and then applying the boundary conditions,
$$ u \:\: \mathrm{bounded} \Rightarrow a(s) = 0$$ $$ \frac{\partial u}{\partial x}(0,t) = 0 \Rightarrow \frac{\partial \bar{u}}{\partial x}(0,s) = 0 \Rightarrow -\sqrt{s}b(s) = 0 \Rightarrow b(s) = 0. $$
But this means that
$$ \bar{u}(x,s) = \frac{10}{s} \Rightarrow u(x,t) = 10H(t) \:\:\:\: (0 < x < 1) $$
which does not seem to make much sense since this means that the temperature remains constant in the first region and one would expect it to decrease as $t \rightarrow \infty$. Maybe some kind soul could point out what I'm doing wrong and how to best approach this problem?
(A similar problem with a piecewise I.C. was posted here, but the solution is attempted using the Fourier transform, which doesn't seem to work.)
