Vector Calculus - Laplacian on Scalar Field

Insolite
Messages
7
Reaction score
0
A scalar field \psi is dependent only on the distance r = \sqrt{x^{2} + y^{2} + z^{2}} from the origin.

Show:

\partial_{x}^{2}\psi = \left(\frac{1}{r} - \frac{x^{2}}{r^{3}}\right)\frac{d\psi}{dr} + \frac{x^{2}}{r^{2}}\frac{d^{2}\psi}{dr^{2}}

I've used the chain and product rules so far, but I'm unsure how to approach the problem to move onwards from this point. My working is as follows:

\frac{\partial\psi}{\partial x} = \frac{\partial r}{\partial x}\frac{d\psi}{dr} where the identity \frac{\partial r}{\partial x} = \frac{x}{r} is given.
\frac{\partial\psi}{\partial x} = \frac{x}{r}\frac{d\psi}{dr} (1)
\frac{\partial^{2}\psi}{\partial^{2}x} = \frac{\partial}{\partial x}\left(\frac{x}{r}\frac{d\psi}{dr}\right)
= \left(\frac{\partial}{\partial x}\frac{x}{r}\right)\left(\frac{d\psi}{dr}\right) + \left(\frac{\partial}{\partial x}\frac{d\psi}{dr}\right)\left(\frac{x}{r}\right)

At this point, I can solve the left term to give me:
-\frac{x^{2}}{r^{3}}\frac{d\psi}{dr}

But I don't know how to properly manipulate the second term. I've tried re-arranging and substituting in (1), but this didn't work out. Any hints on how to proceed would be greatly appreciated.

Thanks.
 
Physics news on Phys.org
Insolite said:
A scalar field \psi is dependent only on the distance r = \sqrt{x^{2} + y^{2} + z^{2}} from the origin.

Show:

\partial_{x}^{2}\psi = \left(\frac{1}{r} - \frac{x^{2}}{r^{3}}\right)\frac{d\psi}{dr} + \frac{x^{2}}{r^{2}}\frac{d^{2}\psi}{dr^{2}}

I've used the chain and product rules so far, but I'm unsure how to approach the problem to move onwards from this point. My working is as follows:

\frac{\partial\psi}{\partial x} = \frac{\partial r}{\partial x}\frac{d\psi}{dr} where the identity \frac{\partial r}{\partial x} = \frac{x}{r} is given.
\frac{\partial\psi}{\partial x} = \frac{x}{r}\frac{d\psi}{dr} (1)

Good so far.

\frac{\partial^{2}\psi}{\partial^{2}x} = \frac{\partial}{\partial x}\left(\frac{x}{r}\frac{d\psi}{dr}\right)
= \left(\frac{\partial}{\partial x}\frac{x}{r}\right)\left(\frac{d\psi}{dr}\right) + \left(\frac{\partial}{\partial x}\frac{d\psi}{dr}\right)\left(\frac{x}{r}\right)

You might find it easier to write it as ##\frac \partial {\partial x} (x\cdot \frac{\psi'(r} r)##. Now you have a product rule and when you calculate ##\frac \partial {\partial x}## of the second term (quotient rule), just use the chain rule like you did in the beginning.
 
Aah, thanks a lot for your help, I've got it now. (:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top