captain
- 163
- 0
how do you write the laplacian operator in spherical coordinates and cylindrical coordinates from a cartesian basis?
captain said:how do you write the laplacian operator in spherical coordinates and cylindrical coordinates from a cartesian basis?
MathematicalPhysicist said:in general (which is something you learn in vector analysis for physicists):
\nabla^2=(\frac{h_3h_2}{h_1}\frac{\partial}{\partial u_1}\frac{\partial h_1}{\partial u_1},\frac{h_3h_1}{h_2}\frac{\partial}{\partial u_2}\frac{\partial h_2}{\partial u_2},\frac{h_1h_2}{h_3}\frac{\partial}{\partial u_3}\frac{\partial h_3}{\partial u_3}) or something like this.
where:
r=xi+yj+zk
and h_i=|dr/du_i|
i.e you take the norm of the vector.