Laplace Operator in Polar Coordinates

dav2008
Gold Member
Messages
588
Reaction score
1

Homework Statement


Compute \nabla \cdot \nabla f in polar coordinates.

Homework Equations


db4e1fa66f359268e79f4b523590bf77.png


The Attempt at a Solution


It seems like a straightforward dot product yields
\nabla \cdot \nabla f = {\partial^2 f \over \partial \rho^2} <br /> + {1 \over \rho^2} {\partial^2 f \over \partial \theta^2}<br /> + {\partial^2 f \over \partial z^2 }
since the 3 basis vectors are mutually orthogonal.

This is obviously not the correct expression, which should be:
{1 \over \rho} {\partial \over \partial \rho}<br /> \left( \rho {\partial f \over \partial \rho} \right) <br /> + {1 \over \rho^2} {\partial^2 f \over \partial \theta^2}<br /> + {\partial^2 f \over \partial z^2

Where is that first term coming from?

It seems like I'm ignoring something simple when calculating the dot product. What am I failing to take into account?
 
Physics news on Phys.org
It comes from the fact that the divergence of a vector \vec{v} in cylindrical coordinates is

\vec{\nabla} \cdot \vec{v}=\frac{1}{\rho} \frac{\partial}{\partial \rho} (\rho v_{\rho})+\frac{1}{\rho} \frac{\partial v_{\theta}}{\partial \theta}+ \frac{\partial v_{z}}{\partial z}

not just

\vec{\nabla} \cdot \vec{v}= \frac{\partial v_{\rho}}{\partial \rho}+\frac{1}{\rho} \frac{\partial v_{\theta}}{\partial \theta}+ \frac{\partial v_{z}}{\partial z}
 
ok, but why is it incorrect to compute the dot product:

\left(\frac{\partial }{\partial \rho}\mathbf{e}_\rho+<br /> \frac{1}{\rho}\frac{\partial }{\partial \theta}\mathbf{e}_\theta+<br /> \frac{\partial }{\partial z}\mathbf{e}_z\right) \bullet \left( <br /> \frac{\partial }{\partial \rho}\mathbf{e}_\rho+<br /> \frac{1}{\rho}\frac{\partial }{\partial \theta}\mathbf{e}_\theta+<br /> \frac{\partial }{\partial z}\mathbf{e}_z\right)

as

{\partial^2 \over \partial \rho^2} <br /> + {1 \over \rho^2} {\partial^2 \over \partial \theta^2}<br /> + {\partial^2 \over \partial z^2 }

What assumptions in taking the dot product are incorrect?

Edit: I guess I'll just write it in terms of the Cartesian base vectors and work it out that way. I see now that the dot products of the unit vectors don't work out to just be 1 or 0.
 
Hmm I wrote er and eθ in terms of the cartesian base vectors, did the dot product, and it still comes out the same way...which I guess is expected.
 
You need to remember to differentiate the unit vectors also. For example,

\frac{\partial}{\partial \rho} \hat e_{\rho} \cdot \frac{\partial}{\partial \rho} \hat e_{\rho} = \frac{\partial^2}{\partial \rho^2} \hat e_{\rho} + \frac{\partial}{\partial \rho} \frac{\partial \hat e_{\rho}}{\partial \rho}

It just so happens that

\frac{\partial \hat e_{\rho}}{\partial \rho} = 0

so this particular term does not contribute. However, the \theta term will give you

\frac{\partial \hat e_{\theta}}{\partial \theta}

which is nonzero; this should give you your missing term (you will have to collect terms and undo a product rule to get the exact form needed).
 
Ahh there it is. Thanks.

Edit: Do you mean <br /> \frac{\partial}{\partial \rho} \hat e_{\rho} \cdot \frac{\partial}{\partial \rho} \hat e_{\rho} = \frac{\partial^2}{\partial \rho^2}} + \hat e_{\rho} \cdot \frac{\partial}{\partial \rho} \frac{\partial \hat e_{\rho}}{\partial \rho}<br />
 
Last edited:
Right, yes. I forgot to take the dot product. :P
 
Back
Top