Andromeda
Note

Surface Integrals of Vector Fields (Flux)

Definition

The surface integral of a vector field F\mathbf{F} across an oriented surface SS is called the flux. It measures the net flow of the field passing through the surface in a specified normal direction n\mathbf{n}. The mathematical definition is: Flux=SFndσ\text{Flux} = \iint_S \mathbf{F} \cdot \mathbf{n} d\sigma

  • How to read: “Flux equals double integral over S of F dot n d-sigma.”
  • Meaning: Sum the component of the field perpendicular to the surface at each point, weighted by area. Positive flux means net flow in the direction of n\mathbf{n}.

Why It Matters

Flux integrals are the mathematical heartbeat of electromagnetism and fluid dynamics. They allow us to calculate how much water flows through a pipe, how much light hits a solar panel, or the strength of an electric field, providing the foundation for almost all modern utility engineering.

Core Concepts

  • Orientation: A surface must have two distinct sides (be orientable) to define flux. The unit normal n\mathbf{n} specifies which direction of flow is considered positive.
  • Dot Product (Fn\mathbf{F} \cdot \mathbf{n}): Flux only counts the component of the field that is perpendicular to the surface. Flow parallel to the surface does not contribute to flux.
    • How to read: “F dot n.”
    • Meaning: Projects the field onto the outward normal. Only the through-flow component matters; tangential flow contributes zero flux.
  • Parametric Evaluation: For r(u,v)\mathbf{r}(u, v), flux is RF(ru×rv)dudv\iint_R \mathbf{F} \cdot (\mathbf{r}_u \times \mathbf{r}_v) du dv.
    • How to read: “Flux equals double integral over R of F dot (r-u cross r-v), du dv.”
    • Meaning / when to use: The cross product ru×rv\mathbf{r}_u \times \mathbf{r}_v gives a normal vector with magnitude equal to the area element. Use this to compute flux from a parametrization.

Connected Concepts