Let’s see now how we can do the same example, with fewer computations, first some theory.
Orientation
For surfaces, we say that positive orientation is “pointing outwards”. For hollow surfaces this is always the case. If our parameterization is given by a single function, then we always have the correct choice.
However, imagine half the unit sphere with a filled base. The base with parameterization: D={(r,θ)∣0≤r≤1,0≤θ≤2π}. Is going to be a negative integral.
The Divergence Theorem
For a vector field, F:R3→R3, the divergence is:
divF=∂x∂P+∂y∂Q+∂z∂R
Let S be a hollow surface and let E be the 3-dimensional region it surrounds (∂E=S).
Then:
∬SF⋅dS=∭EdivFdV
Equivalently:
∬∂EF⋅dS=∭EdivFdV
Now let’s take the sample example.
Example
Find the flux of F=⟨z,y,x on the unit sphere.
divF=∂x∂P+∂y∂Q+∂z∂R=0+0+1=1∬SF⋅dS=∭E1dV
We could now just transform to polar coordinates, but, this is the volume of the unit sphere, which is just:
34π
Stokes’ Theorem
So far we have seen Green’s Theorem as well as The Divergence theorem. But what is the reason that Green’s Theorem only works in R3?
Well, Stokes Theorem is essentially Green’s Theorem but in R3.
For F:R3→R3, we define its curl as:
NB: it is also called rot and sometimes denoted as ∇×F.
curlF=⟨∂y∂R−∂z∂Q,∂z∂P−∂x∂R,∂x∂Q−∂y∂P⟩
If S⊂R3 is a surface, surrounded by a simple, closed curve in R3. Then:
∫CF⋅dr=∬ScurlFdS
Example
Compute ∫CF⋅dr for F=⟨−y2,x,z2⟩ and C being the intersection of y+z=2 with x2+y1=1.
Let’s find the curl:
curlF=⟨0,0,1+2y⟩
We need to find the surface, the intersection of y+z=2 and x2+y2=1 will just be the unit disk but at a slight tilt.
∬ScurlFdS
Is just the flux through this region, let’s express this in polar coordinates
sin(θ) has symmetry around 2π, therefore the integral of that is 0.
∫012πrdr=π
Compute ∬ScurlFdS where F=⟨xz,yz,xy⟩ and S is the part of the sphere of radius 2 around (0,0,0) that lies inside the cylinder x2+y2≤1 and above the xy-plane.
Let’s actually use Stokes theorem, “backwards”. C will be a circle with: