Simply put, I want to calculate the integral: $$(2\pi t)^{-3/2}\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}\frac{e^{-\frac{(x-a)^2+(y-b)^2+(z-c)^2}{2t}}}{\sqrt{x^2+y^2+z^2}}dzdydx$$
This integral is used to calculate the expecation of Inverse Bessel Process starts from $(a,b,c)$, and when $(a,b,c)=(1,0,0)$ the calculation is shown in a paper about local martingales and filtration shrinkage.
The idea in the paper is to change of variable of polar coordinates, but the technique is useful when $b=c=0$, however for arbitrary $b$ and $c$, I try the same technique, which integrates over $z$ and $y$ first, and run into integral like
change of variable $$y=r\cos{\theta},z=r\sin{\theta}$$ $$\int_{0}^{2\pi}\int_{0}^{\infty}\frac{e^{-\frac{(r\cos{\theta}-b)^2+(r\sin{\theta}-c)^2}{2t}}}{\sqrt{x^2+r^2}}rdrd\theta$$
change of variable again $$\nu=\sqrt{x^2+r^2}$$ $$\int_{0}^{2\pi}\int_{0}^{\infty}e^{-\frac{\nu^2-x^2-2(b\cos{\theta}+c\sin{\theta})\sqrt{\nu^2-x^2}+b^2+c^2}{2t}}d\nu d\theta$$
Then I'm stuck here. I can't think of a change of variable that would further simplify this integral. Anybody can show me how to do the original integral? You can ignore my attempt and use a new method.
The change of variable $(x,y,z)\to(u+a,v+b,w+c)$ shows that this integral is $E_0[\|B_t-A\|^{-1}]$ where $A=(a,b,c)$ and the process $(B_t)$ is a standard 3-dimensional Brownian motion starting at the origin. The invariance of the distribution of $B_t$ by rotations around the origin shows that this depends only on $\|A\|=\sqrt{a^2+b^2+c^2}$, that is, $E_0[\|B_t-A\|^{-1}]=E_0[\|B_t-U\|^{-1}]$, where $U=(\|A\|,0,0)$. Since the value of $E_0[\|B_t-U\|^{-1}]$ is in the paper, you are done.