4.4.31 · D5Multivariable Calculus
Question bank — Surface integrals — scalar and vector (flux)
The core objects you'll be tested on:
- The stretch factor — how much area a tiny parameter square gains when mapped onto the curved surface (built from the Cross product).
- The scalar element (always positive).
- The vector element (carries a sign / direction).
True or false — justify
Cover the answers. Each reveal is a full reason.
Flux is always when has positive components.
False. Flux measures flow along the chosen normal; if the field points opposite the normal on part of the surface, that part contributes negatively, so the total can be any sign.
A scalar surface integral with is always .
True. Here is a magnitude (always ), and there is no normal direction to carry a sign, so a nonnegative integrand gives a nonnegative result.
Reversing the parametrization (swapping and ) changes the value of a scalar surface integral.
False. Swapping replaces by , but uses the magnitude, which is unchanged; only flux (which keeps the sign) flips.
The stretch factor is the 3D analogue of the Jacobian used in Double integrals.
True. Both convert a tiny parameter-region area into the actual area it covers after the map; the Jacobian does it inside a plane, does it for a plane mapped into 3D space.
For a flux integral you must always compute the square root .
False. In the in cancels the in , leaving — no root needed.
Every smooth closed surface is orientable.
True. A smooth closed surface (like a sphere) has a consistent inside/outside, so you can pick "outward" everywhere; non-orientable surfaces like the Möbius strip are the exceptions and are not closed.
If two different parametrizations give the same oriented surface, they give the same flux.
True. Flux depends only on the surface, the field, and the chosen normal direction — not on how you sweep the parameters — as long as the orientation (normal direction) agrees.
The vector is always a unit vector.
False. Its length is the stretch factor , which is generally not ; you must divide by that length to get the unit normal .
For the graph , the element always points upward.
True. Its -component is regardless of , so this specific parametrization always yields the upward-pointing normal.
Spot the error
Each line states a flawed move; the reveal names the mistake and fixes it.
"Since and on the sphere is the outward normal, I'll use for flux."
The vector area element is , not . It only happens to be parallel to on the sphere; the correct object is always the cross product of the tangent vectors.
"."
Two errors: the stretch factor is missing, and must be rewritten as — everything must become a function of before integrating.
"To find the mass of a curved sheet with density , integrate over the flat shadow region ."
You forgot the stretch: slanted patches cover more real area than their shadow, so mass , not .
"The flux came out negative, so I made an arithmetic mistake."
Not necessarily — a negative flux just means net flow is opposite your chosen normal. It's only wrong if it contradicts the orientation the problem asked for.
"For flux through I'll use ."
You dropped the slope weighting. Dotting with gives .
"I checked with the Divergence Theorem but the surface is a hemisphere with an open bottom, so flux ."
The Divergence Theorem needs a closed surface. You must add the flux through the flat disk that caps the hemisphere before equating to the volume integral.
"I parametrized the surface, but plugged the original into and integrated over ."
must be evaluated at , i.e. , so the integrand is a genuine function of over .
Why questions
Why does the area of the mapped parallelogram equal rather than ?
Because the tangent vectors need not be perpendicular; accounts for the angle between them (base times height), while a plain product would overcount.
Why does only the component of along contribute to flux?
Flow parallel to the surface slides across it without passing through; only the perpendicular part actually crosses, and extracts exactly that perpendicular component.
Why is flux often easier to compute than a scalar surface integral over the same surface?
The scalar integral keeps the awkward square root , whereas in flux that norm cancels, leaving a plain polynomial-like dot product .
Why do we use the Cross product here instead of, say, the dot product to build ?
We need the area spanned by two vectors and a direction perpendicular to both; the cross product delivers both (its magnitude is the area, its direction is the normal), which the dot product cannot.
Why does choosing versus matter for flux but not for a scalar integral?
Flux is a signed directional quantity ("through which way?"), so the normal's direction sets the sign; a scalar integral only sums positive area contributions and has no direction to reverse.
Why does the graph case give , and what does the extra mean geometrically?
The is the flat shadow contribution and adds the tilt; being means a sloped patch is always larger than its horizontal shadow, never smaller.
Why can a Möbius strip have no consistent orientation?
Sliding the normal once around the strip returns it pointing the opposite way, so no continuous global choice of exists — the surface has only "one side."
Edge cases
If is everywhere tangent to the surface, what is the flux?
Exactly zero, because at every point — nothing crosses through, everything slides along.
What does give when ?
The surface area itself, since you are just summing the area of every patch with no weighting.
At the equator of a sphere parametrized by , ; what special role does play at the poles ?
The spherical area factor vanishes at the poles, correctly reflecting that the parameter grid squares collapse to zero area there (a coordinate degeneracy, not a hole).
If a surface is only piecewise smooth (like a cube with edges), can you still integrate over it?
Yes — split it into smooth faces, integrate each separately, and add; the edges are measure-zero and contribute nothing, but you must keep each face's orientation consistent (all outward) for flux.
What happens to flux if the surface encloses no net source and inside a closed region?
By the Divergence Theorem the total outward flux is zero — as much fluid enters as leaves, so the field is "incompressible" across that closed surface.
Is ever zero, and what does that signal?
Yes, wherever and are parallel (or one is zero); the parametrization degenerates there (like the poles above), producing no area — a defect of the chart, not the surface.
How does a surface integral relate to a line integral via Stokes' Theorem?
Stokes' Theorem equates the flux of through a surface to the line integral of around its boundary curve, linking the 2D surface flux to a 1D loop.
Recall One-line summaries to carry away
- Scalar : magnitude, always positive, keeps the root.
- Vector : signed, direction , root cancels.
- Reverse orientation → flux flips sign, scalar unchanged.
- Tangent field → zero flux; closed surface with → zero net flux.