Chapter 6: Applications of Double Integration
Section 6.5: First Moments
Example 6.5.2
Determine the coordinates of the center of mass of a lamina in the shape of in Example 6.5.1 if its density is equal to the square of the distance from the point .
Solution
Mathematical Solution
Figure 6.5.2(a) shows the region in red, and the surface , in blue. The green dot represents the center of mass . The relevant calculations are tabulated to the left of the figure.
=
Figure 6.5.2(a) Region , the CM, and
Maple Solution - Interactive
Table 6.5.2(a) contains a solution via the task template that implements the CenterOfMass command from the Student MultivariateCalculus package. The density is .
Tools≻Tasks≻Browse:
Calculus - Multivariate≻Integration≻Center of Mass≻Cartesian 2-D
Center of Mass for Planar Region in Cartesian Coordinates
Density:
Region:
MomentsMass:
Inert Integral -
Explicit values for and
Plot:
Table 6.5.2(a) Calculation of center of mass via task template
The figure produced by the option "output = plot" has had constrained scaling imposed via the Context Panel for the graph. The graph itself shows the region in red, and the function in blue. The center of mass is represented by the green dot.
The Cartesian coordinates of the center of mass are therefore .
A solution from first principles is detailed in Table 6.5.2(b).
Define the density function
Context Panel: Assign Name
Obtain , the total mass in region
Calculus palette: Iterated double-integral template
Context Panel: Evaluate and Display Inline
Context Panel: Assign to a Name≻
Obtain , the total moments about the -axis
Obtain
Context Panel: Simplify≻Simplify
Context Panel: Approximate≻10 (digits)
Table 6.5.1(b) Calculation of the center of mass from first principles
Maple Solution - Coded
Density
Define the density function.
Total mass
Use the Int and value commands.
First Moments
Coordinates of center of mass
Apply the simplify and evalf commands.
<< Previous Example Section 6.5 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2025. 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