1. The surface area of a surface defined by $z = f(x, y)$ over a region $R$ in the $xy$-plane is given by which expression?
- A.$\iint_R \sqrt{f_x^2 + f_y^2} \, dA$
- B.$\iint_R \left( f_x^2 + f_y^2 + 1 \right) dA$
- C.$\iint_R \sqrt{f_x^2 + f_y^2 + 1} \, dA$
- D.$\iint_R |f_x + f_y + 1| \, dA$
View Answer
Answer: $\iint_R \sqrt{f_x^2 + f_y^2 + 1} \, dA$
Identify the surface area formula: For a surface $z = f(x, y)$, the surface area element is $dS = \sqrt{f_x^2 + f_y^2 + 1} \, dA$, which accounts for the tilt of the surface relative to the $xy$-plane. Why Option C is correct: Option C correctly includes the $+1$ under the square root, which comes from the cross product of the tangent vectors $\mathbf{r}_x \times \mathbf{r}_y$ when $\mathbf{r}(x,y) = \langle x, y, f(x,y) \rangle$. Why distractors fail: Option A is missing the $+1$ under the radical. Option B has no square root, which would give incorrect units and magnitude. Option D incorrectly sums partial derivatives linearly rather than using the Pythagorean form.