Chapter 6: Applications of Double Integration
Section 6.5: First Moments
Example 6.5.4
Calculate the coordinates of the center of mass for the triangular lamina whose vertices are , and whose density is .
Solution
Mathematical Solution
Figure 6.5.4(a) shows the lamina in red, the center of mass (green dot), and the density as a surface in blue. The relevant calculations are
=
Figure 6.5.4(a) CM, lamina, and
Maple Solution - Interactive
Obtain the equation of the hypotenuse
Tools≻Load Package: Student Precalculus
Loading Student:-Precalculus
Context Panel: Student Precalculus≻ Lines And Segments≻Line≻Equation
Table 6.5.4(a) contains a solution via the task template that implements the CenterOfMass command from the Student MultivariateCalculus package. The given 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.4(a) Solution by Task Template
A solution from first principles is detailed in Table 6.5.4(b).
Define the density function
Context Panel: Assign Name
Obtain , the total mass of the lamina
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
Table 6.5.4(b) Calculation of the center of mass from first principles
Maple Solution - Coded
Initialize
Define the density function .
Obtain the equation of the hypotenuse of the right triangle
Obtain the total mass of the lamina
Display the unevaluated integral with the Int command, and evaluate the integral with the value command.
Obtain the first moments and
Obtain the coordinates of the center of mass
Implement the relevant arithmetic.
<< 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