Vector Laplacian in Different Coordinate Systems

In summary, the laplacian is defined as the following:They say that vector laplacian is defined as the following:\nabla^2 \vec{A} = \nabla(\nabla\cdot\vec{A}) - \nabla\times(\nabla \times\vec{A})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:\nabla^2 \vec{A} = (\nabla^2 A_x, \nabla^
  • #1
Swapnil
459
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
  • #2
If the Laplacian is to make sense at all, any identity proven for cartesian coordinates should definitely hold for any other coordinate system.
 
  • #3
The first definition is independent of coordinate system. The second definition (the Laplacian of each component) is most definitely coordinate-dependent.
 
  • #4
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"
 
  • #5
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:
  • #6
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
 
  • #7
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:
  • #8
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.
 
  • #9
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!
 
  • #10
Let's add some supplementary parenthesis:
[tex]\nabla\times(\nabla\times\ \ ) = \nabla(\nabla\circ\ )-(\nabla\circ\nabla)[/tex]
Better now?
 
  • #11
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.
 
  • #12
It may be helpful to look at this using tensorial-notation.
 
  • #13
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)=
(\hat{e_{x}} \frac{\partial }{\partial x}+
\hat{e_{y}} \frac{\partial }{\partial y}+
\hat{e_{z}} \frac{\partial }{\partial z})
f(x,y,z)[/tex]

[tex]
=\hat{e_{x}}\frac{\partial f}{\partial x}+
\hat{e_{y}}\frac{\partial f}{\partial y}+
\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)=
(\hat{e_{x}} \frac{\partial }{\partial x}+
\hat{e_{y}} \frac{\partial }{\partial y}+
\hat{e_{z}} \frac{\partial }{\partial z})
(\hat{e_{x}}u_{x}+
\hat{e_{y}}u_{y}+
\hat{e_{z}}u_{z})[/tex]

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

\hat{e_{y}} \hat{e_{x}}\frac{\partial u_{x}}{\partial y}+
\hat{e_{y}} \hat{e_{y}}\frac{\partial u_{y}}{\partial y}+
\hat{e_{y}} \hat{e_{z}}\frac{\partial u_{z}}{\partial y}+

\hat{e_{z}} \hat{e_{x}}\frac{\partial u_{x}}{\partial z}+
\hat{e_{z}} \hat{e_{y}}\frac{\partial u_{y}}{\partial z}+
\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 physics loverq and Batuhan Unal

1. What is the Vector Laplacian in Different Coordinate Systems?

The Vector Laplacian is a mathematical operator used to describe the curvature and flow of a vector field in three-dimensional space. It is often used in physics and engineering to model various physical phenomena.

2. How is the Vector Laplacian calculated in Cartesian coordinates?

In Cartesian coordinates, the Vector Laplacian is calculated as the sum of the second partial derivatives of the vector components with respect to each coordinate axis. This can be written as:
∇²V = ∂²V/∂x² + ∂²V/∂y² + ∂²V/∂z²

3. What is the difference between the Vector Laplacian and the Scalar Laplacian?

The Vector Laplacian operates on vector fields, which have both magnitude and direction, while the Scalar Laplacian operates on scalar fields, which only have magnitude. This means that the Vector Laplacian gives information about both the magnitude and direction of the vector field, while the Scalar Laplacian only gives information about the magnitude.

4. How does the Vector Laplacian change in different coordinate systems?

The Vector Laplacian is a coordinate-independent operator, meaning it is calculated in the same way regardless of the coordinate system used. However, the components of the vector field may change depending on the coordinate system, which will affect the overall value of the Vector Laplacian.

5. What are some applications of the Vector Laplacian in different coordinate systems?

The Vector Laplacian has many applications in physics and engineering, including fluid dynamics, electromagnetism, and quantum mechanics. It is also used in computer graphics and image processing to enhance and manipulate images. In addition, the Vector Laplacian is used in machine learning algorithms for pattern recognition and prediction.

Similar threads

  • Classical Physics
Replies
6
Views
297
  • Classical Physics
Replies
22
Views
2K
  • Advanced Physics Homework Help
Replies
9
Views
2K
Replies
6
Views
854
Replies
42
Views
3K
  • Calculus and Beyond Homework Help
Replies
9
Views
752
  • Classical Physics
Replies
2
Views
1K
  • Linear and Abstract Algebra
2
Replies
41
Views
3K
  • Quantum Physics
Replies
5
Views
510
Replies
3
Views
1K
Back
Top