Divergence

Divergence measures the distortion of a vector field.


Description

The divergence of a vector field given as F = <P(x,y), Q(x,y)> is calculated as:

div1.svg

The divergence of F given as <P(x,y,z), Q(x,y,z), R(x,y,z)> is calculated as:

div2.svg

Note that divergence returns a scalar value.

Properties

The divergence of the curl of a vector field is always 0.

A vector field is source-free if there is zero divergence.


Conservative Fields

A vector field is conservative if it is path independent. There is necessarily at least one function f satisfying F = ∇f. In this case, divergence can be calculated using the Laplace operator.

For a vector field given as F = <P(x,y), Q(x,y)>, applying the Laplace operator looks like:

laplace1.svg

where fxx = ∂2f/∂x2 and fyy = ∂2f/∂y2.

For a vector field given as F=<P,Q,R>, applying the Laplace operator looks like:

laplace2.svg

where fzz = ∂2f/∂z2.


CategoryRicottone

Calculus/Divergence (last edited 2025-12-11 16:27:46 by DominicRicottone)