Chapter 7: Triple Integration
Section 7.5: Integration in Spherical Coordinates
|
Example 7.6.4
|
|
Use spherical coordinates to integrate the function over , the region bounded below by the cone and above by the sphere .
(This region was graphed in Example 7.5.6.)
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
Iteration in the order leads to
|
=
•
|
The upper limit of the middle integral is determined by the representation given for the cone.
|
|
>
|
use plots in
module()
local p1,p2,p3;
p1:=plot3d(2,theta=0..2*Pi,phi=0..Pi/6,coords=spherical);
p2:=plot3d([rho,theta,Pi/6],rho=0..2,theta=0..2*Pi,coords=spherical);
p3:=display(p1,p2,scaling=constrained,labels=[x,y,z],axes=frame,tickmarks=[3,3,3],orientation=[-20,80,0],lightmodel=none);
print(p3);
end module:
end use:
|
|
Figure 7.6.4(a) The region
|
|
|
|
|
|
|
|
Maple Solution - Interactive
|
|
Table 7.6.4(a) provides a solution by a visualization task template.
Tools≻Tasks≻Browse:
Calculus - Multivariate≻Integration≻Visualizing Regions of Integration≻Spherical
|
Evaluate and Graph
|
Volume Element
|
|
|
|
|
|
|
|
|
|
, where
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 7.6.4(a) Solution by visualization task template
|
|
|
Table 7.6.4(b) provides a solution by a task template that embodies the MultiInt command from the Student MultivariateCalculus package. It iterates in just the order , although the command itself will iterate in any of the six possible orders.
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 7.6.4(b) Solution by task template that embodies the MultiInt command
|
|
|
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
|
•
|
Context Panel: Approximate≻5 (digits)
|
|
|
|
|
|
|
Table 7.6.4(c) contains a solution from first principles, with the iterated integral being set via the iterated triple-integral template in the Calculus palette.
•
|
Calculus palette: Iterated triple-integral template
(In the integrand, be sure to include the Jacobian for spherical coordinates.)
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
Table 7.6.4(c) Solution from first principles
|
|
|
|
|
Maple Solution - Coded
|
|
Initialize
|
•
|
Install the Student MultivariateCalculus package.
|
|
|
Apply the MultiInt command from the Student MultivariateCalculus package
|
|
|
|
Solution via the top-level Int and int commands
|
|
|
|
|
|
|
<< Previous Example Section 7.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
|