Hey! :o
I have to solve the following initial and boundary value problem:
$$u_t=u_{xx}, 0<x<L, t>0 (1)$$
$$u(0,t)=u_x(L,t)=0, t>0$$
$$u(x,0)=x, 0<x<L$$
I did the following:
Using the method separation of variables, the solution is of the form: $u(x,t)=X(x)T(t)$
Replacing this at $(1)$, we...