Chapter 9: Vector Calculus
Section 9.9: Stokes' Theorem
Example 9.9.7
Show that the flux of the curl of F=x2 y i+y z j+x z k through S, the upper portion of the ellipsoid x2+4 y2+6 z2=1 closed with the interior and boundary of an ellipse in the plane z=0, is necessarily zero.
Solution
Mathematical Solution
The closed surface S consists of two parts: Sa, the upper half of the ellipsoid; and Sb, the interior and boundary of the ellipse in the plane z=0.
The calculation ∫∫Sa∇×F·N dσ=−π/8 was implemented in Example 9.9.6, where Sa was called S.
All that is needed here is to show that ∫∫Sb∇×F·N dσ=π/8, so begin by calculating
∇×F=ijk∂x∂y∂zx2 yy zx z = −y−z−x2
A downward (and hence outward) unit normal on Sb is clearly −k. Consequently,
∇×F·N dσ = x2 dA
To integrate this over the interior of C, express C in polar coordinates by the calculation
r cosθ2+4r sinθ2=1
from which it follows that r=rθ=1/cos2θ+4 sin2θ≡E. Change to polar coordinates to obtain for ∫∫Sb∇×F·N dσ the integral
∫02 π∫0Er r2⁢cos⁡t2 dr dθ=π8
Maple Solution - Interactive
All that is needed here is to show that ∫∫Sb∇×F·N dσ=π/8.
Initialize
Tools≻Load Package: Student Vector Calculus
Loading Student:-VectorCalculus
Tools≻Tasks≻Browse: Calculus - Vector≻ Vector Algebra and Settings≻ Display Format for Vectors
Press the Access Settings button and select "Display as Column Vector"
Display Format for Vectors
Define the vector field F
Enter a free vector whose components are those of F. Context Panel: Evaluate and Display Inline
Context Panel: Student Vector Calculus≻Conversions≻To Vector Field
Context Panel: Assign to a Name≻F
x2y,y z,x z = →to Vector Field →assign to a nameF
Obtain ∇×F
Common Symbols palette: Del and cross-product operators
Context Panel: Evaluate and Display Inline
∇×F =
To evaluate ∫∫Sb∇×F·N dσ, use the task template in Table 9.9.7(b). Should the "Clear All and Reset" button in the Task Template be pressed, all the data that has been input to the template will be lost. In that event, the reader should simply re-launch the example to recover the appropriate inputs to the template.
Tools≻Tasks≻Browse: Calculus - Vector≻Integration≻Flux≻3-D≻Through a Surface Defined over an Ellipse
Flux through a Surface Defined over Interior of an Ellipse
For the Vector Field:
Select Coordinate SystemCartesian [x,y,z]Cartesian - othercylindricalsphericalbipolarcylindricalbisphericalcardioidalcardioidcylindricalcasscylindricalconicalellcylindricalhypercylindricalinvcasscylindricallogcylindricallogcoshcylindricaloblatespheroidalparaboloidalparacylindricalprolatespheroidalrosecylindricalsixspheretangentcylindricaltangentspheretoroidal
Table 9.9.7(b) Task template used to evaluate ∫∫Sb∇×F·N dσ
Maple obtains −π/8 because it uses the upward normal Rx×Ry=k, where R=x i+y j+0 k. That this normal points upward, instead of downward (and hence outward) is established by the following calculation.
Rx×Ry = ijk100010 = 001 = k
Changing to the appropriate downward normal changes the sign of the integral.
Maple Solution - Coded
Install the Student VectorCalculus package.
withStudent:-VectorCalculus:
Set display of vectors with BasisFormat command.
BasisFormatfalse:
Define F with the VectorField command.
F≔VectorFieldx2 y,y z,x z:
Use the Curl and Flux commands to obtain the flux of ∇×F through S1
FluxCurlF,Surfacex,y,0,x,y=Ellipsex2+4 y2=1,r,t,output=integral
∫02⁢π∫012⁢tan⁡t2+114+tan⁡t2−r3⁢cos⁡t2ⅆrⅆt
FluxCurlF,Surfacex,y,0,x,y=Ellipsex2+4 y2=1,r,t = −18⁢π
<< Previous Example Section 9.9 Next Section >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document