Chapter 8: Applications of Triple Integration
Section 8.1: Volume
Example 8.1.26
Use an iterated triple integral to obtain the volume of R, the region interior to the surface ρ=2 sinφ, where ρ,φ,θ are the variables of spherical coordinates.
Solution
Mathematical Solution
Figure 8.1.26(a) shows the solid whose volume is obtained by iterating a triple integral in spherical coordinates in the order dρ dφ dθ.
∫02 π∫0π∫0 2 sinφρ2sinφ dρ dφ dθ = 2 π2
Figure 8.1.26(a) Region R
Maple Solution - Interactive
Table 8.1.26(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 ∭RΨρ,φ,θ dv and Graph R
Volume Element dv=ρ2sinφ×
dρ dφ dθ
dρ dθ dφ
dφ dρ dθ
dφ dθ dρ
dθ dφ dρ
dθ dρ dφ
, where Ψ=
F=
G=
b=
f=
g=
a=
Table 8.1.26(a) Task template integrating in spherical coordinates
Since the iteration order can be taken as dρ dφ dθ, the task template in Table 8.1.26(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 z-axis)
Integrand:
1
Region: ρ1φ,θ≤ρ≤ρ2φ,θ,φ1θ≤φ≤φ2θ,a≤θ≤b
ρ1φ,θ
0
ρ2φ,θ
2 sinφ
2⁢sin⁡φ
φ1θ
φ2θ
π
a
b
2 π
2⁢π
Inert Integral: dρ dφ dθ
StudentMultivariateCalculusMultiInt,ρ=..,φ=..,θ=..,coordinates=sphericalρ,φ,θ,output=integral
∫02⁢π∫0π∫02⁢sin⁡φρ2⁢sin⁡φⅆρⅆφⅆθ
Value:
StudentMultivariateCalculusMultiInt,ρ=..,φ=..,θ=.., coordinates=sphericalρ,φ,θ
2⁢π2
Stepwise Evaluation:
StudentMultivariateCalculusMultiInt,ρ=.., φ=..,θ=..,coordinates=sphericalρ,φ,θ,output=steps
∫02⁢π∫0π∫02⁢sin⁡φρ2⁢sin⁡φⅆρⅆφⅆθ=∫02⁢π∫0πρ3⁢sin⁡φ3ρ=0..2⁢sin⁡φ|ρ3⁢sin⁡φ3ρ=0..2⁢sin⁡φⅆφⅆθ=∫02⁢π∫0π8⁢sin⁡φ43ⅆφⅆθ=∫02⁢π−2⁢sin⁡φ3⁢cos⁡φ3−cos⁡φ⁢sin⁡φ+φφ=0..π|−2⁢sin⁡φ3⁢cos⁡φ3−cos⁡φ⁢sin⁡φ+φφ=0..πⅆθ=∫02⁢ππⅆθ=π⁢θθ=0..2⁢π|π⁢θθ=0..2⁢π
Table 8.1.26(b) Task template implementing the MultiInt command iterating in the order dρ dφ dθ
Initialize
Tools≻Load Package: Student Multivariate Calculus
Loading Student:-MultivariateCalculus
Access the MultiInt command via the Context Panel
Type the integrand, 1.
Context Panel: Student Multivariate Calculus≻Integrate≻Iterated Fill in the fields of the two dialogs shown below.
Context Panel: Evaluate Integral
1→MultiInt∫02⁢π∫0π∫02⁢sin⁡φρ2⁢sin⁡φⅆρⅆφⅆθ=2⁢π2
Table 8.1.26(c) provides a solution from first principles.
Calculus Palette: Iterated triple-integral template
Context Panel: Evaluate and Display Inline
∫02 π∫0π∫02 sinφρ2sinφ ⅆρ ⅆφ ⅆθ = 2⁢π2
Table 8.1.26(c) Integration via first principles
Maple Solution - Coded
Table 8.1.26(d) obtains a solution via the MultiInt command in the Student MultivariateCalculus package. See Table 8.1.26(b) for an implementation of this integration via a task template.
Install the Student MultivariateCalculus package.
withStudent:-MultivariateCalculus:
MultiInt1,ρ=0..2 sinφ,φ=0..π,θ=0..2 π,coordinates=sphericalρ,φ,θ,output=integral
MultiInt1,ρ=0..2 sinφ,φ=0..π,θ=0..2 π,coordinates=sphericalρ,φ,θ = 2⁢π2
Table 8.1.26(d) MultiInt command iterating in spherical coordinates in the order dρ dφ dθ
Table 8.1.26(e) implements the iterated integration via the top-level Int and int commands.
Intρ2sinφ,ρ=0..2 sinφ,φ=0..π,θ=0..2 π=intρ2sinφ,ρ=0..2 sinφ,φ=0..π,θ=0..2 π
∫02⁢π∫0π∫02⁢sin⁡φρ2⁢sin⁡φⅆρⅆφⅆθ=2⁢π2
Table 8.1.21(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
Download Help Document