Chapter 8: Applications of Triple Integration
Section 8.1: Volume
Example 8.1.23
Use an iterated triple integral to obtain the volume of R, the region that lies inside both the sphere x2+y2+z2=16 and the cylinder x2+y2−4 y=0.
Solution
Mathematical Solution
Figure 8.1.23(a) shows the solid whose volume is obtained by iterating a triple integral in cylindrical coordinates in the order dz dr dθ.
∫0π∫04 sinθ∫−16−r216− r2r dz dr dθ = 1283π−43
Figure 8.1.23(a) Cylinder and sphere
Maple Solution - Interactive
Table 8.1.23(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≻Cylindrical
Evaluate ∭RΨr,θ,z dv and Graph R
Volume Element dv
r dz dr dθ
r dz dθ dr
r dr dθ dz
r dr dz dθ
r dθ dr dz
r dθ dz dr
, where Ψ=
F=
G=
b=
f=
g=
a=
Table 8.1.23(a) Task template integrating in cylindrical coordinates
Since the iteration order can be taken as dz dr dθ, the task template in Table 8.1.23(a), using the MultiInt command from the Student MultivariateCalculus package, applies.
Tools≻Tasks≻Browse: Calculus - Multivariate≻Integration≻Multiple Integration≻Cylindrical
Iterated Triple Integral in Cylindrical Coordinates
Integrand:
1
Region: z1r,θ≤z≤z2r,θ,r1θ≤r≤r2θ,a≤θ≤b
z1r,θ
−16−r2
−−r2+16
z2r,θ
16−r2
−r2+16
r1θ
0
r2θ
4 sinθ
4⁢sin⁡θ
a
b
π
Inert Integral: dz dr dθ
(Note automatic insertion of Jacobian.)
StudentMultivariateCalculusMultiInt,z=..,r=..,θ=..,coordinates=cylindricalr,θ,z,output=integral
∫0π∫04⁢sin⁡θ∫−−r2+16−r2+16rⅆzⅆrⅆθ
Value:
StudentMultivariateCalculusMultiInt,z=..,r=..,θ=..,coordinates=cylindricalr,θ,z
1283⁢π−5129
Stepwise Evaluation:
StudentMultivariateCalculusMultiInt,z=..,r=..,θ=..,coordinates=cylindricalr,θ,z,output=steps
∫0π∫04⁢sin⁡θ∫−−r2+16−r2+16rⅆzⅆrⅆθ=∫0π∫04⁢sin⁡θr⁢zz=−−r2+16..−r2+16|r⁢zz=−−r2+16..−r2+16ⅆrⅆθ=∫0π∫04⁢sin⁡θ2⁢r⁢−r2+16ⅆrⅆθ=∫0π2⁢r−4⁢r+4⁢−r2+163r=0..4⁢sin⁡θ|2⁢r−4⁢r+4⁢−r2+163r=0..4⁢sin⁡θⅆθ=∫0π1283+128⁢−sin⁡θ2+1⁢sin⁡θ23−128⁢−sin⁡θ2+13ⅆθ=128⁢θ3−128⁢sin⁡θ2−1⁢sin⁡θ39⁢cos⁡θ⁢−sin⁡θ2+1+128⁢sin⁡θ2−1⁢sin⁡θ3⁢cos⁡θ⁢−sin⁡θ2+1θ=0..π|128⁢θ3−128⁢sin⁡θ2−1⁢sin⁡θ39⁢cos⁡θ⁢−sin⁡θ2+1+128⁢sin⁡θ2−1⁢sin⁡θ3⁢cos⁡θ⁢−sin⁡θ2+1θ=0..π
Table 8.1.23(b) Task template implementing the MultiInt command iterating in the order dz dr dθ
Initialize
Tools≻Load Package: Student Multivariate Calculus
Loading Student:-MultivariateCalculus
Access the MultiInt command via the Context Panel
c=16−r2→assign
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∫0π∫04⁢sin⁡θ∫−−r2+16−r2+16rⅆzⅆrⅆθ=1283⁢π−5129
Table 8.1.23(c) provides a solution from first principles.
Calculus Palette: Iterated triple-integral template
Context Panel: Evaluate and Display Inline
∫0π∫04 sinθ∫−16−r216−r2r ⅆz ⅆr ⅆθ = 1283⁢π−5129
Table 8.1.23(c) Integration via first principles
Maple Solution - Coded
Table 8.1.23(d) obtains a solution via the MultiInt command in the Student MultivariateCalculus package. See Table 8.1.23(b) for an implementation of the integration via a task template.
Install the Student MultivariateCalculus package.
withStudent:-MultivariateCalculus:
MultiInt1,z=−16−r2..16−r2,r=0..4 sinθ,θ=0..π,coordinates=cylindricalr,θ,z,output=integral
MultiInt1,z=−16−r2..16−r2,r=0..4 sinθ,θ=0..π,coordinates=cylindricalr,θ,z
Table 8.1.23(d) MultiInt command iterating in cylindrical coordinates in the order dz dr dθ
Table 8.1.23(e) implements the iterated integration via the top-level Int and int commands.
Intr,z=−16−r2..16−r2,r=0..4 sinθ,θ=0..π=intr,z=−16−r2..16−r2,r=0..4 sinθ,θ=0..π
∫0π∫04⁢sin⁡θ∫−−r2+16−r2+16rⅆzⅆrⅆθ=1283⁢π−5129
Table 8.1.23(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