Gradient of a Vector: Scalar or Vector?

  • Context: Undergrad 
  • Thread starter Thread starter hoomanya
  • 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 · 2K views
hoomanya
Messages
86
Reaction score
0
Hi,
Just a simple, quick question:
Does the gradient of a vector give a scalor or a vector?
Thanks!
 
Physics news on Phys.org
hi hoomanya! :smile:
hoomanya said:
Does the gradient of a vector give a scalor or a vector?

there's no https://www.physicsforums.com/library.php?do=view_item&itemid=11" of a vector

gradients are of scalars

for a scalar f, ∇f is the gradient of f

for a vector V, ∇V has no meaning (but ∇.V is the divergence, and ∇xV is the curl) :wink:
 
Last edited by a moderator:
Thank you very much for your quick reply. :)
 
You can, of course, have
[tex]\nabla\cdot \vec{\phi}(x, y, z)= \frac{\partial f}{\partial x}+ \frac{\partial g}{\partial y}+ \frac{\partial h}{\partial z}[/tex]
the "divergence" of the vector valued function, [itex]\vec{\phi}(x, y, z)[/itex], which is a scalar, or
[tex]\nabla\cdot \vec{\phi}= \left(\frac{\partial g}{\partial z}- \frac{\partial h}{\partial y}\right)\vec{i}+ \left(\frac{\partial f}{\partial z}- \frac{\partial h}{\partial x}\right)\vec{j}+ \left(\frac{\partial g}{\partial x}- \frac{\partial f}{\partial y}\right)\vec{i}[/tex]
the "curl" of the vector valued function, [itex]\vec{\phi}(x, y, z)[/itex], which is a vector.

Perhaps that is what you are thinking of. There are three kinds of vector "multiplication" and so three ways we can attach the "del" operator to a function.
 
I'd say there's a perfectly good definition for the gradient of a vector.
it's a rank-2 cartesian tensor.

For the vector [tex]\vec{A} = A_x \hat{i} + A_y \hat{j} + A_z \hat{k}[/tex]

we have the beast [tex]\nabla \vec{A}<br /> =\nabla A_x \hat{i} + \nabla A_y \hat{j} + \nabla A_z \hat{k}[/tex]

such that for any vector [itex]\vec{v}[/itex]
[tex]\vec{v} \cdot \nabla \vec{A} <br /> = (\vec{v} \cdot \nabla A_x) \hat{i} + (\vec{v} \cdot \nabla A_y) \hat{j} <br /> + (\vec{v} \cdot \nabla A_z) \hat{k}[/tex]

This is more clear in component notation
[tex]\vec{A} \rightarrow A^i[/tex]
then
[tex]\nabla \vec{A} \rightarrow (\nabla A)^i_j<br /> = \frac{\partial A^i}{\partial x^j}.[/tex]

where the product with the vector [itex]\vec{v}[/itex] above is really
contraction on the second index.
[tex]\vec{v} \cdot \nabla \vec{A} \rightarrow <br /> \sum_j \quad \left( v^j \frac{\partial A^i}{\partial x^j} \right)[/tex]