Historical Context & Motivation
Throughout the history of physics and mathematics, scientists have needed a way to measure how much of something — whether it be water, wind, heat, or electric charge — passes through a surface. The idea of flux captures exactly this notion: the total amount of a field that flows through a given area. Early work in fluid dynamics and electromagnetism drove mathematicians to develop the tools for computing flux, and those tools eventually became the surface integral — one of the most powerful ideas in multivariable calculus.
The central question that flux answers is deceptively simple: how much of a vector field passes through a surface? Whether the field represents wind velocity, electric field lines, or the flow of a river, computing flux gives you a single number that summarizes the net "throughput" across the surface. In this lesson, you will learn exactly how to set up and evaluate these calculations.
Core Principles & Definitions
Before diving into computation, you need to understand four foundational ideas that make flux calculations possible. Each one builds on ideas from earlier calculus courses — vectors, dot products, and integration — but combines them in a new three-dimensional setting.
Vector Field
Oriented Surface
Normal Vector (n̂)
The Dot Product Filter
Visual Explanation
How a Vector Field Flows Through a Surface
In the diagram above, pay attention to the relationship between the field vectors (cyan) and the normal vectors (pink). Where the field flows nearly parallel to n̂, the dot product F · n̂ is large, meaning a lot of flux passes through that part of the surface. Where the field is nearly tangent to the surface, the dot product approaches zero, contributing almost no flux. The total flux is found by summing (integrating) F · n̂ over the entire surface.
Mathematical Framework
Now let's formalize the idea of flux into equations you can actually compute. Suppose you have a vector field F = ⟨P, Q, R⟩ and an oriented surface S. The flux of F across S is defined by a surface integral.
To actually evaluate this integral, you typically parameterize the surface using two parameters, u and v. A common special case is when the surface is the graph of a function z = g(x, y), which leads to a much simpler formula.
Step-by-Step Setup Guide
Setting up a flux integral involves several decisions. The following diagram and breakdown walk you through the process so you can approach any problem systematically.
- Step 1: Clearly write out F = ⟨P, Q, R⟩ and identify the surface S and the region D it projects onto.
- Step 2: Determine which direction the normal vector should point (upward, outward, etc.) based on the problem statement.
- Step 3: If S is z = g(x, y), compute gₓ and gᵧ and plug into the shortcut formula. Otherwise, parameterize S as r(u, v) and compute rᵤ × rᵥ.
- Step 4: Set up the bounds of the double integral over D and evaluate using standard techniques (iterated integrals, polar coordinates, etc.).
Worked Example
Let's compute the flux of F = ⟨0, 0, z⟩ across the surface S: z = 4 − x² − y² for x² + y² ≤ 4, with upward orientation. This surface is a paraboloid capping off above the disk of radius 2.
Flux Integrals vs. Other Integrals
It is easy to confuse flux integrals with other types of integrals you have seen. The table below compares the flux integral (surface integral of a vector field) with the scalar surface integral and the line integral, highlighting what each one measures and how the setup differs.
| Feature | Flux (Surface) Integral | Scalar Surface Integral | Line Integral of F |
|---|---|---|---|
| What it measures | Net flow of a vector field through a surface | "Weighted area" of a surface using a scalar function | Work done by a vector field along a curve |
| Integrand | F · n̂ dA (dot product with normal) | f(x, y, z) dS (scalar times area element) | F · dr (dot product with tangent) |
| Domain | A 2D surface in 3D space | A 2D surface in 3D space | A curve in 2D or 3D space |
| Orientation needed? | Yes — must choose n̂ direction | No | Yes — must choose direction of traversal |
| Result can be negative? | Yes — flow can oppose the chosen normal | Only if f < 0 | Yes — work can be negative |
Connection to the Divergence Theorem
Computing flux across a surface is not just a standalone skill — it connects to one of the most important theorems in all of calculus. The Divergence Theorem (also called Gauss's Theorem) states that the total outward flux through a closed surface equals the triple integral of the divergence of F over the enclosed volume.
| Aspect | Direct Flux Computation | Via Divergence Theorem |
|---|---|---|
| When to use | Open surfaces, or when parameterization is straightforward | Closed surfaces enclosing a nice volume (sphere, cube, cylinder) |
| Computation type | Surface integral (double integral) | Volume integral (triple integral) |
| Advantage | Works for any oriented surface | Often much simpler for closed surfaces with symmetric regions |
| Limitation | Can be difficult if surface is complicated | Only works for closed surfaces; must compute divergence |
As you continue in multivariable calculus, the Divergence Theorem and its two-dimensional counterpart (Green's Theorem) will give you powerful shortcuts for many flux problems. For now, the key insight is that flux through a closed surface tells you how much the field "creates" or "absorbs" inside the volume — a concept called divergence. Mastering direct flux computation, as covered in this lesson, is the foundation for understanding these deeper connections.
Practice Problems
Lesson Summary
Flux measures the total amount of a vector field that flows through an oriented surface. The key mathematical tool is the dot product F · n̂, which extracts the component of the field perpendicular to the surface at each point. Only this perpendicular component contributes to flux — anything parallel to the surface slides along without passing through.
For surfaces given as z = g(x, y) with upward orientation, the flux integral simplifies to Φ = ∬(−P gₓ − Q gᵧ + R) dA. For general parameterized surfaces r(u, v), you compute the cross product rᵤ × rᵥ and integrate F · (rᵤ × rᵥ) over the parameter domain. Mastering these techniques prepares you for the Divergence Theorem, which relates flux through closed surfaces to the divergence of the field inside the enclosed volume.