Flux

Work in progress. This note is still being written and incomplete.

2 min read Last updated Tue Aug 18 2026 03:09:13 GMT+0000 (Coordinated Universal Time)

The flux of a vector field through an oriented surface measures the net amount of flow passing through the surface in the chosen normal direction, assuming a fluid in steady state and incompressible. The volume of fluid flowing through a portion of a surface depends on:

  • Speed of the fluid.
  • Orientation of the surface relative to the flow.
  • Area of the portion of the surface.

Let F\boldsymbol{F} be a continuous vector field on an oriented surface σ\sigma, and let n^\hat{n} be the chosen unit normal field on σ\sigma. The flux of F\boldsymbol{F} across σ\sigma is

Φ=σFn^dS\Phi = \iint_\sigma \boldsymbol{F} \cdot \hat{n}\,\text{d}S

Flux through a Parametric Surface

Let σ\sigma be a smooth parametric surface r=r(u,v)\boldsymbol{r} = \boldsymbol{r}(u,v), where (u,v)(u,v) varies over a region RR in the uvuv-plane. Suppose the component functions of F\boldsymbol{F} are continuous on σ\sigma and that

ru×rv\frac{\partial \boldsymbol{r}}{\partial u} \times \frac{\partial \boldsymbol{r}}{\partial v}

determines the chosen orientation of σ\sigma. Then

Φ=σFn^dS=RF(r(u,v))(ru×rv)dAuv\Phi = \iint_\sigma \boldsymbol{F} \cdot \hat{n}\,\text{d}S = \iint_R \boldsymbol{F}(\boldsymbol{r}(u,v)) \cdot \left(\frac{\partial \boldsymbol{r}}{\partial u} \times \frac{\partial \boldsymbol{r}}{\partial v}\right) \text{d}A_{uv}

Flux through a Graph

Let σ\sigma be a smooth surface of the form z=g(x,y)z = g(x,y), y=g(x,z)y = g(x,z), or x=g(y,z)x = g(y,z), written as G(x,y,z)=0G(x,y,z) = 0 by moving all terms to the left side, with orientation determined by G\nabla G. Let RR be the projection of σ\sigma onto the coordinate plane determined by the independent variables of gg. If F\boldsymbol{F} is continuous on σ\sigma,

Φ=σFn^dS=RFGdA\Phi = \iint_\sigma \boldsymbol{F} \cdot \hat{n}\,\text{d}S = \iint_R \boldsymbol{F} \cdot \nabla G\,\text{d}A
Was this helpful?