2

While studying the book Vorticity and Incompressible Flow by A. Majda and A. Bertozzi I came across the following Biot-Savart theorem in 3D: The solution to: div v=0 curl(v)=ω is v=K(xy)ω(y,t)dy where K(x)ω=14πx×ω|x|3

I tried to prove it using Fourier transform but I came across the following function for which I couldn't find the Inverse Fourier Transform: h1h21+h22+h23 To my knowledge, there is no way to find the transform as this function is not in L2. After doing some research I found some hints that solving this set of equations by combining distributions and fourier transform is possible. The problem is that the math behind it is still pretty complicated and the calculations for this must've been done somewhere. So the question - does anyone know where can I find how this is calculated or alternatively - how to calculate the inverse transform?

Max
  • 489

2 Answers2

4

You can reduce your computation to the standard newtonian potential as follows (I denote by ξi the dual coordinates and use the convention for the Fourier transform without the π normalisation) ^xir3=^1r2rxi=^xi(1r)=iξi^1r

Now 1/r is the Newtonian potential and the fundamental solution of the Laplacian in R3, which implies, in the sense of distribution Δ(1r)=4πδ0 Thus, taking the Fourier transform, |ξ|2^1r=^Δ(1r)=4π^δ0=4π A good reference is the book by Laurent Schwartz, "mathematics for the physical sciences". See also this post.

coudy
  • 18,537
  • 5
  • 74
  • 134
2

no distributions are needed to invert this Fourier transform:

(2π)3dkxdkydkzeikrk|k|2=(2π)3irdkxdkydkzeikr|k|2=(2π)3ir0k2dk2π0dϕπ0sinθdθeikrcosθk2=2(2π)2ir|r|10dqsinqq(withq=kr)=i4πr|r|1=i4πr|r|3 so the inverse Fourier transform of 4πik|k|2 equals r|r|3.


UPDATE AUGUST 2015

The OP asks how the similar calculation would proceed in two spatial dimensions. Here it goes (with a formal interchange of integration and differentiation):

(2π)2dkxdkyeikrk|k|2=(2π)2irdkxdkyeikr|k|2=(2π)2ir0kdk2π0dϕeikrcosϕk2=(2π)1ir|r|0k1dkddrJ0(kr)=(2π)1ir|r|0dkJ1(kr)=i2πr|r|2

Carlo Beenakker
  • 177,695
  • I don't exactly understand the calculations - from what I see you use a double integral (instead of a triple). Also did u denote k=[k1, k2, k3]? – Max May 09 '15 at 13:45
  • I expanded the notation; the third integral is over ϕ (in spherical coordinates), which just contributes 2π; and yes, k=(kx,ky,kz) is a vector with magnitude k=|k|; so this Fourier transform gives all three components, in your posting you wrote the first component – Carlo Beenakker May 09 '15 at 14:07
  • 7
    While it is technically true that no distributions were used in the above calculation, the integrands here are not all absolutely integrable, so that Fubini's theorem, differentiation under the integral sign, change of variables, and the classical theory of the Fourier transform are not strictly applicable. This can be resolved using a distributional interpretation of all the integrals here, but one can also use other techniques (e.g. use of gaussians or other cutoff functions) to justify why this particular arrangement of integrals deserves to be called a Fourier transform. – Terry Tao May 09 '15 at 19:19
  • In case of reversing the same integral in two dimensions similar trick cannot be applied (the integral diverges) - is there any other similar one that I might apply? – Max Aug 17 '15 at 01:16
  • @Max --- I've added the 2D case. – Carlo Beenakker Aug 17 '15 at 08:44