Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2025-12-02 01:56:18
Size: 2027
Comment: Initial commit
Revision 3 as of 2025-12-11 16:27:46
Size: 1454
Comment: Cleanup
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
----



== Source-Free Fields ==

A vector field is [[Calculus/VectorField#Source-Free_Fields|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:

{{attachment:div3.svg}}

This can be equivalently expressed as:

{{attachment:div4.svg}}

where ''P,,x,, = ∂P/∂x'' and ''Q,,y,, = ∂Q/∂y''. Note furthermore that this equation can only be true if ''P,,x,, + Q,,y,, = 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:

{{attachment:stream1.svg}}
A vector field is [[Calculus/VectorField#Source-Free_Fields|source-free]] if there is zero divergence.
Line 57: Line 37:
A vector field is [[Calculus/VectorField#Cross-Partial_Property_of_Conservative_Fields|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 [[Calculus/VectorField#Laplace_Operator|Laplace operator]]. A [[Calculus/VectorField|vector field]] is [[Calculus/VectorField#Cross-Partial_Property_of_Conservative_Fields|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 [[Calculus/VectorField#Laplace_Operator|Laplace operator]].

For a vector field given as ''F = <P(x,y), Q(x,y)>'', applying the Laplace operator looks like:
Line 61: Line 43:
where ''f,,xx,, = ∂^2^f/∂x^2^'' and ''f,,yy,, = ∂^2^f/∂y^2^'', and where ''f,,xx,, = ∂^2^f/∂x^2^'' and ''f,,yy,, = ∂^2^f/∂y^2^''.

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



----
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.

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)