Having been introduced solely to the basics of solving 1D heat equations in my analysis course, I have trouble solving this particular one:
$\frac{\partial T}{\partial t} (x,t) = \frac{K}{c_\rho \rho}\frac{\partial^2 T}{\partial x^2} (x,t); x \in [0,L], t > 0$
given BCs:
$T(0,t) = T_0 + q \frac{2}{\sqrt\pi} \sqrt t; T(x,0) = T_0 ; \frac{\partial T}{\partial x}|_{(0,t)} = -\frac{q}{K}$
where $T_0, q, K, c_\rho,\rho$ are constants.
In this particular (real-life) case, x represents the width of the bar whose upper surface is heated due to friction. Firstly I am unsure if this equation is even solvable, as we have not imposed anything on the other end of the bar (as we simply dont know anything about it) (and instead imposed an additional Neumann condition on the known end). If it is, how can I go about solving it analytically (if this is feasible)?
EDIT
Apparently the equation above does not seem well-posed. If I remove the Neumann boundary condition for $(0,t)$ and instead specify that $T(L,t) = T_L = const$, will it be possible to introduce a function to render the BCs homogenous and hence use separation of variables?