Laplace Operator in Polar Coordinates

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 6K views
dav2008
Gold Member
Messages
589
Reaction score
1

Homework Statement


Compute [tex]\nabla \cdot \nabla f[/tex] in polar coordinates.

Homework Equations


db4e1fa66f359268e79f4b523590bf77.png


The Attempt at a Solution


It seems like a straightforward dot product yields
[tex]\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 }[/tex]
since the 3 basis vectors are mutually orthogonal.

This is obviously not the correct expression, which should be:
[tex]{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[/tex]

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 [itex]\vec{v}[/itex] in cylindrical coordinates is

[tex]\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}[/tex]

not just

[tex]\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}[/tex]
 
ok, but why is it incorrect to compute the dot product:

[tex]\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)[/tex]

as

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

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,

[tex]\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}[/tex]

It just so happens that

[tex]\frac{\partial \hat e_{\rho}}{\partial \rho} = 0[/tex]

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

[tex]\frac{\partial \hat e_{\theta}}{\partial \theta}[/tex]

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 [tex] \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}[/tex]
 
Last edited: