majormuss
- 124
- 4
Does ∇⋅A = A ⋅∇? If not then, what does the latter actually equal?
So they are equal? Since it is multiplication, they are the same then?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}
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!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}.