Chapter 6: Applications of Double Integration
Section 6.5: First Moments
|
Example 6.5.10
|
|
Determine the coordinates of the center of mass of the lamina whose density is , and whose shape is that of , the region bounded by the ellipse .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
Figure 6.5.10(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, where and .
|
|
Figure 6.5.10(a) Center of mass, , and
|
|
|
|
|
|
|
|
Maple Solution - Interactive
|
|
•
|
The total mass is calculated in Table 6.5.10(a) via a task template that integrates over an ellipse via the modified int command in the Student VectorCalculus package.
|
Tools≻Tasks≻Browse:
Calculus - Vector≻Integration≻Multiple Integration≻2-D≻Over an Ellipse
|
Integrate over an Ellipse
|
|
Equation of ellipse:
|
From to
|
|
|
|
|
|
|
|
|
Table 6.5.10(a) Total mass calculated with a task template that integrates over an ellipse
|
|
|
•
|
The ellipse is expressed in polar coordinates as
|
•
|
Similarly, the first moments and could be obtained with this same task template. Alternatively, as shown in Table 6.5.10(b), calculate the coordinates of the center of mass via the task template that implements (in polar coordinates) the CenterOfMass command from the Student MultivariateCalculus package. The density is then .
|
Tools≻Tasks≻Browse:
Calculus - Multivariate≻Integration≻Center of Mass≻Polar
|
Center of Mass for Planar Region in Polar Coordinates
|
Density:
|
|
Region:
|
|
|
|
|
|
|
|
|
MomentsMass:
Inert Integral -
|
|
Explicit values for and
|
|
Plot:
|
|
|
|
|
Table 6.5.10(b) 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 centroid is represented by the green dot.
|
•
|
The polar coordinates of the centroid are therefore , which, in Cartesian coordinates would be In other words, the task template calculates the mass and first moments in Cartesian coordinates, but returns the center of mass in polar coordinates.
|
|
|
Maple Solution - Coded
|
|
Initialize
|
•
|
Tools≻Load Package: Student Multivariate Calculus
|
|
Loading Student:-MultivariateCalculus
|
•
|
Define the density function .
|
|
|
Obtain m, the total mass
|
•
|
Use the MultiInt command in the Student MultivariateCalculus package.
|
|
|
Obtain and , the first moments
|
•
|
Use the MultiInt command in the Student MultivariateCalculus package.
|
|
|
|
Obtain , the coordinates of the center of mass
|
=
|
|
|
|
|
|
<< Previous Example Section 6.5
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
|