Fourier transform of partial differential equation

partial differential equations

How would I find the Fourier Transform of the pde
$$
u_t = u_{xx} + \alpha\cdot u_x,\quad\alpha > 0\,?
$$

I know the definition of the Fourier transform, but I'm not sure how to use it in the context of partial differential equations.

Best Answer

If $f : \mathbb R\to\mathbb C$ is a "nice" function (i.e. $f\in H^1$ or $f\in C^1$ with $f(\pm\infty) = 0$) the Fourier transform of its derivative is by partial integration $$ \widehat{f'}(\omega) = \int f'(x)e^{-2\pi ix\omega}\,dx = 2\pi i\omega\int f(x)e^{-2\pi ix\omega}\,dx = 2\pi i\omega\cdot\hat f(\omega). $$ So if $U(\omega,t)$ denotes the Fourier transform of $u(x,t)$ with respect to $x$, applying the Fourier transform with respect to $x$ to $u_t = u_{xx} + \alpha u_x$ gives $$ U_t = -4\pi^2\omega^2 U + 2\pi i\omega\alpha U = (-2\pi + i\alpha\omega)2\pi U. $$