Let $u(x,t)$ be the temperature along a 1-D rod, from $x=0$ to $x=L$.
$\frac{\partial u}{\partial t} = A \frac{\partial^2 u}{\partial x^2}+Bu$, where A and B are constants.
Initial condition is $u(x,0)=0$.
Boundary conditions are:
$\frac{\partial u}{\partial x}|_{x=0}=f(t)$ (arbitrarily prescribed heat influx on the left side of the rod)
$\frac{\partial u}{\partial x}|_{x=L}=0$ (insulated on the other end).
I failed to solve this problem using separation of variables, and would like to know: is there any other analytic methods I can use before I try numerical solutions?
Thanks!