Chapter 8: Applications of Triple Integration
Section 8.1: Volume
|
Example 8.1.14
|
|
Use an iterated triple integral to obtain the volume of , the region that is bounded inside by the surface and outside by the sphere . (The variables are spherical coordinates.)
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
Figure 8.1.14(a) shows the region whose volume is obtained by iterating a triple integral in spherical coordinates in the order .
|
=
•
|
The sphere in Figure 8.1.14(a) has been drawn with a cut-away so that the inner surface is properly visible.
|
|
>
|
use plots in
module()
local p1,p2,p3;
p1:=plot3d(2,theta=0..11*Pi/8,phi=0..Pi,coords=spherical);
p2:=plot3d(1+cos(phi),theta=0 ..2*Pi,phi=0..Pi,coords=spherical,color=red);
p3:=display(p1,p2,scaling=constrained,labels=[x,y,z], orientation=[-65,85,0],axes=frame,tickmarks=[3,3,5],lightmodel=light3);
print(p3);
end module:
end use:
|
|
Figure 8.1.14(a) Surface inside sphere
|
|
|
|
|
|
|
|
Maple Solution - Interactive
|
|
Table 8.1.14(a) provides a solution by a task template that integrates in cylindrical coordinates and draws the region of integration.
Tools≻Tasks≻Browse:
Calculus - Multivariate≻Integration≻Visualizing Regions of Integration≻Spherical
|
Evaluate and Graph
|
Volume Element
|
|
|
|
|
|
|
|
|
|
, where
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 8.1.14(a) Task template integrating in spherical coordinates
|
|
|
(The "tail" attached to the graph of is an artifact of how Maple composed the graphs of the surfaces. Transparency has been applied to the graph of the sphere via the Context Panel for the graph drawn by the task template. Unfortunately, this task template provided no other means of modifying the graph.)
Since the iteration order can be taken as , the task template in Table 8.1.14(a), using the MultiInt command from the Student MultivariateCalculus package, applies.
Tools≻Tasks≻Browse:
Calculus - Multivariate≻Integration≻Multiple Integration≻Spherical
|
Iterated Triple Integral in Spherical Coordinates
( = colatitude, measured down from -axis)
|
Integrand:
|
|
Region:
|
|
|
|
|
|
|
|
|
|
|
|
|
Inert Integral:
|
>
|
|
| (8) |
|
Value:
|
>
|
|
|
Stepwise Evaluation:
|
>
|
|
| |
|
|
|
|
Table 8.1.14(b) Task template implementing the MultiInt command iterating in the order
|
|
|
Access the MultiInt command via the Context Panel
|
•
|
Context Panel: Student Multivariate Calculus≻Integrate≻Iterated
Fill in the fields of the two dialogs shown below.
|
•
|
Context Panel: Evaluate Integral
|
|
|
|
|
|
|
Table 8.1.14(c) provides a solution from first principles.
•
|
Calculus Palette:
Iterated triple-integral template
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
Table 8.1.14(c) Integration via first principles
|
|
|
|
|
Maple Solution - Coded
|
|
Table 8.1.14(d) obtains a solution via the MultiInt command in the Student MultivariateCalculus package. See Table 8.1.14(b) for an implementation of this command via a task template.
•
|
Install the Student MultivariateCalculus package.
|
|
|
|
=
|
Table 8.1.14(d) MultiInt command iterating in spherical coordinates in the order
|
|
|
Table 8.1.14(e) implements the iterated integration via the top-level Int and int commands.
|
Table 8.1.14(e) Top-level Int and int commands
|
|
|
|
|
|
<< Previous Example Section 8.1
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
|