Integrating vector fields over a Surface
Flux integral or Surface integrals of vector fields
Notation:
\[\iint_{S} \vec{F} \cdot d\vec{S} = \iint_{S} (\vec{F} \cdot \vec{n}) \, dS\]
Where the term \((\vec{F} \cdot \vec{n})\) is a scalar, and \(\vec{n} = \text{unit normal}\).
Expanding the integral into parametric form:
\[= \iint_{\substack{u, v \\ \text{Bounds}}} (\vec{F} \cdot \vec{n}) |\vec{r}_u \times \vec{r}_v| \, dA\]
Visual Description:
A 3D diagram representing a parametric surface patch. It shows a blue curved quadrilateral surface with grid lines. At a specific point on the surface, two tangent vectors are shown: a green vector labeled \vec{r}_u and a magenta vector labeled \vec{r}_v, which follow the directions of the parametric grid lines. A third vector, the normal vector, is shown pointing outward from the surface, perpendicular to the plane formed by \vec{r}_u and \vec{r}_v. This illustrates the relationship between tangent vectors and the surface normal.
unit normal
\[\vec{n} = \frac{\vec{r}_u \times \vec{r}_v}{|\vec{r}_u \times \vec{r}_v|} \quad \text{or} \quad -\frac{(\vec{r}_u \times \vec{r}_v)}{|\vec{r}_u \times \vec{r}_v|}\]
Substituting the expression for the unit normal back into the flux integral, the magnitude terms \(|\vec{r}_u \times \vec{r}_v|\) cancel out, resulting in the computational formula:
\[\iint_{S} \vec{F} \cdot \vec{n} \, dS = \iint_{\substack{u, v \\ \text{Bounds}}} \vec{F} \cdot (\pm \vec{r}_u \times \vec{r}_v) \, dA\]