Why is the gradient of a vector function/field meaningless?

  • Thread starter Thread starter flyingpig
  • 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.
9 replies · 4K views
flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Let's say [tex]\vec{F} = <P,Q,R>[/tex]

If I take the gradient, shouldn't I get

[tex]\nabla \vec{F} = <\frac{\partial P }{\partial x}, \frac{\partial Q}{\partial y}, \frac{\partial R}{\partial z}>[/tex]

Also why is grad(div f) meaningless? My book says it's because div(f) gives a scalar field. My question what's wrong with taking the gradient of a scalar field?
 
Last edited:
Physics news on Phys.org
flyingpig said:
...
Also why is grad(div f) meaningless? My book says it's because div(f) gives a scalar field. My question what's wrong with taking the gradient of a scalar field?
Is f, itself, a scalar field, or is it a vector field?
 
f itself is a scalar field.
 
The gradient of a vector field is generally a tensor. The divergence of a scalar field is ill defined. In general, a divergence lowers the rank of whatever it's operating on by 1, so the divergence of a rank 2 tensor is a vector, and the divergence of a vector is a scalar. As a scalar is rank 0, and there are no objects with rank -1, the divergence is ill defined. How would you propose to define the divergence of a scalar field?
 
Matterwave said:
The gradient of a vector field is generally a tensor. The divergence of a scalar field is ill defined. In general, a divergence lowers the rank of whatever it's operating on by 1, so the divergence of a rank 2 tensor is a vector, and the divergence of a vector is a scalar. As a scalar is rank 0, and there are no objects with rank -1, the divergence is ill defined. How would you propose to define the divergence of a scalar field?

Okay, let's try to use some words I can understand...
 
So, the gradient of a vector field is meaningful. It returns a tensor. You can think of a tensor, for now, as something like a matrix. The rank of a tensor is the number of indices you need to specify a component of the tensor. A scalar requires no indices, a vector requires 1 index, a rank 2 tensor (like a matrix) requires 2 indices.

The divergence of a scalar field is simply not well defined.
 
No my book says gradF is also meaningless because F is not a scalar field.
 
Well, it's meaningless in that it doesn't return an object which you have had to deal with before (a tensor), but more generally gradF returns a tensor.
 
flyingpig said:
f itself is a scalar field.
Divergence is defined for a Vector field, not a scalar field.

So, Div(f) is meaningless.

Thus, Grad(Div(f)) is also meaningless.
 
flyingpig said:
Let's say [tex]\vec{F} = <P,Q,R>[/tex]

If I take the gradient, shouldn't I get

[tex]\nabla \vec{F} = <\frac{\partial P }{\partial x}, \frac{\partial Q}{\partial y}, \frac{\partial R}{\partial z}>[/tex]

The proper gradient of F is:

[tex] \nabla \vec{F} = <\frac{\partial \vec{F} }{\partial x}, \frac{\partial \vec{F}}{\partial y}, \frac{\partial \vec{F}}{\partial z}>[/tex]

This is a matrix.