I need to solve $u_t = 3u_{xx}$ with $u(x,0) = 17\sin(\pi x)$ and $u(0,t) = u(4,t) = 0$ using the Laplace Transform.
So taking the Laplace transform, do I hold the terms with only $x$'s in them constant?
If so, here's what I've got:
$sU(x,s) -\dfrac {17\sin(\pi x)}{s} = 3U_{xx}(x,s)$ with $U(x,0) = 17\sin(\pi x)$ and $U(0,t) = U(4,t) = 0$.
So the solution to the ODE should be $U(x,s) = Ae^{\sqrt{\frac s3}x} + Be^{-\sqrt{\frac s3}x} + \dfrac {17\sin{\pi x}}{s^2 + 3\pi^2 s^2}$.
But when I try to apply my condition for $U(x,0)$, I see that the rightmost term is infinite. What did I do wrong?