I need to prove that $$I = \int^{\infty}_{-\infty}u(x,y) \,dy$$ is independent of $x$ and find its value, where $$u(x,y) = \frac{1}{2\pi}\exp\left(+x^2/2-y^2/2\right)K_0\left(\sqrt{(x-y)^2+(-x^2/2+y^2/2)^2}\right)$$
and $K_0$ is the modified Bessel function of the second kind with order zero. Evaluating the integral numerically with Mathematica for different values of $x$ gives the result of $2.38$, but I want to know if it is possible to show analytically.
Increasing $x$ results in an increase of the exponential term on the left, but it also then strongly increases the argument of modified Bessel function, thus reducing its value.
To show that integral is independant of $x$, it is sufficient to show that $\int^{\infty}_{-\infty}\frac{\, d}{\, dx}u(x,y) = 0$ but any differentiation looks more and more ugly.
EDIT Mathematica test:
x = 100
NIntegrate[
(1/(2 Pi))* Exp[x*x/2 - y*y/2] BesselK[0,
Sqrt[(x - y)*(x - y) + (x*x/2 - y*y/2)*(x*x/2 -
y*y/2 )]], {y, -Infinity, x, Infinity}, MaxRecursion -> 22]
This gives an answer of $0.378936$ independent of the choice of $x$. In the earlier calculation I missed the factor $\frac{1}{2\pi}$.
Are you sure that there is no typo in your equation ?
With : \begin{eqnarray} u(x,y) = \frac{1}{2\pi}\exp\left(+x^2/2-y^2/2\right)K_0\left(\sqrt{(x-y)^2+(-x^2/2+y^2/2)^2}\right) \end{eqnarray}
I do not find $I=\int^{\infty}_{-\infty}u(x,y) \,d y \simeq 2.38$ and $I(x)$ is not constant.
For example : Case $x=0$ :
$$u(0,y) = \frac{1}{2\pi}\exp\left(-y^2/2\right)K_0\left(\sqrt{(-y)^2+(y^2/2)^2}\right)$$ $$I = \int^{\infty}_{-\infty}u(0,y) \,d y \simeq 0.64965$$ Note : this numerical result is not valid because some precautions where not taken at that time. More recent numerical results confirmes the value $0.378936$ given by chatur.
In the radical, are the powers not on the same order ?
Note :
The numerical computation is hazarduous because $K_0(0)=\infty$.
The integral is not convergent in the usual sens. But it can be convergent if we consider the Cauchy principal value.
During numerical computation, $y$ varies from a low value $<x$ to an high value $>x$. Proceeding by steps, it can happend that $y$ comes very close to $x$ and the argument of $K_0$ be very close to $0$. In that case, the numerical calculus involves transitorily some differences between very big numbers.
All depends how the sofware detect the singular point and how he manage to treat it as a Cauchy principal value integration. I do not know how Mathematica proceed. Presently, I cannot say if the numerical values obtained are significant or not. If it was poved that the results from Mathematica are correct, I would take my hat off !
NOTE 2 :
As pointed out by GEdgard, the singularity at $x=y$ i.e. at $K_0(0)$ is logarithmic. So, there is no major difficulty for numerical computation, in so far some precautions are taken. I made a few numerical tests on this point.
What is more, for several values of $x$ , I computed the derivative $\frac{dI}{dx}$, which is the integral of $\frac{du}{dx}$ . The results are very close to $0$.
This draw to think that the chatur's conjecture $I(x)=$constant might be exact. Of course, this is note a prove.