[Math] Verify Stokes’ Theorem

line-integralsstokes-theoremsurface-integralsvector analysis

I am having trouble verifying stokes theorem for the following surface and vector field. Let $F$ be $z\vec{i}+xy^2\vec{j}+x^2z\vec{k}$ and let $z=x^2+y^2$ be the surface, where $0 \leq z \leq 6$. So I took the top of this bowl (in the plane $z=6$)to be a disc of radius equal to $\sqrt{6}$. Stokes theorem says that the surface integral of $curl(F)\cdot n dS$ where n is a normal vector to the surface, is equal to the closed line integral of $F\cdot dr$, i.e. the work done around the closed loop. When I evaluate the line integral (using polar coordinates integrating w.r.t. theta) I get $9\pi$. When I evaluate the surface integral, (again using polar coordinates using $dA=dr dr\theta$) I get $18\pi$.

Can anybody out there actually verify Stokes' theorem for this surface and field, and tell me where I am going wrong!

Best Answer

The result of the line integral is correct, so the mistake must be with your calculation of the surface integral. You have $\nabla \times \vec F = \left( 0,1-2xz,y^2 \right)$ and with a surface of the form $z=g(x,y)$, the normal $\vec n$ is given by $\left(-g_x,-g_y,1\right)$. The projection of the surface onto the $xy$-plane is a disc centered in the origin and with radius $\sqrt{6}$, so you have to integrate over this disc $D$: $$\iint_D \left( 0,1-2xz,y^2 \right) \cdot \left(-g_x,-g_y,1\right) \,\mbox{d}A$$ where $z=g(x,y)$ with $g(x,y)=x^2+y^2$, so: $$\iint_D \left( 0,1-2x\left(x^2+y^2\right),y^2 \right) \cdot \left(-2x,-2y,1\right) \,\mbox{d}A = \iint_D \left( 4 x^3 y + 4 x y^3 + y^2 - 2 y \right) \,\mbox{d}x\,\mbox{d}y$$ You can choose to switch to polar coordinates or not, but you should find $9\pi$ either way.

Maybe this is sufficient to find your mistake? If not, perhaps you can show us your calculations.

Related Question