I'm sorry if this question is too easy. Since I'm a beginner in this field, I want a clear example for it. Here's the problem:
Use Fourier transforms to solve $$\frac{\partial u}{\partial t}=2\frac{\partial^2 u}{\partial x^2}, \qquad x>0,t>0$$ if $u(0,t) = 0$, $u(x,0)=e^{-x}$ and $u(x,t)$ is bounded.
I can solve the PDE of degree 1, and $\frac{\partial^2 u}{\partial x^2}$ seems too strange for me. And one more hard thing for me is that I don't know how to utilize the boundary conditions. So help me with this problem. Thanks
I will show you the way using the Laplace transform. Setting $s=j\omega$ will give you the Fourier transform.
$$\int_0^{\infty}\frac{\partial u}{\partial t}e^{-st}dt=2\int_{0}^{\infty}\frac{\partial^2 u}{\partial x^2}e^{-st}dt$$
$$ue^{-st}\biggl|_0^{\infty} +s\int_0^{\infty}ue^{-st}dt=2\frac{\partial^2 }{\partial x^2}\int_{0}^{\infty}ue^{-st}dt$$
This is an ODE if you plug in $u(x,t=0)=e^{-x}$.