Vector Laplacian in Different Coordinate Systems

  • Context: Graduate 
  • Thread starter Thread starter Swapnil
  • Start date Start date
  • Tags Tags
    Laplacian Vector
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
12 replies · 26K views
Swapnil
Messages
459
Reaction score
6
They say that vector laplacian is defined as the following:

[tex]\nabla^2 \vec{A} = \nabla(\nabla\cdot\vec{A}) - \nabla\times(\nabla \times\vec{A})[/tex]

Is the above definition true for all coordinate systems or just for cartesian coordinate system?
--- --- ---

Also, wikipedia say the following can be used to evaluate the laplacian of a vector:

[tex]\nabla^2 \vec{A} = (\nabla^2 A_x, \nabla^2 A_y, \nabla^2 A_z)[/tex]

Is this only true of in cartesian coordinates or can a similar form also be used to evaluate the laplacian of a vector in other coordinate systems? For example, would the following be correct in spherical coordinate system?:

[tex]\nabla^2 \vec{A} = (\nabla^2 A_r(r,\theta,\phi), \nabla^2 A_{\theta}(r,\theta,\phi), \nabla^2 A_{\phi}(r,\theta,\phi))[/tex]

where the scalar laplacian operator is given in spherical coordinates(i.e. it is calculated by taking the divergence of the gradient in spherical coordiantes).
--- --- ---

Also, take a look at the following link:
http://www.uic.edu/classes/eecs/eecs520/textbook/node23.html#curl_curl

How does the following equation make sense?

[tex]\nabla\times\nabla = \nabla\nabla\circ -\nabla\circ\nabla[/tex]

The expression on the left gives you a vector, the first expression to the right also gives you a vector but then the second expression on the right gives you a scalar!? How can two vectors add up to a scalar?
 
Last edited by a moderator:
Physics news on Phys.org
If the Laplacian is to make sense at all, any identity proven for cartesian coordinates should definitely hold for any other coordinate system.
 
The first definition is independent of coordinate system. The second definition (the Laplacian of each component) is most definitely coordinate-dependent.
 
When I learned what a laplacian was, it was still a scalar operator and was defined as:
[tex]\nabla^2=\nabla\cdot\nabla[/tex]
It is a scalar operator and can be applied to a scalar giving a scalar or to a vector giving a vector.
I do not think there is such thing as "vector laplacian"
 
lpfr said:
When I learned what a laplacian was, it was still a scalar operator and was defined as:
[tex]\nabla^2=\nabla\cdot\nabla[/tex]
It is a scalar operator and can be applied to a scalar giving a scalar or to a vector giving a vector.
I do not think there is such thing as "vector laplacian"
Well, there is. And it crops up in a lot of different places like Maxwell's wave equation for the E-field for instance.
http://en.wikipedia.org/wiki/Vector_laplacian

BTW, I have also seen gradient of a vector!
 
Last edited:
Manchot said:
The first definition is independent of coordinate system. The second definition (the Laplacian of each component) is most definitely coordinate-dependent.
True. For evidence look at page 113 of the following article:
http://www.springer.com/cda/content/document/cda_downloaddocument/9780387201566-c1.pdf?SGWID=0-0-45-114424-p32107446
 
Manchot said:
The first definition is independent of coordinate system. The second definition (the Laplacian of each component) is most definitely coordinate-dependent.

*spoiler*
Indeed. Further verification in the 7th row of the table featured in this Wikipedia article.

EDIT: The article contains the solution to the exercise in Ida's Electromagnetic Engineering, pg. 113. So the above is a spoiler in that sense.
 
Last edited:
Swapnil said:
How does the following equation make sense?

[tex]\nabla\times\nabla = \nabla\nabla\circ -\nabla\circ\nabla[/tex]

The expression on the left gives you a vector, the first expression to the right also gives you a vector but then the second expression on the right gives you a scalar!? How can two vectors add up to a scalar?

First: you forgot a parenthesis:
[tex]\nabla\times\nabla = \nabla(\nabla\circ\ )-\nabla\circ\nabla[/tex]
Second: it is not an equation. It is a recipe to use an operator. At this stage you do not have vectors, just "vector operators" at left and right sides. You must apply the operators to obtain vectors or scalars.
 
lpfr said:
First: you forgot a parenthesis:
[tex]\nabla\times\nabla = \nabla(\nabla\circ\ )-\nabla\circ\nabla[/tex]
Second: it is not an equation. It is a recipe to use an operator. At this stage you do not have vectors, just "vector operators" at left and right sides. You must apply the operators to obtain vectors or scalars.
I know, but the rightmost operator has two weird things going on: First, if we assume that it operates on a vector, then it is taking the gradient of a vector!, and second, if we assume that the output/result of the operator is a vector then it still doesn't make any sense because divergence takes a vector and gives you a scalar not a vector!
 
Let's add some supplementary parenthesis:
[tex]\nabla\times(\nabla\times\ \ ) = \nabla(\nabla\circ\ )-(\nabla\circ\nabla)[/tex]
Better now?
 
lpfr said:
Let's add some supplementary parenthesis:
[tex]\nabla\times(\nabla\times\ \ ) = \nabla(\nabla\circ\ )-(\nabla\circ\nabla)[/tex]
Better now?
I don't know how this makes things better. We still have to operate all the operators from right to left and you would still have the problem I mentioned in the previous post.
 
You can see what is meant by the gradient of a vector by expanding everything out in it's basis form
(this is less elegant, however, since the laplacian changes in different coordinate systems).

The easiest example is Cartesian Coordinates:

The gradient of a scalar is a vector:
[tex]\nabla {f}(x,y,z)=<br /> (\hat{e_{x}} \frac{\partial }{\partial x}+<br /> \hat{e_{y}} \frac{\partial }{\partial y}+<br /> \hat{e_{z}} \frac{\partial }{\partial z})<br /> f(x,y,z)[/tex]

[tex] =\hat{e_{x}}\frac{\partial f}{\partial x}+<br /> \hat{e_{y}}\frac{\partial f}{\partial y}+<br /> \hat{e_{z}}\frac{\partial f}{\partial z}[/tex]

Likewise the gradient of a vector is a matrix/tensor:
[tex]\nabla\overline{u}(x,y,z)=<br /> (\hat{e_{x}} \frac{\partial }{\partial x}+<br /> \hat{e_{y}} \frac{\partial }{\partial y}+<br /> \hat{e_{z}} \frac{\partial }{\partial z})<br /> (\hat{e_{x}}u_{x}+<br /> \hat{e_{y}}u_{y}+<br /> \hat{e_{z}}u_{z})[/tex]

[tex] =\hat{e_{x}} \hat{e_{x}}\frac{\partial u_{x}}{\partial x}+<br /> \hat{e_{x}} \hat{e_{y}}\frac{\partial u_{y}}{\partial x}+<br /> \hat{e_{x}} \hat{e_{z}}\frac{\partial u_{z}}{\partial x}+<br /> <br /> \hat{e_{y}} \hat{e_{x}}\frac{\partial u_{x}}{\partial y}+<br /> \hat{e_{y}} \hat{e_{y}}\frac{\partial u_{y}}{\partial y}+<br /> \hat{e_{y}} \hat{e_{z}}\frac{\partial u_{z}}{\partial y}+<br /> <br /> \hat{e_{z}} \hat{e_{x}}\frac{\partial u_{x}}{\partial z}+<br /> \hat{e_{z}} \hat{e_{y}}\frac{\partial u_{y}}{\partial z}+<br /> \hat{e_{z}} \hat{e_{z}}\frac{\partial u_{z}}{\partial z}[/tex]

The coefficient in front of each [tex]\hat{e_{i}} \hat{e_{j}}[/tex] can be thought of as representing the matrix component [tex]\nabla\overline{u}_{i,j}[/tex] in the cartesian basis.

The same thing can be done in other coordinate systems to get the matrix elements in that basis. However, be careful because:
(1) [tex]\nabla[/tex] changes is each coordinate system
(2) the basis vectors in other coordinate systems can be functions of the variables
(e.g. in cylindrical coordinates [tex]\hat{e_{r}}=cos(\theta)\hat{e_{x}}+sin(\theta)\hat{e_{y}}[/tex] , so [tex]\frac{\partial e_{r}}{\partial \theta}\neq 0[/tex])

Hope this helps!
 
  • Like
Likes   Reactions: physics loverq and Batuhan Unal