How to derive the spherical coordinate form for Laplacian

kakarotyjn
Messages
95
Reaction score
0

Homework Statement



\Delta f = \frac{1}{{r^2 }}\frac{\partial }{{\partial r}}\left( {r^2 \frac{{\partial f}}{{\partial r}}} \right) + \frac{1}{{r^2 \sin \phi }}\frac{\partial }{{\partial \phi }}\left( {\sin \phi \frac{{\partial f}}{{\partial \phi }}} \right) + \frac{1}{{r^2 \sin ^2 \phi }}\frac{{\partial ^2 f}}{{\partial \theta ^2 }}



Homework Equations




\nabla ^2 = \frac{{\partial ^2 }}{{\partial x^2 }} + \frac{{\partial ^2 }}{{\partial y^2 }} + \frac{{\partial ^2 }}{{\partial y^2 }}

The Attempt at a Solution

 
Physics news on Phys.org
What have you attempted so far?
 
I have just attmpted to write the coordinate change:x=r sin(\theta)cos(\phi) y=rsin(\theta)sin(\phi) z=rcos(\theta)

I don't know what to do next.
 
Just use the chain rule, repeatedly. Nothing very deep but labor intensive and tedious!

\frac{\partial f}{\partial x}= \frac{\partial f}{\partial r}\frac{\partial r}{\partial x}+ \frac{\partial f}{\partial \theta}\frac{\partial \theta}{\partial x}+ \frac{\partial f}{\partial \phi}\frac{\partial \phi}{\partial x}

You will need the coordinate equations, "the other way around":
r= (x^2+ y^2+ z^2)^{1/2}
\phi= arctan(\frac{y}{x})
\theta= arctan(\frac{\sqrt{x^2+ y^2}}{z}
and you will want to write the derivatives in terms of the polar coordinates:
\frac{d\phi}{dx}= \frac{1}{1+ \frac{y^2}{x^2}}\left(-\frac{y}{x^2}\right)
and, multiplying numerator and denominator by x^2,
= \frac{-y}{x^2+ y^2}= -\frac{r sin(\phi)}{r^2 sin^2(\theta)}= -\frac{sin(\phi)}{r sin^2(\theta)}.

If you haven't done it already, I recommend doing polar or cylindrical coordinates first to get the idea.
 
HallsofIvy said:
Just use the chain rule, repeatedly. Nothing very deep but labor intensive and tedious!

\frac{\partial f}{\partial x}= \frac{\partial f}{\partial r}\frac{\partial r}{\partial x}+ \frac{\partial f}{\partial \theta}\frac{\partial \theta}{\partial x}+ \frac{\partial f}{\partial \phi}\frac{\partial \phi}{\partial x}

You will need the coordinate equations, "the other way around":
r= (x^2+ y^2+ z^2)^{1/2}
\phi= arctan(\frac{y}{x})
\theta= arctan(\frac{\sqrt{x^2+ y^2}}{z}
and you will want to write the derivatives in terms of the polar coordinates:
\frac{d\phi}{dx}= \frac{1}{1+ \frac{y^2}{x^2}}\left(-\frac{y}{x^2}\right)
and, multiplying numerator and denominator by x^2,
= \frac{-y}{x^2+ y^2}= -\frac{r sin(\phi)}{r^2 sin^2(\theta)}= -\frac{sin(\phi)}{r sin^2(\theta)}.

If you haven't done it already, I recommend doing polar or cylindrical coordinates first to get the idea.

Thank you very much,I see
 
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