I am trying to solve a partial differential equation but I am confused on one part.
The Setup:
$u_t = u_{xx}$ on 0 < x < 1, t > 0. BCs: $u_x(1,t) = u(1,t)$ & $u_x(0,t) = 0$.
I run into issues when I perform separation of variables.
For the case $\lambda = 0$ I get a trivial solution.
For the case $\lambda > 0$, I let $\eta = \lambda^2$ and using the BCs get $\eta = -cot(\eta)$.
For the case $\lambda < 0$, I let $\eta = -\lambda^2$ and using the BCs get $\eta = coth(\eta)$.
I have looked at the graphs for both of these cases and I don't understand how I am supposed to decide the value of $\lambda$. Usually the problems have something that indicates a non-trivial solution is only possible for one case. Looking at the graphs of each case I don't see how one of the two indicates a trivial solution.
Usually we find a set of $\lambda$ values so I think that the periodic nature of cot($\eta$) would be the non-trivial case. However, this problem makes me question whether or not I understand what the cases are supposed to tell me about the original PDE.