Chapter 8: Applications of Triple Integration
Section 8.3: First Moments
Example 8.3.11
Obtain the centroid of R, the region bounded by the paraboloid z=4−x2−y2 and the plane z=0.
Impose the density δr,θ,z=z2r sinθ/3 on R and find the resulting center of mass.
(See Example 8.1.28.)
Solution
Mathematical Solution
The volume of R, found in Example 8.1.28, is given by
V=∫02 π∫02∫04−r2r dz dr dθ = 8 π
Table 8.3.11(a) lists the first moments and the coordinates of the centroid.
First Moments
Centroid
Myz=∫02⁢π∫02∫04−r2cosθ⁢r2 dz dr dθ = 0
x&conjugate0;=MyzV=0V=0
Mxz=∫02⁢π∫02∫04−r2sinθ⁢r2 dz dr dθ
y&conjugate0;=MxzV=0V=0
Mxy=∫02⁢π∫02∫04−r2z⁢r dz dr dθ = 323⁢π
z&conjugate0;=MxyV=323⁢π8 π = 43
Table 8.3.11(a) First moments and the coordinates of the centroid
When the region R supports the density δr,θ,z=z2r sinθ/3, the total mass in R is
m=∫02⁢π∫02∫04−r2r2⁢z2⁢sinθ3 dz dr dθ = 4096105
Table 8.3.11(b) lists the first moments and the coordinates of the center of mass under this condition.
Center of Mass
Myz = ∫02⁢π∫02∫04−r2cosθ⁢r3⁢z2⁢sinθ3 dz dr dθ = −245
x&conjugate0;=Myzm=−2454096105 = −63512
Mxz = ∫02⁢π∫02∫04−r2sinθ⁢r3⁢z2⁢sinθ3 dz dr dθ = −245⁢3
y&conjugate0;=Mxzm=−245⁢34096105 = −63512⁢3
Mxy = ∫02⁢π∫02∫04−r2z3⁢r2⁢sinθ3 dz dr dθ = 32768385
z&conjugate0;=Mxym=327683854096105 = 2411
Table 8.3.11(b) First moments and the coordinates of the center of mass
In each integral, the Jacobian r must be inserted, and where applicable, the "lever arms" x and y are replaced respectively by x=r cosθ, y=r sinθ.
Maple Solution - Interactive
Based on the CenterOfMass command in the Student MultivariateCalculus package, the task template in Table 8.3.11(c) will find the centroid of R when the density is set to 1.
Tools≻Tasks≻Browse: Calculus - Multivariate≻Integration≻Center of Mass≻Cylindrical
Center of Mass for 3-D Region in Cylindrical Coordinates
Density:
1
Region: z1r,θ≤z≤z2r,θ,r1θ≤r≤r2θ,a≤θ≤b
z1r,θ
0
z2r,θ
4−r2
−r2+4
r1θ
r2θ
2
a
b
2 π
2⁢π
Moments ÷ Mass:
Inert Integral - dz dr dθ
StudentMultivariateCalculusCenterOfMass,z=..,r=..,θ=..,coordinates=cylindricalr,θ,z,output=integral
∫02⁢π∫02∫0−r2+4cos⁡θ⁢r2ⅆzⅆrⅆθ∫02⁢π∫02∫0−r2+4rⅆzⅆrⅆθ,∫02⁢π∫02∫0−r2+4sin⁡θ⁢r2ⅆzⅆrⅆθ∫02⁢π∫02∫0−r2+4rⅆzⅆrⅆθ,∫02⁢π∫02∫0−r2+4z⁢rⅆzⅆrⅆθ∫02⁢π∫02∫0−r2+4rⅆzⅆrⅆθ
Explicit values for r&conjugate0;, θ&conjugate0;, and z&conjugate0;, the center of mass given in cylindrical coordinates:
StudentMultivariateCalculusCenterOfMass,z=..,r=..,θ=..,coordinates=cylindricalr,θ,z
0,0,43
Table 8.3.11(c) Centroid computed by task template that implements the CenterOfMass command
Based on the CenterOfMass command in the Student MultivariateCalculus package, the task template in Table 8.3.11(d) will find the center of mass of R for a given density.
z2r sinθ/3
z2⁢r⁢sin⁡13⁢θ
∫02⁢π∫02∫0−r2+4cos⁡θ⁢r3⁢z2⁢sin⁡13⁢θⅆzⅆrⅆθ∫02⁢π∫02∫0−r2+4r2⁢z2⁢sin⁡13⁢θⅆzⅆrⅆθ,∫02⁢π∫02∫0−r2+4sin⁡θ⁢r3⁢z2⁢sin⁡13⁢θⅆzⅆrⅆθ∫02⁢π∫02∫0−r2+4r2⁢z2⁢sin⁡13⁢θⅆzⅆrⅆθ,∫02⁢π∫02∫0−r2+4z3⁢r2⁢sin⁡13⁢θⅆzⅆrⅆθ∫02⁢π∫02∫0−r2+4r2⁢z2⁢sin⁡13⁢θⅆzⅆrⅆθ
63256,−23⁢π,2411
Table 8.3.11(d) Centroid computed by task template that implements the CenterOfMass command
Maple Solution - Coded
In Table 8.3.11(e), the centroid of R is obtained via the CenterOfMass command from the Student MultivariateCalculus package, provided the density is set equal to 1.
Initialize
Install the Student MultivariateCalculus package.
withStudent:-MultivariateCalculus:
Apply the CenterOfMass command from the Student MultivariateCalculus package
CenterOfMass1,z=0..4−r2,r=0..2,θ=0..2 π,coordinates=cylindricalr,θ,z,output=integral
C≔CenterOfMass1,z=0..4−r2,r=0..2,θ=0..2 π,coordinates=cylindricalr,θ,z
Table 8.3.11(e) Centroid in cylindrical coordinates
The coordinates C = 0,0,43 are cylindrical; the Cartesian equivalents, obtained by making the appropriate substitutions, are then
evalr cosθ,r sinθ,z,Equater,θ,z,C = 0,0,43
In Table 8.3.11(f), the center of mass is obtained via the CenterOfMass command from the Student MultivariateCalculus package.
Define the density δ.
δ≔z2r sinθ/3:
CenterOfMassδ,z=0..4−r2,r=0..2,θ=0..2 π,coordinates=cylindricalr,θ,z,output=integral
CM≔CenterOfMassδ,z=0..4−r2,r=0..2,θ=0..2 π,coordinates=cylindricalr,θ,z
Table 8.3.11(f) Center of mass in cylindrical coordinates
The coordinates CM = 63256,−23⁢π,2411 are cylindrical; the Cartesian equivalents, obtained by making the appropriate substitutions, are then
cm≔evalr cosθ,r sinθ,z,Equater,θ,z,CM
−63512,−63512⁢3,2411
evalfcm = −0.1230468750,−0.2131234393,2.181818182
<< Previous Example Section 8.3 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