I'm going through past exams for study and I've come across a question I can never seem to solve. Question: Given r = (x,y,z) and $r = \sqrt{x^2 + y^2 +z^2}$. Find $\nabla^2{\cosh(r)}$
I gave it a go and attempted to solve it directly, but the method was very tedious, and in an exam format would take too long. I know there is a way to solve using vector identities (nabla identities), but I'm not sure where to start.
Any help would be appreciated.
Thanks
$r = \sqrt{\mathbf{r} \cdot \mathbf{r}}$, so by the chain rule, $$ \nabla \cosh{r} = (\nabla r) \frac{\partial}{\partial r} \cosh{r} = (\nabla r) \sinh{r}, $$ and then $$ \nabla^2 \cosh{r} = \nabla \cdot \left( (\nabla r) \sinh{r} \right) = \lvert \nabla r \rvert^2 \cosh{r} + (\nabla^2 r)\sinh{r}. $$ Now, $$ \nabla r = \nabla \sqrt{\mathbf{r} \cdot \mathbf{r}} = \frac{\mathbf{r}}{(\mathbf{r} \cdot \mathbf{r})^{3/2}} $$ and then $$ \nabla \cdot \frac{\mathbf{r}}{(\mathbf{r} \cdot \mathbf{r})^{3/2}} = \frac{3}{r^{3/2}} - \frac{3 \mathbf{r} \cdot \mathbf{r} }{r^{5/2}}=0, $$ so we find $$ \nabla \cosh{r} = \frac{1}{r^2}\cosh{r}. $$ (Of course, the easiest way to do this is to use the Laplacian in spherical coordinates, $ \nabla^2 f = r^{-2}\partial_r r^2\partial_r f + \dotsb $.)