2.3 Continuous Extended Objects

In the case where the number of particles in the system becomes so large that the distinction between the individual particles becomes smooth, we stop computing the centre of mass quantities as discrete sums and switch to integrals. The intuition for this is as follows. As the number of particles N tends to infinity, the mass mi becomes a small mass element dm, which is what we integrate over.

M=dm,𝒓COM=1M𝒓dm. (2.20)

To evaluate this integral, we will need to convert the mass element dm into a spatial element, for example a length, area, or volume element. This is done using a linear, surface, or volume density.

dm=λ(x)dx,dm=σ(𝒓)dA,dm=ρ(𝒓)dV. (2.21)

We will look at some examples here in the form of uniform lamina, which are flat (two-dimensional) extended objects with uniform surface density.

Example 2.2.

Find the centre of mass of a right triangle with both small side lengths a.

yxaadx

We will find each component of the centre of mass position separately. In fact, by the symmetry of the shape we only need to find the average x position, because the average y position will be the same. We will break the triangle up into thin vertical slices of area ydx. Note that y=ax (equation of a straight line), so we have

x¯=1Mxdm=1M0aσxydx=1M0aσx(ax)dx. (2.22)

The total mass of the uniform lamina is M=12σa2, so the integral becomes

x¯=2a20a(axx2)dx=2a2[ax22x33]0a=a3. (2.23)

Thus the centre of mass position is 𝒓COM=(a3,a3).

Example 2.3.

Find the centre of mass of a hemicircular uniform lamina of radius r.

dyyx

By symmetry, we can see that x¯ must be zero. Then, dividing the lamina into horizontal slices of area 2xdy (remember the factor of two because the slice goes from negative x to positive x!), and using the equation of a circle to write x=r2y2, we get

y¯=1Mydm=1M0r2σxydy=1M0r2σyr2y2dy. (2.24)

The total mass of the hemicircle is M=12σπr2, so

y¯=4πr20ryr2y2dy=4r3π. (2.25)

The center of mass is therefore 𝒓COM=(0,4r3π).

Example 2.4.

Sometimes we can solve the problem using symmetries without having to do any integrals at all. Consider the following uniform lamina.

xy2644AB

Using the techniques we have built up in this chapter, we can find the centre of mass without doing any integrals.

Firstly, we can consider the whole object in two separate subsections. We will call the left section A and the right section B. Then the centre of mass of the whole lamina will be the average of the centres of mass of each subsection.

𝒓COM=(mAxCOM,A+mBxCOM,BmA+mB,mAyCOM,A+mByCOM,BmA+mB) (2.26)

Since both subsections are rectangles, by symmetry the centre of mass must be the geometric centre. Thus, the centre of mass of section A is (1,4) and for section B it is (5,2). Now, we need to know the mass of each subsection. Note that since the surface density is uniform, the mass is proportional to area. So the mass of section A is proportional to the area of section A, likewise for section B, and the total mass is proportional to the total area.

mAAA,mBAB,mA+mBAA+AB. (2.27)

The area of section A is 16 square units, and the area of section B is 24 square units, so now we can calculate the ratios of mass of subsection to total mass:

mAmA+mB=AAAA+AB=1640=25,mBmA+mB=ABAA+AB=2440=35. (2.28)

Therefore, the centre of mass of the whole lamina is

𝒓COM=(251+355,254+352)=(3.4,2.8). (2.29)