$$\iiint \frac{1}{\sqrt{x^2+y^2+(z-2)^2}}$$
for $x^2+y^2+z^2 = 1$
I've used spherical coordinates, like this: $x=\rho sin\phi cos\theta$; $y=\rho sin\phi sin\theta$; $z=\rho cos\phi$ and $J=\rho^2 sin\phi$
$$\rho^2 sin^2\phi cos^2\theta + \rho^2 sin^2\phi sin^2\theta +\rho^2 cos^2\phi = 1$$ $$\rho^2 sin^2\phi + \rho^2 cos^2\phi = 1$$ $$\rho^2 = 1$$ $$\rho = 1$$
and when i put coordinates in my initial integral and simplify it, i get this:
$$\int_0^{2\pi}\int_0^\pi\int_0^1\frac{1}{\sqrt{\rho^2-4\rho cos\phi +4}}\rho^2sin\phi d\theta d\phi d\rho$$
and i can not move from there. Please, help.
$$\begin{align}&\int_0^{2\pi}\int_0^{\pi}\int_0^1\frac1{\sqrt{\rho^2-4\rho\cos\phi+4}}\rho^2d\rho\sin\phi\,d\phi\,d\theta\\ &=2\pi\int_0^{\pi}\int_0^1\frac1{\sqrt{\rho^2-4\rho\cos\phi+4}}\rho^2d\rho\sin\phi\,d\phi\\ &=2\pi\int_0^1\left[\frac12\sqrt{\rho^2-4\rho\cos\phi+4}\right]_0^{\pi}\rho\,d\rho\\ &=\pi\int_0^1\left[|\rho+2|-|\rho-2|\right]\rho\,d\rho\\ &=\pi\int_0^12\rho^2d\rho=\frac{2\pi}3\end{align}$$