Understanding Divergence and Gradient in Vector Fields

  • Context: Undergrad 
  • Thread starter Thread starter asi123
  • Start date Start date
  • Tags Tags
    Divergence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
asi123
Messages
254
Reaction score
0
What is the Divergence? is it only the Partial derivatives?

Lets say I have a vector field: [tex]F=x^2i+y^2j+z^2k[/tex], the divergence is [tex]F=2xi+2yj+2zk[/tex]?

And if it is, than what is the gradient?:confused:
 
Last edited by a moderator:
Physics news on Phys.org


A divergence is evaluated of a vector field, while the gradient (assuming you mean grad) is done for scalar fields. A related operation, the curl is performed on a vector field.

So we have:
curl: vector field -> vector field
div: vector field -> scalar field
grad: scalar field -> vector field

I'm wondering if there is any defined operation such that we can get a scalar field from a scalar field?
 


asi123 said:
What is the Divergence? is it only the Partial derivatives?

Lets say I have a vector field: [tex]F=x^2i+y^2j+z^2k[/tex], the divergence is [tex]F=2xi+2yj+2zk[/tex]?
No. the diverence of this vecor field is the scalar function [itex]\nabla\cdot F= 2x+ 2y+ 2z[/itex]. The "[itex]\cdot[/itex]" in that notation is to remind you of a dot product: the result is a scalar.

And if it is, than what is the gradient?:confused:

The gradient is, in effect, the "opposite" of the divergence: it changes a scalar function to a vector field: at each point [itex]\nabla f[/itex] points in the direction of fastest increase and its length is the derivative in that direction.

Notice that if you start with a scalar function, the gradient gives a vector function and you can then apply the divergence to that going back to a scalar function:
[tex]\nabla\cdot (\nabla f)= \nabla^2 f[/itex]<br /> called the "Laplacian" of f. That is a very important operator: it is the simplest second order differential operator that is "invariant under rigid motions".[/tex]