Statement of the Problem
We consider the equation:
$ \partial_t u + (- \Delta)^{1/2}u = 0 $
for $ u : \mathbb{R}^2 \rightarrow \mathbb{R} $.
I would like to find a non-trivial solution to this equation, using the Fourier Transform.
I believe I have used the right methods to find the answer, but think there must be a mistake. I would love for someone to check my results for me.
My Attempt
We first take the FT of the equation with respect to the space variable $x$:
$ \partial_t \hat{u} + |\xi| \hat{u} = 0 $.
The solution to this equation is obviously $ \hat{u}(t,\xi) = e^{-t |\xi|} $.
Then the solution $u$ to our original equation is:
$ u(t,x) = \mathcal{F}[e^{-t |\xi|}](x) $
$ = \int_{\mathbb{R}^2} e^{-t |\xi|} e^{2 \pi i x \cdot \xi} \text{d}\xi $.
We note that this equation is radially symmetric with respect to $x$. That is,
$ \mathcal{F}[e^{-t |\xi|}](O_2 x) = \mathcal{F}[e^{-t |\xi|}](x) $, where $O_2$ is a rotation in 2 dimensions.
Then we can write:
$ \mathcal{F}[e^{-t |\xi|}](x) = \mathcal{F}[e^{-t |\xi|}](|x|) = \int_{\mathbb{R}^2} e^{-t |\xi|} e^{2 \pi i |x| |\xi|} \text{d}\xi $, which we then rewrite in polar coordinates as:
$ \int_{0}^{2 \pi} \int^{\infty}_{0} e^{-t \rho} e^{2 \pi i |x| \rho} \rho \ \text{d}\rho \text{d}\theta = 2 \pi \int^{\infty}_{0} e^{-t \rho} e^{2 \pi i |x| \rho} \rho \ \text{d}\rho $
$ = 2 \pi \large ( \frac{-(4 \pi^2 x^2 - t^2)}{16 \pi^{16} x^4 + 8 \pi^2 t^2 x^2 + t^4 } + \frac{4 \pi i t |x|}{16 \pi^4 x^4 + 8 \pi^2 t^2 x^2 + t^4} ) $.
This last value was calculated by splitting $ e^{2 \pi i |x| \rho} = \cos(2 \pi i |x| \rho) + i \sin(2 \pi i |x| \rho) $, and then plugging the functions into an integral calculator.
The reason why I suspect that this answer is wrong is that it is a complex number. I have seen here that, since the function $e^{-t|\xi|}$ is real and even with respect to $\xi$, the FT should be real as well. Does this not also apply to the inverse FT?
Have I made a mistake somewhere? Please let me know. Thank you.
Here's a solution 'by hand', copied from my handwritten class notes. Oddly, the radial symmetry isn't used. We first use a tiny bit of complex analysis and the magic of Fubini's theorem to arrive at the following lemma:
I used the following two properties of the inverse Fourier transform, which I state for $n$ dimensions (which depends on your convention)- \begin{align} \mathcal F^{-1}(e^{-\pi |x|^2}) (\xi) = e^{-\pi |\xi|^2}\\ \mathcal F^{-1}(f(\lambda x))(\xi) = \frac1{\lambda^{n}} (\mathcal F^{-1}f)\left(\frac\xi\lambda\right) \end{align} Now lets compute the inverse Fourier transform of $e^{-2\pi |\xi|}$ (I think you actually want this factor of $2\pi$), in dimension $n$: \begin{align} \int_{\mathbb R^n} \color{blue}{e^{-2\pi |\xi|} }e^{2\pi i x \xi} d\xi &= \frac1{\sqrt\pi}\int_{\mathbb R^n} \color{blue}{\int_0^\infty \frac{e^{-u}}{\sqrt{u}} e^{-4\pi^2|\xi|^{2} / 4 u} d u } e^{2\pi i x \xi} d\xi \\ &\overset{Fubini}= \frac1{\sqrt\pi} \int_0^\infty e^{-u}{\sqrt u} \int_{\mathbb R^n} e^{-\pi ^2 |\xi|^2/u} e^{2\pi i x\xi} d\xi du \\ &\overset{\substack{\text{FT of}\\ \text{Gaussian}}}= \frac1{\sqrt\pi} \int_0^\infty \frac{e^{-u}}{\sqrt u} \frac{u^{n/2}}{\pi^{n/2}} e^{-u |x|^2} du \\ &\overset{v = (1+|x|^2)u}= \frac1{\pi^{\frac{n+1}2}}\int_0^\infty v^{\frac{n-1}2} e^{-v} dv \frac1{(1+|x|^2)^{\frac{n-1}2}} \frac1{1+|x|^2} \\ &= \frac{\Gamma\left({\frac{n+1}2}\right)}{\pi^{\frac{n+1}2}}\frac1{(1+|x|^2)^{\frac{n+1}2}} \end{align} Having solved the problem for $t=1$, we now note that \begin{align} \mathcal F^{-1}(e^{-2\pi t|\xi|})(x) &= \int_{\mathbb R^n} e^{-2\pi t|\xi|} e^{2\pi i x \xi} d\xi \\ &\overset{\eta = t\xi}= \int_{\mathbb R^n} e^{-2\pi |\eta|} e^{2\pi i (x/t) \eta} d\eta t^{-n} \\ &= \frac1{t^n}\mathcal F^{-1}(e^{-2\pi|\xi|})(x/t) \\ &=\frac{\Gamma\left({\frac{n+1}2}\right) t}{\pi^{\frac{n+1}2}(t^2+|x|^2)^{\frac{n+1}2}} \end{align} For $n=2$ we have $\Gamma(3/2)=\frac{\sqrt\pi}2$, so
$$ \mathcal F^{-1}(e^{-2\pi t|\xi|})(x) = \frac{t}{2\pi (t^2+|x|^2)^{3/2}}$$ If you want $ \mathcal F^{-1}(e^{-t|\xi|})(x)$ instead here it is for reference- we simply sub in $t=T/2\pi$, $$ \mathcal F^{-1}(e^{- T|\xi|})(x) =\frac{T}{(2\pi)^2(\frac{T^2}{(2\pi)^2}+|x|^2)^{3/2}} = \frac{T}{(2\pi)^{2-3}(T^2+|2\pi x|^2)^{3/2}} = \frac{2\pi T}{(T^2+|2\pi x|^2)^{3/2}} $$ and I seem to have discovered that one of us is off by a factor of 2...