I am given a function $f:\mathbb{R}^3\rightarrow\mathbb{R}:f(x)=\frac{1}{||x||}$, and I am not really sure that the norm must be Euclidian (anyway it wasn't mentioned in the task), and I have to prove that $\Delta f = 0$ (Laplace operator: $\Delta f(x_1,..,x_n) = \sum_{i=1}^n \frac{\partial^2f}{\partial x_i ^2}$). But even if I assume that the norm is Euclidian, I still don't get the right result:
$$\frac{\partial ^2f}{\partial x_i^2} = -\frac{x_i^2}{(x_1^2+x_2^2+x_3^2)^{\frac{3}{2}}} + \frac{1}{(x_1^2+x_2^2+x_3^2)^{\frac{1}{2}}}$$
So:
$$\Delta f = \frac{2}{(x_1^2+x_2^2+x_3^2)^{\frac{1}{2}}}$$
So something is wrong in my calculations. Could you help me?
Thanks in advance!