Difference between revisions of "Divergence"

From Conservapedia
Jump to navigation Jump to search
m
m (Added category, see also section and fixed references)
Line 9: Line 9:
 
:<math>\operatorname{div}\,\mathbf{F} = \lim_{V \rightarrow 0} \frac{ \oint_\mathbf{S} \mathbf{F} \cdot d\mathbf{a} }{V}</math>
 
:<math>\operatorname{div}\,\mathbf{F} = \lim_{V \rightarrow 0} \frac{ \oint_\mathbf{S} \mathbf{F} \cdot d\mathbf{a} }{V}</math>
  
Where the integral is over the boundary surface <math>\mathbf{S}=\partial V</math> surrounding the volume element V, which is taken to be zero in the limit.
+
Where the integral is over the boundary surface <math>\mathbf{S}=\partial V</math> surrounding the volume element V, which is taken to be zero in the limit.<ref>[http://mathworld.wolfram.com/Divergence.html Divergence] from Wolfram Mathworld</ref>
  
 
==Cartesian coordinates==
 
==Cartesian coordinates==
Line 27: Line 27:
  
 
Intuitively, the divergence measures the degree to which the vector field is diverging from a given point.  If you were to measure the divergence of the vector field of wind speed in the vicinity of a meteorological high pressure area, it would be positive, because the net motion of air is outward.  If measured near a low pressure area, the divergence would be negative.
 
Intuitively, the divergence measures the degree to which the vector field is diverging from a given point.  If you were to measure the divergence of the vector field of wind speed in the vicinity of a meteorological high pressure area, it would be positive, because the net motion of air is outward.  If measured near a low pressure area, the divergence would be negative.
 +
 
==References==
 
==References==
*[http://mathworld.wolfram.com/Divergence.html Divergence] from Wolfram Mathworld
+
{{reflist}}
 +
 
 +
==See also==
 +
*[[Curl]]
 +
*[[Gradient]]
 +
*[[Laplacian]]
  
 
[[Category:Calculus]]
 
[[Category:Calculus]]
 
[[Category:Physics]]
 
[[Category:Physics]]
 +
[[Category:Vector Analysis]]

Revision as of 16:25, September 11, 2017

For divergence of a series, see Convergence
<math>\frac{d}{dx} \sin x=?\,</math> This article/section deals with mathematical concepts appropriate for late high school or early college.

The divergence is a way of expressing a certain type of derivative of a vector field. It is typically defined for fields of 3-dimensional vectors on 3-dimensional space, but other dimensions are possible. The divergence of a vector field is a scalar field, that is, just a number at each point in space. Vector fields with a divergence of zero are called incompressible or solenoidal.

Strictly speaking, The divergence of a vector field F is defined as the limit of the surface integral as the volume shrinks to 0:

<math>\operatorname{div}\,\mathbf{F} = \lim_{V \rightarrow 0} \frac{ \oint_\mathbf{S} \mathbf{F} \cdot d\mathbf{a} }{V}</math>

Where the integral is over the boundary surface <math>\mathbf{S}=\partial V</math> surrounding the volume element V, which is taken to be zero in the limit.[1]

Cartesian coordinates

For Cartesian coordinates, the divergence is written as though it were the dot product of the special symbol "<math>\nabla</math>" (which is commonly called "del" or "nabla"), with the given vector field, like this: <math>\nabla \cdot \vec V</math>. This is usually pronounced "div V" or "del dot V".

In ordinary 3-dimensional Cartesian coordinates, the divergence is calculated as:

<math>\operatorname{div}\,\mathbf{F} = \nabla \cdot \vec V = \frac{\partial V_x}{\partial x} + \frac{\partial V_y}{\partial y} + \frac{\partial V_z}{\partial z}</math>

or, using summation notation to extend it for n-dimension,

<math>\nabla \cdot \vec V = \sum_{i=1}^n \frac{\partial V_i}{\partial x_i}</math>

If one thinks of <math>\nabla</math> as being a fictional vector field with components <math>(\frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z})</math>, one can sort of see that the dot product notation makes sense. This is also useful for remembering how to calculate a divergence.

The divergence is a true vector field operation—the result is independent of the coordinate system that is used. The proof of that, and its ramifications, are beyond the scope of this page.

The divergence is an extremely important operation in physics, mathematics, and engineering. It is perhaps most famous for its appearance in Maxwell's Equations.

Intuitively, the divergence measures the degree to which the vector field is diverging from a given point. If you were to measure the divergence of the vector field of wind speed in the vicinity of a meteorological high pressure area, it would be positive, because the net motion of air is outward. If measured near a low pressure area, the divergence would be negative.

References

  1. Divergence from Wolfram Mathworld

See also