1. In the scalar surface integral $\iint_S f\, dS$, what role does $|\mathbf{r}_u \times \mathbf{r}_v|$ play?
- A.It gives the unit outward normal to the surface.
- B.It converts the parameter-domain area element $dA$ into the surface area element $dS$.
- C.It measures the flux of a vector field through the surface.
- D.It equals the Jacobian determinant used to change coordinate systems in triple integrals.
View Answer
Answer: It converts the parameter-domain area element $dA$ into the surface area element $dS$.
Definition of $dS$: By definition, $dS = |\mathbf{r}_u \times \mathbf{r}_v|\, dA$, where $dA = du\, dv$ is the area element in parameter space. Why the correct answer works: The magnitude of the cross product accounts for how the parametrization stretches or compresses area, converting a flat $du\,dv$ element into the true surface area element. Why distractors fail: Option A confuses the magnitude with the unit normal; the unit normal is $\frac{\mathbf{r}_u \times \mathbf{r}_v}{|\mathbf{r}_u \times \mathbf{r}_v|}$. Option C describes flux integrals, which use $(\mathbf{r}_u \times \mathbf{r}_v)$ as a vector, not its magnitude. Option D describes a Jacobian for volume integrals, a different context.