Gradient of Vector A: What Does It Mean?

  • Thread starter Thread starter enricfemi
  • Start date Start date
  • Tags Tags
    Gradient Vector
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 46K views
enricfemi
Messages
195
Reaction score
0
[tex]\nabla[/tex][tex]\stackrel{\rightarrow}{A}[/tex]

when a gradient operater act on a vector,what is it stand for ?
 
Physics news on Phys.org
enricfemi said:
[tex]\nabla[/tex][tex]\stackrel{\rightarrow}{A}[/tex]

when a gradient operater act on a vector,what is it stand for ?

Visually, what you wrote looks like

[tex]\nabla_{\vec A}[/tex]

The title of the thread and your LaTeX suggests you meant

[tex]\nabla \vec A[/tex]

These are two different things. The first is an operator, the gradient with respect to the components of [itex]\vec A[/itex], rather than the normal gradient which is take with respect to spatial components. The second form is the gradient of a vector. It is a second-order tensor. If [tex]\vec A = \sum_k a_k \hat x_k[/tex],

[tex](\nabla \vec A)_{i,j} = \frac{\partial a_i}{\partial x_j}[/tex]

BTW, it is best not to separate things the way you did in the original post. Here is your original equation as-is:

[tex]\nabla[/tex][tex]\stackrel{\rightarrow}{A}[/tex]

Now look at how this appears when written as a single LaTeX equation:

[tex]\nabla\stackrel{\rightarrow}{A}[/tex]
 
Last edited:
D H said:
The second form is the gradient of a vector. It is a second-order tensor. If [tex]\vec A = \sum_k a_k \hat x_k[/tex],

[tex](\nabla \vec A)_{i,j} = \frac{\partial a_i}{\partial x_j}[/tex]

Does this make a matrix using row i and column j for the entries?