•
|
Figure 9.9.1(a) shows arrows of the curl field of F, along with the upper hemisphere . The black arrow at the "north pole" is a representative normal taken on .
|
=
•
|
A unit normal on can be obtained by normalizing , where R is a position-vector representation of .
|
|
>
|
use Student:-VectorCalculus in
module()
local F,p;
F:=VectorField(<z,-x,-y>);
p:=Flux(Curl(F),Surface(<x,y,sqrt(-x^2-y^2+1)>,x=-1..1,y=-sqrt(-x^2+1)..sqrt(-x^2+1)),output=plot,fieldoptions=[grid=[3,3,3]],scaling=constrained,caption="",tickmarks=[3,3,3],axes=frame,orientation=[155,85,0]);
print(p);
end module:
end use:
|
|
Figure 9.9.1(a) and the surface
|
|
|
|
|
|
Let be a Cartesian representation of the upper hemisphere . It follows that
= = and
The element of surface area can be obtained from
=
or from . In either event,
so that can be implemented in Cartesian coordinates as
or in polar coordinates as
The line integral around , the unit circle centered at the origin, given by , can be evaluated if is parametrized by the position vector so that on
Consequently, = .
The parametrization chosen for induces a counterclockwise traverse of the circle, an orientation consistent with the choice of an outward normal on .