Chapter 9: Vector Calculus
Section 9.6: Surface Integrals
|
Example 9.6.10
|
|
Obtain the flux of the field through the surface of the rectangular parallelepiped (box) whose faces lie in the planes .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
Figure 9.6.10(a) shows the box, representative normal vectors on each face of the box, and field arrows representing the vector field.
|
•
|
Table 9.6.10(a) summarizes over the six faces of the box.
|
Face
|
N
|
|
|
|
|
|
|
|
|
|
-5
6
|
Table 9.6.10(a)
|
|
|
|
>
|
use Student:-VectorCalculus in
module()
local F,p1;
F:=VectorField(<x,y,z>);
p1:=Flux(F,Box(1..2,3..4,5..6),output=plot,caption="",fieldoptions=[grid=[5,5,5]],tickmarks=[3,3,3],axes=frame,orientation=[-45,70,0]);
print(p1);
end module:
end use:
|
|
Figure 9.6.10(a) Surface, normals, field
|
|
|
|
|
|
Because opposite faces can be paired, there are only three double integrals to evaluate, namely
|
|
Maple Solution - Interactive
|
|
Table 9.6.10(b) provides a solution by task template.
Tools≻Tasks≻Browse:
Calculus - Vector≻Integration≻Flux≻3-D≻Through a Box
|
Flux through a Box
|
For the Vector Field:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 9.6.10(b) Solution via task template
|
|
|
Table 9.6.10(c) provides a solution from first principles. The value(s) for on the faces of the box are taken from Table 9.6.10(a). On each face of the box, , where is the appropriate product of two of the differentials .
Form and evaluate the flux integral
|
•
|
Calculus palette:
Iterated double-integral template
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
Table 9.6.10(c) Solution from first principles
|
|
|
|
|
Maple Solution - Coded
|
|
Table 9.6.10(d) provides a solution via the Flux command in the Student VectorCalculus package.
Initialize
|
•
|
Install the Student VectorCalculus package.
|
|
|
Define F via the VectorField command.
|
|
Invoke the Flux command with the Box option
|
=
|
Table 9.6.10(d) Solution via the Flux command
|
|
|
If the option "output = plot" is implemented in the Flux command, a version of Figure 9.6.10(a) will result. The additional graphing options in that figure can be seen in the version of the command used behind the table cell holding the figure.
|
|
|
<< Previous Example Section 9.6
Next Example >>
© 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
|