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. (:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top