I have been struggling with this problem for a while:
Let $V$ be the volume:
$$V=\{(x,y,z)| R_1^2\leq x^2+y^2+z^2\leq R_2^2\}$$
Such that $0<R_1 <R_2$.
We will define a new function $\phi(a,b,c)$, which is defined for every $(a,b,c)\notin V$: $$\phi(a,b,c)=\iiint_V\frac{1}{\sqrt{(x-a)^2+(y-b)^2+(z-c)^2}}dxdydz$$
Our task is to prove that $\phi(a,b,c)$ is constant inside the ball $B((0,0,0),R_1)$.
I tried to change the variables using spherical coordinates:
$$x=r\cos\varphi\sin\theta$$ $$y=r\sin\varphi\sin\theta$$ $$z=r\cos\theta$$ $$r\in[R_1,R_2], \theta \in[0,\pi] ,\varphi \in[0,2\pi]$$
And then solve the integral, proving it is constant when $r<R_1$, but the integral was a bit hard to solve. I assume there's an easier way - but I couldn't think of one.
Thanks!
P.S. - Yes, I noticed the Physics here - electric potential inside a ball! But unforunately this is not the course - I have to be rigorous.