Chapter 7: Triple Integration
Section 7.3: Regions with Curved Boundaries
Example 7.3.20
Implement an appropriate iteration of the triple integral ∫∫∫R1 dv, where R is that portion of the first-octant bounded above by x2+z=1, and on the right by y=x2+z2.
Solution
Mathematical Solution
Figure 7.3.20(a) contains an image of R, the region of integration.
Iterating in the order dy dz dx leads to
∫01∫01−x2∫0x2+z21 ⅆy ⅆz ⅆx = 27
Figure 7.3.20(a) The region R
Maple Solution - Interactive
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∫01∫0−x2+1∫0x2+z21ⅆyⅆzⅆx=27
Table 7.3.20(a) contains a solution provided by a visualization task template. After the order of iteration is selected, fill in the fields that correspond to the limits of integration. If the graph of the region swept by these limits is correct, then the integral is correctly formulated and evaluated.
Tools≻Tasks≻Browse:
Calculus - Multivariate≻Integration≻Visualizing Regions of Integration≻Cartesian 3-D
Evaluate ∭RΨx,y,z dv and Graph R
Volume Element dv
Select dvdz dy dxdz dx dydx dy dzdx dz dydy dx dzdy dz dx
, where Ψ=
F=
G=
b=
f=
g=
a=
Table 7.3.20(a) Solution by visualization task template
This template employs the MultiInt command from the Student MultivariateCalculus package, but the graphic are coded from first principles.
Table 7.3.20(b) contains a solution implemented with the iterated triple-integral template found in the Calculus palette.
Calculus palette: Iterated triple-integral template
Context Panel: Evaluate and Display Inline
Table 7.3.20(b) Solution via iterated triple-integral template in the Calculus palette
Maple Solution - Coded
Top-level: Int and int commands
Int1,y=0..x2+z2,z=0..1−x2,x=0..1=int1,y=0..x2+z2,z=0..1−x2,x=0..1
∫01∫0−x2+1∫0x2+z21ⅆyⅆzⅆx=27
The MultiInt command in the Student MultivariateCalculus package
Install the Student MultivariateCalculus package.
withStudent:-MultivariateCalculus:
MultiInt1,y=0..x2+z2,z=0..1−x2,x=0..1,output=integral
∫01∫0−x2+1∫0x2+z21ⅆyⅆzⅆx
MultiInt1,y=0..x2+z2,z=0..1−x2,x=0..1 = 27
MultiInt1,y=0..x2+z2,z=0..1−x2,x=0..1,output=steps
27
The MultiInt command with a pre-defined domain option
MultiInt1,x,z,y=Region0..1,0..1−x2,0.. x2+z2,output=integral
MultiInt1,x,z,y=Region0..1,0..1−x2,0.. x2+z2 = 27
<< Previous Example Section 7.3 Next Section >>
© 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