
Arijit G. answered 06/09/23
UC Berkeley Student Passionate About Math, Physics, and CS
Recall the statement of Stokes' Theorem:
∫∫S curl F • dS = ∫C F • dr
We are asked to find the left-hand side, where S is the surface of the paraboloid z = 9 - x2 - y2 above the xy-plane. It's quite difficult to integrate over this region, so we can use Stokes' Theorem and calculate the right-hand side instead, which is much easier to do.
Let C be the curve that bounds our paraboloid. Because our surface is bounded from below by the plane z = 0 (the xy-plane), C is the circle x2 + y2 = 9 with z = 0. Next, we parameterize this curve. Recall that our curve must have positive orientation, meaning it must travel in an overall counterclockwise direction.
Then r(t) = 3cos(t) i + 3 sin(t) j + 0 k, where t ranges from 0 to 2π.
Recall F • dr = F(r(t)) • dr/dt * dt = F(r(t)) • r'(t) dt. Let's find these components.
F(r(t)) = tan(0) i + (3 cos(t) + 0) j + 3 cos(t) sin(3 sin(t)) k = 0 i + 3 cos(t) j + 3 cos(t) sin(3 sin(t)) k.
r'(t) = -3 sin(t) i + 3 cos(t) j + 0 k.
Then F(r(t)) • r'(t) = 9 cos2(t).
Finally, we integrate to find
∫C 9 cos2(t) dt = 9π.


Arijit G.
Thanks for the catch. Given that the surface passes through z = π/2, I think the integral of the curl over the surface should be undefined. How did you confirm 9π as the solution?06/10/23
Roger R.
06/09/23