Flux Integrals in Multivariable Calculus
students, imagine wind flowing over a curved tent, or water pushing on a tilted plate 🌬️💧. Sometimes we do not just want to know how much fluid passes through a flat surface. We want to know how much passes through a curved surface and in what direction. That is the big idea behind flux integrals.
In this lesson, you will learn how flux integrals measure the flow of a vector field through a surface, how orientation matters, and how these ideas fit into the larger study of parametric surfaces and surface integrals.
By the end of this lesson, you should be able to:
- explain what a flux integral measures,
- use the correct formula for flux through a parametrized surface,
- understand why orientation changes the sign of a flux integral,
- connect flux integrals to surface area and parametric surfaces,
- work through examples using a vector field and a surface.
What Flux Measures
A vector field assigns a vector to each point in space. For example, a velocity field of moving air gives both a speed and a direction at every point. If a surface sits inside that field, the field may pass through the surface. The flux measures the amount of field crossing the surface.
Think of a net in a river. If the water flows through the net, the flux tells you how much water passes through. If the flow is mostly parallel to the net, the flux is small because little water actually crosses it. If the flow is perpendicular to the net, the flux is larger because more water goes through.
For a surface $S$ and a vector field $\mathbf{F}$, the flux is usually written as a surface integral of the form
$$\iint_S \mathbf{F} \cdot \mathbf{n}\, dS$$
where:
- $\mathbf{F}$ is the vector field,
- $\mathbf{n}$ is a unit normal vector to the surface,
- $dS$ is the surface area element.
The dot product $\mathbf{F} \cdot \mathbf{n}$ measures how much of the field points in the normal direction. If the field points in the same direction as the normal, the dot product is positive. If it points opposite the normal, the dot product is negative. If it is tangent to the surface, the dot product is zero.
Parametric Surfaces and Orientation
Most surfaces in multivariable calculus are described using a parametrization. A surface can be written as
$$\mathbf{r}(u,v)=\langle x(u,v),y(u,v),z(u,v)\rangle$$
where $(u,v)$ ranges over a region $D$ in the parameter plane.
The vectors
$$\mathbf{r}_u=\frac{\partial \mathbf{r}}{\partial u}, \qquad \mathbf{r}_v=\frac{\partial \mathbf{r}}{\partial v}$$
are tangent to the surface. Their cross product
$$\mathbf{r}_u \times \mathbf{r}_v$$
gives a normal vector to the surface. Its direction depends on the order of the cross product, so orientation matters.
A surface has two possible orientations: one normal direction or the opposite normal direction. If you reverse the orientation, the flux changes sign. That means if the flux is $5$ with one choice of normal, it becomes $-5$ with the opposite choice.
This is important because flux is not just about the surface itself. It also depends on which side of the surface you choose as positive. For a closed surface like a sphere, the usual orientation is outward. For an open surface like a disk or a piece of a paraboloid, the orientation must be specified.
The Flux Integral Formula
The most useful formula for flux through a parametrized surface is
$$\iint_S \mathbf{F} \cdot \mathbf{n}\, dS = \iint_D \mathbf{F}(\mathbf{r}(u,v)) \cdot \left(\mathbf{r}_u \times \mathbf{r}_v\right)\, dudv$$
when the orientation matches the direction of $\mathbf{r}_u \times \mathbf{r}_v$.
This formula is powerful because it converts a surface integral into a double integral over the parameter region $D$.
Here is the logic:
- Parametrize the surface by $\mathbf{r}(u,v)$.
- Compute $\mathbf{r}_u$ and $\mathbf{r}_v$.
- Find the normal vector using $\mathbf{r}_u \times \mathbf{r}_v$.
- Substitute the surface into the vector field: $\mathbf{F}(\mathbf{r}(u,v))$.
- Take the dot product.
- Integrate over the region $D$.
If the required orientation is opposite the one produced by $\mathbf{r}_u \times \mathbf{r}_v$, then use
$$\mathbf{r}_v \times \mathbf{r}_u = -\left(\mathbf{r}_u \times \mathbf{r}_v\right)$$
which flips the sign of the flux.
Example 1: Flux Through a Flat Surface
Suppose students wants the flux of the vector field
$$\mathbf{F}(x,y,z)=\langle 0,0,2\rangle$$
through the rectangle in the plane $z=1$ above the region $0\le x\le 2$, $0\le y\le 3$, with upward orientation.
A parametrization is
$$\mathbf{r}(x,y)=\langle x,y,1\rangle$$
with $D=\{(x,y):0\le x\le 2,\,0\le y\le 3\}$.
Then
$$\mathbf{r}_x=\langle 1,0,0\rangle, \qquad \mathbf{r}_y=\langle 0,1,0\rangle$$
so
$$\mathbf{r}_x \times \mathbf{r}_y=\langle 0,0,1\rangle$$
which points upward, as desired.
Now evaluate the field on the surface:
$$\mathbf{F}(\mathbf{r}(x,y))=\langle 0,0,2\rangle$$
Then the dot product is
$$\mathbf{F}(\mathbf{r}(x,y))\cdot(\mathbf{r}_x\times\mathbf{r}_y)=2$$
So the flux is
$$\iint_D 2\,dA=\int_0^2\int_0^3 2\,dy\,dx=12$$
This makes sense: the field points straight upward and crosses the flat surface evenly across an area of $6$ square units, producing flux $12$.
Example 2: Why Orientation Changes the Answer
Now use the same surface and the same field, but choose downward orientation.
The downward unit normal is the opposite direction, so the normal vector becomes
$$\langle 0,0,-1\rangle$$
The dot product is now
$$\langle 0,0,2\rangle \cdot \langle 0,0,-1\rangle = -2$$
Therefore the flux is
$$\iint_D (-2)\,dA=-12$$
This example shows a key rule: reversing orientation reverses the sign of flux. The surface is the same, but the chosen direction changes the result.
Example 3: Flux Through a Curved Surface
Consider the upward-oriented surface
$$z=x^2+y^2$$
over the disk $x^2+y^2\le 1$. Let the vector field be
$$\mathbf{F}(x,y,z)=\langle x,y,1\rangle$$
A parametrization is
$$\mathbf{r}(x,y)=\langle x,y,x^2+y^2\rangle$$
with parameter region
$$D=\{(x,y):x^2+y^2\le 1\}$$
Compute the tangent vectors:
$$\mathbf{r}_x=\langle 1,0,2x\rangle, \qquad \mathbf{r}_y=\langle 0,1,2y\rangle$$
Then
$$\mathbf{r}_x\times\mathbf{r}_y=\langle -2x,-2y,1\rangle$$
This has positive $z$-component, so it gives the upward orientation.
Now substitute into the vector field:
$$\mathbf{F}(\mathbf{r}(x,y))=\langle x,y,1\rangle$$
The dot product is
$$\langle x,y,1\rangle\cdot\langle -2x,-2y,1\rangle = -2x^2-2y^2+1$$
So the flux becomes
$$\iint_D (1-2x^2-2y^2)\,dA$$
This integral is often easier in polar coordinates because $D$ is a disk. Using
$$x=r\cos\theta, \qquad y=r\sin\theta, \qquad dA=r\,dr\,d\theta$$
we get
$$\int_0^{2\pi}\int_0^1 (1-2r^2)r\,dr\,d\theta$$
This shows how flux integrals are often computed in practice: convert the surface problem into a double integral over a simpler region.
Connection to Surface Area and Surface Integrals
Flux integrals belong to the larger topic of surface integrals. There are two common kinds:
- Scalar surface integrals, which look like
$$\iint_S f\, dS$$
and measure quantities such as mass on a surface.
- Flux integrals, which look like
$$\iint_S \mathbf{F} \cdot \mathbf{n}\, dS$$
and measure flow through a surface.
So while surface area uses the same geometry of the surface, flux adds direction through the vector field and the normal vector. This is why flux integrals are a natural next step after learning parametrized surfaces and surface area.
In many real applications, flux is used to measure fluid flow, electric field flow, and other directional transport. The math tells us whether a field is crossing a surface, sliding along it, or entering and leaving it.
Conclusion
Flux integrals are a way to measure how much a vector field passes through a surface. students, the central idea is simple but powerful: take the component of the field in the normal direction, then add it up over the surface. The parametrization $\mathbf{r}(u,v)$ turns the surface into a region $D$ in the $uv$-plane, and the cross product $\mathbf{r}_u\times\mathbf{r}_v$ gives the normal direction needed for the flux formula.
Orientation is essential because the sign of the flux depends on which normal vector is chosen. Flux integrals connect geometry, vectors, and real-world flow, making them a key part of Multivariable Calculus and a major extension of surface integrals.
Study Notes
- Flux measures how much of a vector field crosses a surface.
- The flux integral is
$$\iint_S \mathbf{F} \cdot \mathbf{n}\, dS$$
- For a parametrized surface $\mathbf{r}(u,v)$, use
$$\iint_D \mathbf{F}(\mathbf{r}(u,v))\cdot(\mathbf{r}_u\times\mathbf{r}_v)\, dudv$$
- The cross product $\mathbf{r}_u\times\mathbf{r}_v$ gives a normal vector to the surface.
- Orientation matters: reversing the normal changes the sign of the flux.
- Upward, downward, inward, and outward are common orientation words.
- Flux integrals are different from scalar surface integrals because flux includes direction.
- A surface with tangent flow has flux $0$ because the dot product with the normal is $0$.
- For symmetric regions like disks, polar coordinates can simplify the double integral.
- Flux integrals are used to study fluid flow, field movement, and transport across curved surfaces.
