Differences between revisions 1 and 2
Revision 1 as of 2025-12-02 01:56:18
Size: 2027
Comment: Initial commit
Revision 2 as of 2025-12-02 01:57:01
Size: 2058
Comment: Add category
Deletions are marked like this. Additions are marked like this.
Line 66: Line 66:



----
CategoryRicottone

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.


Source-Free Fields

A vector field is source-free if there is zero divergence. This means that there are no sources (points where the field originates) or sinks (points where the field terminates). A consequence is that, for any closed circular path C, movement in is equal to movement out (flux is zero).

The last point leads to one definition of a source-free vector field:

div3.svg

This can be equivalently expressed as:

div4.svg

where Px = ∂P/∂x and Qy = ∂Q/∂y. Note furthermore that this equation can only be true if Px + Qy = 0, giving an even more succinct formulation.

If a vector field is source-free, there is at least one stream function g. If the field is given as F = <P(x,y), Q(x,y)>, then g must satisfy:

stream1.svg


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 evaluated using the Laplace operator.

laplace1.svg

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

laplace2.svg

where fzz = ∂2f/∂z2.


CategoryRicottone

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