How does one compute the Laplacian of
$$\dfrac{(\mathbf \mu \cdot \mathbf r)}{r^3} \;\; \text{where} \;\; r = \Vert \mathbf r \Vert?$$
I am aware that the Laplacian is defined to be $\Delta f=\sum_i \partial_i^2f$ but am a little confused about this computationally in this case.
I have got as far as saying $\partial_i^2[1/r^3(\mu_1r_1+\mu_2r_2+...+\mu_nr_n)]$, but don't know how to compute this.
If you have two functions $f$ and $g$, then $\Delta(fg)=f\Delta g+g\Delta f+2\nabla f\cdot\nabla g$. Now we obviously want to choose $f(x)=|x|^{-3}$ and $g(x)=\mu\cdot x$. Recall that $\nabla |x|^\alpha=\alpha|x|^{\alpha-2}x$; to remember this rule, remember that the gradient is a vector and the formula should hold true in dimension one. These choices give \begin{eqnarray} \nabla g(x)&=&\mu\\ \Delta g(x)&=&0\\ \nabla f(x)&=&-3|x|^{-5}x\\ \Delta f(x)&=&-3(\nabla|x|^{-5})\cdot x-3|x|^{-5}\text{div(x)} \\&&\quad=15|x|^{-5}-3n|x|^{-5} \\&&\quad=(15-3n)|x|^{-5}, \end{eqnarray} whence \begin{eqnarray} \Delta(fg) &=& f\Delta g+g\Delta f+2\nabla f\cdot\nabla g \\&=& |x|^{-3}0+(\mu\cdot x)(15-3n)|x|^{-5}-6|x|^{-5}x\cdot\mu \\&=& (9-3n)|x|^{-5}\mu\cdot x. \end{eqnarray}