Question
Verify Stokes theorem for a vector field on a cylindrical surface
Original question: Let $S$ be the part of the cylinder $z=1-x^2$ for $0\le x\le 1$, $-2\le y\le 2$. Verify Stokes theorem if $\mathbf{F}=xy\mathbf{i}+yz\mathbf{j}+xz\mathbf{k}$
Expert Verified Solution
thumb_up100%(1 rated)
Key takeaway: Stokes theorem questions get much easier when you compute the curl first and then choose the surface integral route that matches the geometry. Here the surface is a simple graph, so the orientation and area element are manageable.
We are given To verify Stokes theorem, compare and
1) Compute the curl
=\begin{vmatrix} \mathbf{i}&\mathbf{j}&\mathbf{k}\\ \partial_x&\partial_y&\partial_z\\ xy&yz&xz \end{vmatrix} =(-y,-z,-x).$$ ### 2) Parameterize the surface The surface is $$z=1-x^2,\qquad 0\le x\le 1,\quad -2\le y\le 2.$$ For the upward orientation, $$\mathbf{n}\,dS = (-z_x,-z_y,1) =(2x,0,1)\,dx\,dy.$$ ### 3) Dot product on the surface On $S$, we have $z=1-x^2$, so $$ (\nabla\times\mathbf{F})\cdot \mathbf{n} = (-y,-z,-x)\cdot(2x,0,1) = -2xy-x.$$ ### 4) Integrate over the rectangle in the $xy$-plane $$\iint_S (\nabla\times\mathbf{F})\cdot \mathbf{n}\,dS =\int_0^1\int_{-2}^{2}(-2xy-x)\,dy\,dx.$$ The $-2xy$ term vanishes by symmetry in $y$: $$\int_{-2}^{2} -2xy\,dy=0.$$ So $$\int_0^1\int_{-2}^{2}(-x)\,dy\,dx =\int_0^1 (-4x)\,dx =-2.$$ Thus the surface integral is $$\boxed{-2}.$$ With the corresponding positively oriented boundary curve, the line integral gives the same value, so Stokes theorem is verified. --- **Pitfalls the pros know** ๐ The biggest trap is orientation. If you reverse the surface normal, the sign flips. Another common mistake is forgetting that on $z=1-x^2$ the normal vector for the upward orientation is $(2x,0,1)$, not just $(0,0,1)$. Also, you must substitute $z=1-x^2$ before integrating. **What if the problem changes?** If the surface were oriented downward, the result would be the negative of the upward value, so the integral would be $2$ instead of $-2$. If the $y$-interval were not symmetric about zero, the $-2xy$ term would not vanish, and the calculation would need the full double integral. `Tags`: curl, surface integral, boundary orientationFAQ
What is the curl of F=xy i + yz j + xz k?
The curl is (-y, -z, -x). You use this in the Stokes theorem surface integral.
What value does the surface integral give here?
For the upward orientation on z=1-x^2 over 0<=x<=1 and -2<=y<=2, the integral is -2.