Vector Identity: Understanding ∇⋅A and A ⋅∇ in Spherical Coordinates

majormuss
Messages
124
Reaction score
4
Does ∇⋅A = A ⋅∇? If not then, what does the latter actually equal?
 
Physics news on Phys.org
if \vec{A}=(A_x,A_y,A_z) then \vec{A}\cdot\nabla=A_x\frac{\partial}{\partial x}+A_y\frac{\partial}{\partial y}+A_z\frac{\partial}{\partial z} that is A⋅∇ is still an operator and can be applied to a scalar or a vector. For example applied to scalar φ, (\vec{A}\cdot\nabla)\phi=A_x\frac{\partial\phi}{\partial x}+A_y\frac{\partial\phi}{\partial y}+A_z\frac{\partial\phi}{\partial z}
 
Delta² said:
if \vec{A}=(A_x,A_y,A_z) then \vec{A}\cdot\nabla=A_x\frac{\partial}{\partial x}+A_y\frac{\partial}{\partial y}+A_z\frac{\partial}{\partial z} that is A⋅∇ is still an operator and can be applied to a scalar or a vector. For example applied to scalar φ, (\vec{A}\cdot\nabla)\phi=A_x\frac{\partial\phi}{\partial x}+A_y\frac{\partial\phi}{\partial y}+A_z\frac{\partial\phi}{\partial z}
So they are equal? Since it is multiplication, they are the same then?
 
No they are not equal, \nabla\cdot\vec{A} is not an operator itself , its the result of the operator \nablaapplied to vector \vec{A} via the dot product and it is a scalar quantity referred as the divergence of vector A. It is \nabla\cdot\vec{A}=\frac{\partial{A_x}}{\partial x}+\frac{\partial{A_y}}{\partial y}+\frac{\partial{A_z}}{\partial z}.
 
  • Like
Likes majormuss
Delta² said:
No they are not equal, \nabla\cdot\vec{A} is not an operator itself , its the result of the operator \nablaapplied to vector \vec{A} via the dot product and it is a scalar quantity referred as the divergence of vector A. It is \nabla\cdot\vec{A}=\frac{\partial{A_x}}{\partial x}+\frac{\partial{A_y}}{\partial y}+\frac{\partial{A_z}}{\partial z}.
Nice thank you! Are you familiar with vector potentials in physics? I am working on proving the following but I have been running into trouble. Trying to prove that ∇xA=B!
 

Attachments

  • Noname.jpg
    Noname.jpg
    14.4 KB · Views: 418
I assume that what you want to prove is the second equality in the second line. The proof is fairly long and tedious. You have to use a definition of the cross product, and the product rule. What definition of the cross product are you using? Are you familiar with this one (using the Levi-Civita symbol and Einstein's summation convention)?
$$(\vec A\times\vec B)_i=\varepsilon_{ijk} A_j B_k.$$
 
For that you can also use the definition of the operator ∇ in spherical coordinates and the identity \nabla\times(A\times B)=A(\nabla\cdot B)-B(\nabla\cdot A)+(B\cdot\nabla)A-(A\cdot\nabla)B which can be simplified in this case where A=m is a constant vector, by setting the 2 medium terms to zero.
 
Last edited:
I found out this is not so long afterall if one knows how to do it in spherical coordinate system. However extra caution is needed when working with operators like \vec{m}\cdot\nabla in spherical coordinates. The derivatives of the spherical unit vectors are not always zero.
 
  • Like
Likes majormuss
Back
Top