0

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!

nakajuice
  • 2,549

1 Answers1

1

Do you get the same results? If no, try to repeat your calculations once more.

$$\frac{\partial ^2}{\partial x_i^2}\frac{1}{(x_1^2+x_2^2+x_3^2)^{1/2}} = \frac{2x_i^2-x_j^2-x_k^2}{(x_1^2+x_2^2+x_3^2)^{5/2}} $$

After getting all three expressions like this, you will be able to see that sum of numerators is equal to zero.

Pedro
  • 122,002
tkroman
  • 450