How to evaluate surface integrals: Parameterize surface, compute ru×rv, find its magnitude, substitute into integrand, and integrate over the parameter domain.
Example: For f=x2 over the cylinder x2+y2=1, 0≤z≤1, use r(θ,z)=⟨cosθ,sinθ,z⟩, ∣rθ×rz∣=1, integral = ∫02π∫01cos2θdzdθ=π.
Reason: Step-by-step evaluation, like line integrals, builds computational skills for physical applications.
2
Easy
10
Medium
4
Hard
📝 All How to evaluate surface integrals MCQs
Q1. A surface S is given by z=4−x2−y2 above the disk x2+y2≤1. Which setup correctly represents the scalar surface integral ∬SzdS after projection onto the xy-plane?
A.∫02π∫01(4−r2)rdrdθ
B.∫02π∫01(4−r2)1+4r2rdrdθ ✅
C.∫02π∫01(4−r2)1+r2rdrdθ
D.∫02π∫014r1+4r2drdθ
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: For a graph z=f(x,y), the surface element is dS=1+fx2+fy2dA. Here fx=−2x and fy=−2y, so the factor becomes 1+4x2+4y2=1+4r2. The integrand is z=4−r2, and dA=rdrdθ.
Q2. For a parametrized surface r(u,v), which expression represents the scalar surface element used to evaluate ∬SgdS?
A.∣ru×rv∣dudv ✅
B.ru⋅rvdudv
C.∣ru+rv∣dudv
D.∣ru×rv∣2dudv
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The magnitude of the cross product ru×rv gives the area-scaling factor from the parameter domain to the surface. Therefore dS=∣ru×rv∣dudv. The dot product instead measures the angle-related interaction of tangent vectors and does not generally give the required surface-area element.
Q3. A student evaluates ∬Sf(x,y,z)dS over a surface described by z=g(x,y) but replaces dS with dxdy. What is the main conceptual error?
A.The student forgot to substitute z=g(x,y) into f.
B.The student ignored the stretching of the horizontal area element onto the tilted surface. ✅
C.The student used a scalar integral instead of a vector integral.
D.The student must always use polar coordinates for a surface integral.
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: The projection dxdy measures area in the horizontal plane, not directly on the surface. A tilted or curved surface generally has greater area than its projection. The factor 1+gx2+gy2 accounts for this geometric stretching and must multiply the projected area element.
Q4. Consider the plane z=2x+3y+1 over a region D in the xy-plane. Which observation allows the surface integral ∬S1dS to be evaluated most efficiently?
A.The surface-area factor is constant because the plane has constant partial derivatives. ✅
B.The surface-area factor is zero because the plane has no curvature.
C.The surface-area factor equals 1+2+3.
D.The surface-area factor depends on x and y because every plane has variable slope.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: For z=2x+3y+1, the derivatives are zx=2 and zy=3, both constants. Thus dS=1+22+32dA=14dA. The entire surface area is therefore 14 times the area of its projection, making the evaluation especially direct.
Q5. A hemispherical surface is described by x2+y2+z2=a2, z≥0. If the density depends only on height through ρ=z, which strategy best simplifies ∬SρdS?
A.Convert the entire sphere to Cartesian coordinates immediately.
B.Use symmetry and spherical coordinates so that z=acosϕ and dS=a2sinϕdϕdθ. ✅
C.Replace dS by dzdθ.
D.Treat z as constant because the surface is spherical.
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: Spherical coordinates align naturally with the geometry. On the hemisphere, z=acosϕ, while the spherical surface element is dS=a2sinϕdϕdθ. This converts the surface integral into a simple angular integral and avoids the complicated square-root factor produced by a Cartesian graph representation.
Q6. A metal sheet occupies the portion of the plane z=x+y above the square 0≤x≤2,0≤y≤2. Its surface density is proportional to x+y. Which expression correctly models its total mass?
A.∬D(x+y)dA
B.∬D(x+y)3dA ✅
C.∬D(x+y)1+x2+y2dA
D.∬D(x+y)(1+1)dA
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: The mass is the density integrated with respect to actual surface area. Since z=x+y, we have zx=1 and zy=1, giving dS=1+12+12dA=3dA. Therefore the density x+y must be multiplied by 3 before integrating over the square.
Q7. For S:z=9−x2−y2, the upper hemisphere of radius 3, a student argues that using z=f(x,y) must produce an infinite surface-area factor near the boundary because fx and fy become large. Which conclusion is most accurate?
A.The argument is correct, so the surface area is infinite.
B.The graph method fails completely for hemispheres.
C.The derivatives become large, but the resulting surface element is integrable and gives the finite hemisphere area. ✅
D.The surface element becomes zero near the boundary and cancels the divergence.
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation: The derivatives of f=9−x2−y2 do become unbounded as x2+y2→9, but that does not imply that the total surface area diverges. In polar coordinates the surface element simplifies to 3r/9−r2drdθ, whose integral from 0 to 3 is finite.
Q8. A student evaluates the surface z=x2+y2 over the unit disk and writes dS=1+2x+2ydA. What mistake has been made?
A.The derivatives should be squared before being added. ✅
B.The function must first be converted to spherical coordinates.
C.The surface element for every paraboloid is simply dA.
D.The student should use 1+x2+y2 instead.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: For z=x2+y2, the partial derivatives are zx=2x and zy=2y. The correct factor is therefore 1+(2x)2+(2y)2=1+4x2+4y2. The error comes from adding the derivatives directly rather than squaring them as required by the surface-area formula.
Q9. A graph of a surface shows a nearly horizontal patch in one region and a steeply tilted patch of equal projected area in another. If the surface density is constant, which region contributes more to the surface integral?
A.The nearly horizontal region, because its projection is larger.
B.The steep region, because the same projected area corresponds to greater actual surface area. ✅
C.Both contribute equally because their projected areas are equal.
D.Neither can contribute unless the surface is closed.
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: Equal projected areas do not imply equal actual surface areas. A steeply tilted patch is stretched relative to its projection, so its surface-area factor 1+fx2+fy2 is larger. With constant density, the contribution is proportional to actual area, making the steeper region contribute more.
Q10. A contour-style graph indicates that z=f(x,y) is rotationally symmetric about the z-axis, and the density also depends only on x2+y2. Which coordinate choice is most likely to reduce the evaluation effort?
A.Cartesian coordinates, because symmetry should be avoided.
B.Polar coordinates in the xy-plane, because both the surface and density are rotationally symmetric. ✅
C.Only spherical coordinates, regardless of the surface equation.
D.A single z-integration, because the surface is two-dimensional.
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: Rotational symmetry about the z-axis strongly suggests polar coordinates. Writing x=rcosθ and y=rsinθ converts x2+y2 to r2, while the angular dependence often disappears. This can reduce a two-dimensional surface integral to a simpler radial integral multiplied by the angular interval.
Q11. A hemispherical tank has surface density proportional to z2. An engineer can evaluate the mass either by projecting onto the xy-plane or by using spherical coordinates. Which comparison is correct?
A.Both methods must give the same value when their parameterizations cover exactly the same surface. ✅
B.The projection method always gives a larger value because it ignores curvature.
C.Spherical coordinates necessarily give a smaller value because z≤a.
D.The two methods cannot agree because their surface elements are different.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Different coordinate systems or parameterizations describe the same geometric surface, so a correctly constructed integral must produce the same physical mass. The formulas may look very different because their surface elements are expressed differently, but both account for the same actual area and density.
Q12. A surface patch is parametrized by r(u,v)=(u,v,u2+v2) for 0≤u,v≤1. A student computes ru×rv=(−2u,−2v,1) but uses its first component alone when forming dS. Why is this invalid?
A.Only the first component determines surface area.
B.Surface area requires the magnitude of the full cross product, which accounts for both tangent directions and their relative orientation. ✅
C.The cross product should be replaced by the dot product.
D.The first component is sufficient only when u=v.
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: The cross product vector is normal to the surface, and its magnitude gives the area of the parallelogram generated by the two tangent vectors. Therefore dS=(−2u)2+(−2v)2+12dudv=1+4u2+4v2dudv. Using one component discards essential geometric information.
Q13. Suppose S is the portion of z=5−x2−y2 above the disk x2+y2≤4, and the density is ρ=z. Which sequence of steps is mathematically sound?
A.Use polar coordinates, substitute z=5−r2, compute dS=1+4r2rdrdθ, then integrate over 0≤r≤2. ✅
B.Use dS=rdrdθ, because polar coordinates automatically include surface curvature.
C.Integrate z from 0 to 5−r2, treating the surface as a volume.
D.Use dS=1+2rrdrdθ, because the derivative of r2 is 2r.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The correct procedure separates the geometry from the density. The graph has derivatives −2x and −2y, producing the factor 1+4r2. Polar coordinates contribute rdrdθ, while the density becomes 5−r2. The disk radius determines 0≤r≤2.
Q14. Two methods are proposed for evaluating the area of a planar surface patch: Method I projects it onto the xy-plane and uses a constant factor C; Method II directly parametrizes the plane and computes ∣ru×rv∣. If both methods describe the same patch correctly, what must be true?
A.The two answers may differ because projection changes the surface.
B.The answers must agree, and C represents the constant stretching factor between the plane and its projection. ✅
C.Method II must always produce twice the result of Method I.
D.The projection method is valid only for horizontal planes.
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: For a plane, the slopes are constant, so the ratio between actual surface area and projected area is constant. Thus Method I uses a constant stretching factor. A correct parametrization in Method II must encode exactly the same geometric stretching through the cross-product magnitude, so both approaches necessarily yield the same area.
Q15. A surface is the graph z=f(x,y) over a region D, and fx2+fy2 is constant and equal to 8. If the surface density is also constant k, what is the most efficient expression for its total mass?
A.kArea(D)
B.3kArea(D)
C.k8Area(D)
D.k9Area(D) ✅
💡 Difficulty: medium | ✅ Correct: D
📖 Explanation: Since fx2+fy2=8, the surface element is dS=1+8dA=3dA. With constant density k, the mass becomes k∬SdS=3kArea(D). This illustrates that constant gradient magnitude allows the surface integral to collapse to a simple area calculation.
Q16. A surface integral over a closed spherical surface has integrand x+y+z, and the density is otherwise uniform. Without carrying out a lengthy parametrization, what can be concluded about the integral?
A.It equals the sphere's surface area.
B.It is positive because x+y+z is positive on the upper hemisphere.
C.It is zero because contributions from opposite points cancel. ✅
D.It equals three times the sphere's surface area.
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation: Every point (x,y,z) on a sphere has an antipodal point (−x,−y,−z) with the same surface-area contribution but opposite value of x+y+z. Pairing all such points causes exact cancellation. Therefore the integral is zero, even though the integrand is not identically zero.