14 Multiple Integration

14.4 Center of Mass

We have used iterated integrals to find areas of plane regions and signed volumes under surfaces. A brief recap of these uses will be useful in this section as we apply iterated integrals to compute the mass and center of mass of planar regions.

To find the area of a planar region, we evaluated the double integral RdA. That is, summing up the areas of lots of little subregions of R gave us the total area. Informally, we think of RdA as meaning “sum up lots of little areas over R.”

To find the signed volume under a surface, we evaluated the double integral Rf(x,y)dA. Recall that the “dA” is not just a “bookend” at the end of an integral; rather, it is multiplied by f(x,y). We regard f(x,y) as giving a height, and dA still giving an area: f(x,y)dA gives a volume. Thus, informally, Rf(x,y)dA means “sum up lots of little volumes over R.”

We now extend these ideas to other contexts.

margin: x (a)Ry=f2(x)y=f1(x)123123xy (b) Figure 14.4.1: Illustrating the concept of a lamina. Λ

Mass and Weight

Consider a thin sheet of material with constant thickness and finite area. Mathematicians (and physicists and engineers) call such a sheet a lamina. So consider a lamina, as shown in Figure 14.4.1(a), with the shape of some planar region R, as shown in part (b).

We can write a simple double integral that represents the mass of the lamina: Rdm, where “dm” means “a little mass.” That is, the double integral states the total mass of the lamina can be found by “summing up lots of little masses over R.”

To evaluate this double integral, partition R into n subregions as we have done in the past. The ith subregion has area ΔAi. A fundamental property of mass is that “mass=density×area.” If the lamina has a constant density δ, then the mass of this ith subregion is Δmi=δΔAi. That is, we can compute a small amount of mass by multiplying a small amount of area by the density.

If density is variable, with density function δ=δ(x,y), then we can approximate the mass of the ith subregion of R by multiplying ΔAi by δ(xi,yi), where (xi,yi) is a point in that subregion. That is, for a small enough subregion of R, the density across that region is almost constant.

margin: Note: Mass and weight are different measures. Since they are scalar multiples of each other, it is often easy to treat them as the same measure. In this section we effectively treat them as the same, as our technique for finding mass is the same as for finding weight. The density functions used will simply have different units. Λ

The total mass M of the lamina is approximately the sum of approximate masses of subregions:

Mi=1nΔmi=i=1nδ(xi,yi)ΔAi.

Taking the limit as the size of the subregions shrinks to 0 gives us the actual mass; that is, integrating δ(x,y) over R gives the mass of the lamina.

Definition 14.4.1 Mass of a Lamina with Variable Density

Let δ(x,y) be a continuous density function of a lamina corresponding to a plane region R. The mass M of the lamina is

mass M=Rdm=Rδ(x,y)dA.
Example 14.4.1 Finding the mass of a lamina with constant density

Find the mass of a square lamina, with side length 1, with a density of δ=3g/cm2.

SolutionWe represent the lamina with a square region in the plane as shown in Figure 14.4.2. As the density is constant, it does not matter where we place the square. margin: 0.510.51xy Figure 14.4.2: A region R representing a lamina in Example 14.4.1. Λ

Following Definition 14.4.1, the mass M of the lamina is

M=R3dA=01013dxdy=30101dxdy=3g.

This is all very straightforward; note that all we really did was find the area of the lamina and multiply it by the constant density of 3g/cm2.

Example 14.4.2 Finding the mass of a lamina with variable density

Find the mass of a square lamina, represented by the unit square with lower lefthand corner at the origin (see Figure 14.4.2), with variable density δ(x,y)=(x+y+2)g/cm2.

SolutionThe variable density δ, in this example, is very uniform, giving a density of 3 in the center of the square and changing linearly. A graph of δ(x,y) can be seen in Figure 14.4.3; notice how “same amount” of density is above z=3 as below. We’ll comment on the significance of this momentarily.

The mass M is found by integrating δ(x,y) over R. The order of integration is not important; we choose dxdy arbitrarily. Thus:

M=R(x+y+2)dA =0101(x+y+2)dxdy
=01(12x2+x(y+2))|01dy
=01(52+y)dy
=(52y+12y2)|01
=3 g.
margin:
(fullscreen)
Figure 14.4.3: Graphing the density functions in Examples 14.4.1 and 14.4.2. Λ

It turns out that since since the density of the lamina is so uniformly distributed “above and below” z=3 that the mass of the lamina is the same as if it had a constant density of 3. The density functions in Examples 14.4.1 and 14.4.2 are graphed in Figure 14.4.3, which illustrates this concept.

Example 14.4.3 Finding the weight of a lamina with variable density

Find the weight of the lamina represented by the circle with radius 2ft, centered at the origin, with density function δ(x,y)=(x2+y2+1)lb/ft2. Compare this to the weight of the same lamina with density δ(x,y)=(2x2+y2+1)lb/ft2.

SolutionDefinition 14.4.1 tells us that the weight of the lamina is Rδ(x,y)dA. Since our lamina is in the shape of a circle, it makes sense to approach the double integral using polar coordinates.

The density function δ(x,y)=x2+y2+1 becomes δ(r,θ)=(rcosθ)2+(rsinθ)2+1=r2+1. The circle is bounded by 0r2 and 0θ2π. Thus the weight W is:

W =02π02(r2+1)rdrdθ
=02π(14r4+12r2)|02dθ
=02π(6)dθ
=12πlb.

Now compare this with the density function δ(x,y)=2x2+y2+1. Converting this to polar coordinates gives δ(r,θ)=2(rcosθ)2+(rsinθ)2+1=2r+1. Thus the weight W is:

W =02π02(2r+1)rdrdθ
=02π(23r3+12r2)|02dθ
=02π(223)dθ
=443πlb.

One would expect different density functions to return different weights, as we have here. The density functions were chosen, though, to be similar: each gives a density of 1 at the origin and a density of 5 at the outside edge of the circle, as seen in Figure 14.4.4.


(fullscreen)

(fullscreen)
(a) (b)
Figure 14.4.4: Graphing the density functions in Example 14.4.3. In (a) is the density function δ(x,y)=x2+y2+1; in (b) is δ(x,y)=2x2+y2+1.

Notice how x2+y2+12x2+y2+1 over the circle; this results in less weight.

Plotting the density functions can be useful as our understanding of mass can be related to our understanding of “volume under a surface.” We interpreted Rf(x,y)dA as giving the volume under f over R; we can understand Rδ(x,y)dA in the same way. The “volume” under δ over R is actually mass; by compressing the “volume” under δ onto the x-y plane, we get “more mass” in some areas than others — i.e., areas of greater density.

Knowing the mass of a lamina is one of several important measures. Another is the center of mass, which we discuss next.

Center of Mass

Consider a disk of radius 1 with uniform density. It is common knowledge that the disk will balance on a point if the point is placed at the center of the disk. What if the disk does not have a uniform density? Through trial-and-error, we should still be able to find a spot on the disk at which the disk will balance on a point. This balance point is referred to as the center of mass, or center of gravity. It is as though all the mass is “centered” there. In fact, if the disk has a mass of 3kg, the disk will behave physically as though it were a point-mass of 3kg located at its center of mass. For instance, the disk will naturally spin with an axis through its center of mass (which is why it is important to “balance” the tires of your car: if they are “out of balance”, their center of mass will be outside of the axle and it will shake terribly).

We find the center of mass based on the principle of a weighted average. Consider a college class in which your homework average is 90%, your test average is 73%, and your final exam grade is an 85%. Experience tells us that our final grade is not the average of these three grades: that is, it is not:

0.9+0.73+0.8530.837=83.7%.

That is, you are probably not pulling a B in the course. Rather, your grades are weighted. Let’s say the homework is worth 10% of the grade, tests are 60% and the exam is 30%. Then your final grade is:

(0.1)(0.9)+(0.6)(0.73)+(0.3)(0.85)=0.783=78.3%.

Each grade is multiplied by a weight.

In general, given values x1,x2,,xn and weights w1,w2,,wn, the weighted average of the n values is

i=1nwixi/i=1nwi.

In the grading example above, the sum of the weights 0.1, 0.6 and 0.3 is 1, so we don’t see the division by the sum of weights in that instance.

How this relates to center of mass is given in the following theorem.

Theorem 14.4.1 Center of Mass of Discrete Linear System

Let point masses m1,m2,,mn be distributed along the x-axis at locations x1,x2,,xn, respectively. The center of mass x¯ of the system is located at

x¯=i=1nmixi/i=1nmi.
Example 14.4.4 Finding the center of mass of a discrete linear system


(a) Point masses of 2g are located at x=-1, x=2 and x=3 are connected by a thin rod of negligible weight. Find the center of mass of the system. (b) Point masses of 10g, 2g and 1g are located at x=-1, x=2 and x=3, respectively, are connected by a thin rod of negligible weight. Find the center of mass of the system.

Solution

  1. (a)

    Following Theorem 14.4.1, we compute the center of mass as: margin: -10123x¯x (a)-10123x¯x (b) Figure 14.4.5: Illustrating point masses along a thin rod and the center of mass. Λ

    x¯=2(-1)+2(2)+2(3)2+2+2=43.

    So the system would balance on a point placed at x=4/3, as illustrated in Figure 14.4.5(a).

  2. (b)

    Again following Theorem 14.4.1, we find:

    x¯=10(-1)+2(2)+1(3)10+2+1=-313.

    Placing a large weight at the left hand side of the system moves the center of mass left, as shown in Figure 14.4.5(b).

In a discrete system (i.e., mass is located at individual points, not along a continuum) we find the center of mass by dividing the mass into a moment of the system. In general, a moment is a weighted measure of distance from a particular point or line. In the case described by Theorem 14.4.1, we are finding a weighted measure of distances from the y-axis, so we refer to this as the moment about the y-axis, represented by My. Letting M be the total mass of the system, we have x¯=My/M.

We can extend the concept of the center of mass of discrete points along a line to the center of mass of discrete points in the plane rather easily. To do so, we define some terms then give a theorem.

Definition 14.4.2 Moments about the x- and y- Axes.

Let point masses m1, m2,,mn be located at points (x1,y1), (x2,y2), …, (xn,yn), respectively, in the x-y plane.

  1. (a)

    The moment about the y-axis, My, is My=i=1nmixi.

  2. (b)

    The moment about the x-axis, Mx, is Mx=i=1nmiyi.

One can think that these definitions are “backwards” as My sums up “x” distances. But remember, “x” distances are measurements of distance from the y-axis, hence defining the moment about the y-axis.

We now define the center of mass of discrete points in the plane.

Theorem 14.4.2 Center of Mass of Discrete Planar System

Let point masses m1, m2,,mn be located at points (x1,y1), (x2,y2), …, (xn,yn), respectively, in the x-y plane, and let M=i=1nmi.

The center of mass of the system is at (x¯,y¯), where

x¯=MyMandy¯=MxM.
Example 14.4.5 Finding the center of mass of a discrete planar system

Let point masses of 1kg, 2kg and 5kg be located at points (2,0), (1,1) and (3,1), respectively, and are connected by thin rods of negligible weight. Find the center of mass of the system.

SolutionWe follow Theorem 14.4.2 and Definition 14.4.2 to find M, Mx and My: first, M=1+2+5=8kg. Next, we see that margin: (x¯,y¯)1231xy Figure 14.4.6: Illustrating the center of mass of a discrete planar system in Example 14.4.5. Λ

Mx =i=1nmiyi My =i=1nmixi
=1(0)+2(1)+5(1) =1(2)+2(1)+5(3)
=7. =19.

Thus the center of mass is (x¯,y¯)=(MyM,MxM)=(198,78)=(2.375,0.875), illustrated in Figure 14.4.6.

We finally arrive at our true goal of this section: finding the center of mass of a lamina with variable density. While the above measurement of center of mass is interesting, it does not directly answer more realistic situations where we need to find the center of mass of a contiguous region. However, understanding the discrete case allows us to approximate the center of mass of a planar lamina; using calculus, we can refine the approximation to an exact value.

We begin by representing a planar lamina with a region R in the x-y plane with density function δ(x,y). Partition R into n subdivisions, each with area ΔAi. As done before, we can approximate the mass of the ith subregion with δ(xi,yi)ΔAi, where (xi,yi) is a point inside the ith subregion. We can approximate the moment of this subregion about the y-axis with xiδ(xi,yi)ΔAi — that is, by multiplying the approximate mass of the region by its approximate distance from the y-axis. Similarly, we can approximate the moment about the x-axis with yiδ(xi,yi)ΔAi. By summing over all subregions, we have:

mass: M i=1nδ(xi,yi)ΔAi(as seen before)
moment about the x-axis: Mx i=1nyiδ(xi,yi)ΔAi
moment about the y-axis: My i=1nxiδ(xi,yi)ΔAi

By taking limits, where size of each subregion shrinks to 0 in both the x and y directions, we arrive at the double integrals given in the following theorem.

Theorem 14.4.3 Center of Mass of a Planar Lamina, Moments

Let a planar lamina be represented by a region R in the x-y plane with density function δ(x,y).

  1. (a)

    mass: M=Rδ(x,y)dA

  2. (b)

    moment about the x-axis: Mx=Ryδ(x,y)dA

  3. (c)

    moment about the y-axis: My=Rxδ(x,y)dA

  4. (d)

    The center of mass of the lamina is

    (x¯,y¯)=(MyM,MxM).

We start our practice of finding centers of mass by revisiting some of the lamina used previously in this section when finding mass. We will just set up the integrals needed to compute M, Mx and My and leave the details of the integration to the reader.

Example 14.4.6 Finding the center of mass of a lamina

Find the center mass of a square lamina, with side length 1, with a density of δ=3g/cm2. (Note: this is the lamina from Example 14.4.1.)

SolutionWe represent the lamina with a square region in the plane as shown in Figure 14.4.7 as done previously.

Following Theorem 14.4.3, we find M, Mx and My: margin: 0.510.51xy Figure 14.4.7: A region R representing a lamina in Examples 14.4.1 and 14.4.6. Λ

M =R3dA=01013dxdy=3g.
Mx =R3ydA=01013ydxdy=3/2=1.5.
My =R3xdA=01013xdxdy=3/2=1.5.

Thus the center of mass is (x¯,y¯)=(MyM,MxM)=(1.5/3,1.5/3)=(0.5,0.5). This is what we should have expected: the center of mass of a square with constant density is the center of the square.

Example 14.4.7 Finding the center of mass of a lamina

Find the center of mass of a square lamina, represented by the unit square with lower lefthand corner at the origin (see Figure 14.4.7), with variable density δ(x,y)=(x+y+2)g/cm2. (Note: this is the lamina from Example 14.4.2.)

SolutionWe follow Theorem 14.4.3, to find M, Mx and My:

M =R(x+y+2)dA=0101(x+y+2)dxdy=3g.
Mx =Ry(x+y+2)dA=0101y(x+y+2)dxdy=1912.
My =Rx(x+y+2)dA=0101x(x+y+2)dxdy=1912.

Thus the center of mass is (x¯,y¯)=(MyM,MxM)=(1936,1936). While the mass of this lamina is the same as the lamina in the previous example, the greater density found with greater x and y values pulls the center of mass from the center slightly towards the upper righthand corner.

Example 14.4.8 Finding the center of mass of a lamina

Find the center of mass of the lamina represented by the circle with radius 2ft, centered at the origin, with density function δ(x,y)=(x2+y2+1)lb/ft2. (Note: this is one of the lamina used in Example 14.4.3.)

SolutionAs done in Example 14.4.3, it is best to describe R using polar coordinates. Thus when we compute My, we will integrate not xδ(x,y)=x(x2+y2+1), but rather (rcosθ)δ(rcosθ,rsinθ)=(rcosθ)(r2+1). We compute M, Mx and My:

M =02π02(r2+1)rdrdθ=12πlb.
Mx =02π02(rsinθ)(r2+1)rdrdθ=0.
My =02π02(rcosθ)(r2+1)rdrdθ=0.

Since R and the density of R are both symmetric about the x and y axes, it should come as no big surprise that the moments about each axis is 0. Thus the center of mass is (x¯,y¯)=(0,0).

Example 14.4.9 Finding the center of mass of a lamina

Find the center of mass of the lamina represented by the region R shown in Figure 14.4.8, half an annulus with outer radius 6 and inner radius 5, with constant density 2lb/ft2.

SolutionOnce again it will be useful to represent R in polar coordinates. Using the description of R and/or the illustration, we see that R is bounded by 5r6 and 0θπ. As the lamina is symmetric about the y-axis, we should expect My=0. We compute M, Mx and My: margin: (x¯,y¯)-555xy Figure 14.4.8: Illustrating the region R in Example 14.4.9. Λ

M =0π56(2)rdrdθ=11πlb.
Mx =0π56(rsinθ)(2)rdrdθ=3643.
My =0π56(rcosθ)(2)rdrdθ=0.

Thus the center of mass is (x¯,y¯)=(0,36433π)(0,3.51). The center of mass is indicated in Figure 14.4.8; note how it lies outside of R.

This section has shown us another use for iterated integrals beyond finding area or signed volume under the curve. While there are many uses for iterated integrals, we give one more application in the following section: computing surface area.

Exercises 14.4

 

Terms and Concepts

  1. 1.

    Why is it easy to use “mass” and “weight” interchangeably, even though they are different measures?

  2. 2.

    Given a point (x,y), the value of x is a measure of distance from the             -axis.

  3. 3.

    We can think of Rdm as meaning “sum up lots of             

  4. 4.

    What is a “discrete planar system?”

  5. 5.
    Why does Mx use Ryδ(x,y)dA instead of Rxδ(x,y)dA; that is, why do we use “y” and not “x”?
  6. 6.

    Describe a situation where the center of mass of a lamina does not lie within the region of the lamina itself.

Problems

In Exercises 7–10., point masses are given along a line or in the plane. Find the center of mass x¯ or (x¯,y¯), as appropriate. (All masses are in grams and distances are in cm.)

  1. 7.

    m1=4 at x=1;  m2=3 at x=3;  m3=5 at x=10

  2. 8.

    m1=2 at x=-3;  m2=2 at x=-1;

    m3=3 at x=0; m4=3 at x=7

  3. 9.

    m1=2 at (-2,-2);  m2=2 at (2,-2);

    m3=20 at (0,4)

  4. 10.

    m1=1 at (-1,-1);  m2=2 at (-1,1);

    m3=2 at (1,1); m4=1 at (1,-1)

In Exercises 11–18., find the mass/weight of the lamina described by the region R in the plane and its density function δ(x,y).

  1. 11.

    R is the rectangle with corners (1,-3), (1,2), (7,2) and (7,-3); δ(x,y)=5g/cm2

  2. 12.

    R is the rectangle with corners (1,-3), (1,2), (7,2) and (7,-3); δ(x,y)=(x+y2)g/cm2

  3. 13.

    R is the triangle with corners (-1,0), (1,0), and (0,1); δ(x,y)=2lb/in2

  4. 14.

    R is the triangle with corners (0,0), (1,0), and (0,1); δ(x,y)=(x2+y2+1)lb/in2

  5. 15.

    R is the disk centered at the origin with radius 2; δ(x,y)=(x+y+4)kg/m2

  6. 16.

    R is the circle sector bounded by x2+y2=25 in the first quadrant; δ(x,y)=(x2+y2+1)kg/m2

  7. 17.

    R is the annulus in the first and second quadrants bounded by x2+y2=9 and x2+y2=36; δ(x,y)=4lb/ft2

  8. 18.

    R is the annulus in the first and second quadrants bounded by x2+y2=9 and x2+y2=36; δ(x,y)=x2+y2lb/ft2

In Exercises 19–26., find the center of mass of the lamina described by the region R in the plane and its density function δ(x,y).
Note: these are the same lamina as in Exercises 11.18..

  1. 19.

    R is the rectangle with corners (1,-3), (1,2), (7,2) and (7,-3); δ(x,y)=5g/cm2

  2. 20.

    R is the rectangle with corners (1,-3), (1,2), (7,2) and (7,-3); δ(x,y)=(x+y2)g/cm2

  3. 21.

    R is the triangle with corners (-1,0), (1,0), and (0,1); δ(x,y)=2lb/in2

  4. 22.

    R is the triangle with corners (0,0), (1,0), and (0,1); δ(x,y)=(x2+y2+1)lb/in2

  5. 23.

    R is the disk centered at the origin with radius 2; δ(x,y)=(x+y+4)kg/m2

  6. 24.

    R is the circle sector bounded by x2+y2=25 in the first quadrant; δ(x,y)=(x2+y2+1)kg/m2

  7. 25.

    R is the annulus in the first and second quadrants bounded by x2+y2=9 and x2+y2=36; δ(x,y)=4lb/ft2

  8. 26.

    R is the annulus in the first and second quadrants bounded by x2+y2=9 and x2+y2=36; δ(x,y)=x2+y2lb/ft2

The moment of inertia I is a measure of the tendency of a lamina to resist rotating about an axis or continue to rotate about an axis. Ix is the moment of inertia about the x-axis, Iy is the moment of inertia about the y-axis, and IO is the moment of inertia about the origin. These are computed as follows:

  • Ix=Ry2dm

  • Iy=Rx2dm

  • IO=R(x2+y2)dm

In Exercises 27–30., a lamina corresponding to a planar region R is given with a mass of 16 units. For each, compute Ix, Iy and IO.

  1. 27.

    R is the 4×4 square with corners at (-2,-2) and (2,2) with density δ(x,y)=1.

  2. 28.

    R is the 8×2 rectangle with corners at (-4,-1) and (4,1) with density δ(x,y)=1.

  3. 29.

    R is the 4×2 rectangle with corners at (-2,-1) and (2,1) with density δ(x,y)=2.

  4. 30.

    R is the circle with radius 2 centered at the origin with density δ(x,y)=4/π.

Omni CMS