NOTE: This is a homework problem. Please do not solve.
I was given a problem that asked me to find a function of the form $u_n(x,t)=\chi_n(x) \cdot T_n(t) $ that solves the heat equation with the following conditions:
$u_t = u_{xx}\\ u(0,t)=0\\ u_x(1,t)=0$
That is all of the information, but I am unsure how to solve such a problem without an initial heat distribution.
I considered using the final condition, but all that tells me is that $u(1,t) = f(t)$ for some function $f(t)$, not what that $f(t)$ could be.
Is a solution even possible based on this information?