In my course on electromagnetic field theory we use the Fourier transform to simplify Maxwell's equations, for example:
$$\frac{\partial ^2\vec E(\vec r,t)}{\partial t^2} \rightleftharpoons -\omega^2\mathcal{F}_t\vec E(\vec r,\omega)$$
I haven't officially studied multidimensional fourier transforms but I've been exposed to them through MIT's set of courses "The fourier transform and its applications" (Brad Osgood). I tried transforming things like the Laplacian of a function and this is what I got:
Start by considering the $\mathbb{R}^3$ FT of the second x-derivative of some nice function f and manupulate the integral to be in terms of the one dimensional FT with respect to x: $$\mathcal{F}_{xyz}\{\frac{\partial ^2f(\vec r)}{\partial x^2}\}=\int\limits_{\mathbb{R}^3}e^{j\vec\xi\cdot\vec r}\frac{\partial ^2f(\vec r)}{\partial x^2}dxdydz=\int\limits_{\mathbb{R}^2}e^{j(\xi_2y+\xi_3z)}\mathcal{F}_x\{\frac{\partial ^2f(\vec r)}{\partial x^2}\}dydz$$ and so, using a well known identity for the FT of a derrivative: $$ \mathcal{F}_{xyz}\{\frac{\partial ^2f(\vec r)}{\partial x^2}\}= \int\limits_{\mathbb{R}^2}e^{j(\xi_2y+\xi_3z)}(j\xi_1)^2\mathcal{F}_x\{f\}dydz=-\xi_1^2\mathcal{F}_{xyz}\{f\}$$ and since that is the case we can conclude that: $$\mathcal{F}_{xyz}\{\Delta f\}= -(\xi_1^2+\xi_2^2+\xi_3^2)\mathcal{F}_{xyz}f= -\|\vec\xi \|^2\mathcal{F}_{xyz} f $$
The reason I have for doubting this is that if I use this to transform the homogeneous wave equation for the electric field: $$ \Delta \vec E-\mu\epsilon\frac{\partial ^2\vec E}{\partial t^2}=0$$ I get: $$-( \|\vec\xi \|^2-\omega^2\mu\epsilon)\mathcal{F}\vec E=0 \Rightarrow \mathcal{F}\vec E=0$$ This seems to say that $\vec E$ is equal to zero for all points in space and time (which is definitely false). So either I've got my multidimensional FT wrong (maybe a $\mathcal{F}f=0$ does not imply $f=0$ like in the one dimensional case?) or I've got my electromagnetics wrong in which case this isn't the right forum.
Anyway, I'm interested to hear anything you have to say on the subject, I've had a hard time finding anything relating the Fourier transform and vector calculus so any pointers on where to look is appreciated as well.
You arrive at the equation
$$-( \|\vec\xi \|^2-\omega^2\mu\epsilon)\mathcal{F}\vec E=0$$
The solutions to this equation are $\vec E=0$ (trivial solution) or alternately:
$$ \|\vec\xi \|^2-\omega^2\mu\epsilon=0$$
If you rearrange it and rewrite it in terms $\mu\epsilon=1/c^2$ you get the solution
$$\frac{\omega}{\|\vec\xi \|}=c$$
which should be familiar (quite well known in physics). I'm not extremely knowledgeable with multidimensional fourier transforms, but it suggests you're doing it right if you've derived this equation.