Solve $\Delta^2 u = f$ by Fourier Transforms

213 Views Asked by At

I want to solve the partial differential equation $\Delta^2 u = f$, with $u,f:\mathbb{R}^n \to \mathbb{R}$ for some $n\geq 3$, and assume that $f$ has compact support. I want to solve this using a Fourier transform, because this is also useful to solve the equation $\Delta u = f$. Taking the Fourier transforms twice with respect to $x_i$, for all $i=1,\ldots, n$, we get the equation $\hat{u}(\omega) = \frac{\hat{f}(\omega)}{|\omega|^4}$, where $\hat{u}$ and $\hat{f}$ are the Fourier transforms of respectively $u$ and $f$. By writing this as $\hat{u}(\omega) = \frac{\left(\frac{\hat{f}(\omega)}{|\omega|^2}\right)}{|\omega|^2}$, I am able to find an expression for $u$ as two nested convolution integrals. Is is also possible to express $u$ as as single convolution integral, or is this double integral inherent to the equation $\Delta^2u = f$?