Section 17.3 : Surface Integrals
3. Evaluate ∬S2ydS where S is the portion of y2+z2=4 between x=0 and x=3−z.
Show All Steps Hide All Steps
Start SolutionLet’s start off with a quick sketch of the surface we are working with in this problem.


Note that the surface in this problem is only the cylinder itself. The “caps” of the cylinder are not part of this surface despite the red “cap” in the sketch. That was included in the sketch to make the front edge of the cylinder clear in the sketch. We would only include the “caps” if the problem had specified that in some manner to make it clear.
Show Step 2Now because our surface is a cylinder we’ll need to parameterize it and use the following formula for the surface integral.
∬Sf(x,y,z)dS=∬Df(→r(u,v))‖→ru×→rv‖dAwhere u and v will be chosen as needed when doing the parameterization.
We saw how to parameterize a cylinder in the previous section so we won’t go into detail for the parameterization. The parameterization is,
→r(x,θ)=⟨x,2sinθ,2cosθ⟩0≤θ≤2π,0≤x≤3−z=3−2cosθWe’ll use the full range of θ since we are allowing it to rotate all the way around the x‑axis. The x limits come from the two planes that “bound” the cylinder and we’ll need to convert the upper limit using the parameterization.
Next, we’ll need to compute the cross product.
→rx=⟨1,0,0⟩→rθ=⟨0,2cosθ,−2sinθ⟩ →rx×→rθ=|→i→j→k10002cosθ−2sinθ|=2sinθ→j+2cosθ→kThe magnitude of the cross product is,
‖→rx×→rθ‖=√4sin2θ+4cos2θ=2The integral is then,
∬S2ydS=∬D2(2sinθ)(2)dA=∬D8sinθdADon’t forget to plug the y component of the surface parametrization into the integrand and D is just the limits on x and θ we noted above in the parameterization.
Show Step 3Now all that we need to do is evaluate the double integral and that shouldn’t be too difficult at this point.
The integral is then,
∬S2ydS=∫2π0∫3−2cosθ08sinθdxdθ=∫2π0(8xsinθ)|3−2cosθ0dθ=∫2π08(3−2cosθ)sinθdθ=∫2π024sinθ−16sinθcosθdθ=∫2π024sinθ−8sin(2θ)dθ=(−24cosθ+4cos(2θ))|2π0=0