solve the following heat problem using Finite Fourier Coseine Transform(FFCT): A metal bar of length $L$, is at constant temperature of $U0$, at $t=0$ the end $x=L$ is suddenly given the constant temperature of $U_1$ and the end $x=0$ is insulated. Assuming that the surface of the bar is insulated, find the temperature at any point $x$ of the bar at any time $t>0$ , assume $k=1$
Equations used: 1. Heat equation: $$ \frac {\partial^2 u} {\partial x^2} = \frac 1 k \frac {\partial u} {\partial t} $$ 2. the following FFCT Equations ( as in the attached pic): FFCT Equations
My attempt at solutions goes like this: $$ \frac {\partial^2 u} {\partial x^2} = \frac 1 k \frac {\partial u} {\partial t} $$ $$ \mathcal{F}_{fc} \left[ \frac {\partial u} {\partial t} \right] = \mathcal{F}_{fc} \frac {\partial^2 u} {\partial x^2} $$ $$ \frac {dU} {dt} = {-\left( \frac {{n} {\pi}} L \right)}ˆ{2} * F(x,t) + \left( {-1} \right)ˆn \frac {\partial{f(L,t)}} {\partial x} - \frac {\partial{f(0,t)}} {\partial x} $$ $$ \frac {dU} {dt} = - \left( \frac {{n} {\pi}} L \right)ˆ(2) * F(x,t) + \left( {-1} \right)ˆn \frac {\partial{f(L,t)}} {\partial x} $$
and i don't know how to continue, can you provide the rest of the solution in details please, regards.