The center of mass is defined as the first moment of mass of an object or a collection of point masses. I know that definition makes about as much sense as Gen Alpha brainrot terms do to anyone over the age of 30, so I'll break it down into much simpler terms.
Figure 1: A Wikipedia image that illustrates the concept of center of mass (technically center of gravity). I talked very briefly about the center of mass earlier to just mention an interesting result it had with conservation of momentum, so here I'll go into what it is in detail. We've seen the formula before, in this form:
$$ x_{cm} = \dfrac{m_1 x_1 + m_2 x_2 + m_3 x_3 + ...}{m_1 + m_2 + m_3 + ...} $$ This can be generalized to three more commonly seen forms:
$$ y_{cm} = \dfrac{m_1 y_1 + m_2 y_2 + m_3 y_3 + ...}{m_1 + m_2 + m_3 + ...} $$ $$ z_{cm} = \dfrac{m_1 z_1 + m_2 z_2 + m_3 z_3 + ...}{m_1 + m_2 + m_3 + ...} $$ $$ r_{cm} = \dfrac{m_1 r_1 + m_2 r_2 + m_3 r_3 + ...}{m_1 + m_2 + m_3 + ...} $$ This is a bit of an "informal" definition that shows the first few terms of a clear pattern. The formal definition of the center of mass technically requires a summation over all point masses in the system:
$$ r_{cm} = \dfrac{\sum m_i r_i }{\sum m_i} $$ This gives us a position vector describing where the center of mass in space. We can also split this up into its three components in the x, y, and z directions. This can be helpful, since we don't always need or want to deal with three-dimensional space.
$$ x_{cm} = \dfrac{\sum m_i x_i }{\sum m_i} $$ $$ y_{cm} = \dfrac{\sum m_i y_i }{\sum m_i} $$ $$ z_{cm} = \dfrac{\sum m_i z_i }{\sum m_i} $$ Now, what exactly is the center of mass? Well, the definition is the jargon I spewed earlier. However, a better way to think about it is where an object would balance if you placed it on, let's say, your finger. A uniform rod's center of mass is at its middle, and thus it balances if you place that point on your finger. Technically this describes center of gravity, but the only difference is that center of mass always exists while center of gravity only exists where there is a gravitational field.
I want to be clear that the center of mass is not actually a tangible point, but rather a mathematical construct and a convenient way of dealing with systems of bodies. In the case where we aren't concerned with the motion of individual parts within a system, we can look towards central measures of a system, which include quantities that describe the center of mass like $r_{cm}$ , $v_{cm}$, and $a_{cm}$. More on the last two later.
Now, everything I've shown above is for point masses. What about a continuous mass distribution, also known as a solid object with volume? Well, for that we need an integral.
$$ r_{cm} = \dfrac{\int r ~dm} {m} $$ Essentially, you take the previous equation and turn it into an integral, splitting the object into a very large number of infinitessmally small pieces. This probably doesn't make the most sense right now, so I'll solidify your understanding later with an example later on. It's best to think of the center of mass not as a mathematical definition, but as a tangible point. The center of mass of any object is essentially the point where it would balance on your finger. Think about a stick, for instance. You place it sideways and move your finger around to balance it, and at one point it does actually balance. That's where the center of mass (technically center of gravity, but the two are basically the same) is located!
With that out of the way, we must now move on to mathematically defining center of mass. I'll make this quick and painless, don't worry.
$$ x_{cm} = \dfrac{m_1 x_1 + m_2 x_2 + m_3 x_3 + ...}{m_1 + m_2 + m_3 + ...} $$ This definition essentially takes the mass of each object in question, multiplies it by the position vector of that object, and adds them together. The sum of these is then divided by the total mass of all objects we're looking at. The formula might look intimidating, but really it's not too bad.
The formula I gave above was only for the x-dimension, but this formula can be generalized to all three dimensions as well:
$$ y_{cm} = \dfrac{m_1 y_1 + m_2 y_2 + m_3 y_3 + ...}{m_1 + m_2 + m_3 + ...} $$ $$ z_{cm} = \dfrac{m_1 z_1 + m_2 z_2 + m_3 z_3 + ...}{m_1 + m_2 + m_3 + ...} $$ If you prefer, you can write it in terms of the generalized position $r$, which isn't limited to any one dimension:
$$ r_{cm} = \dfrac{m_1 r_1 + m_2 r_2 + m_3 r_3 + ...}{m_1 + m_2 + m_3 + ...} $$ That's all center of mass is: a mathematical quantity (the point doesn't actually exist) that is convenient to use at times.
Let's do some practice to cement our basic understanding of the center of mass before we move on to center of mass velocity and acceleration. These problems are relatively simple compared to what will come after we cover those topics, so don't be fooled!
Find the center of mass of three point objects located at the following locations on a coordinate grid and having the following masses: Object A at (3, 0, 4) with mass 3 kg Object B at (4, 1, -3) with mass 4 kg Object C at (6, -2, 2) with mass 6 kg
This is a pretty simple problem that just involves using the formula we gave before. The easiest way to solve a problem like this is to treat the $x$, $y$, and $z$ dimensions separately, finding the position of the center of mass as a coordinate triple.
The process should be simple, so here's the calculations for each dimension. I've ommitted units for ease of viewing.
$$ x_{cm} = \dfrac{3(3) + 4(4) + 6(6)} {3+4+6} = 4.69 $$ $$ y_{cm} = \dfrac{3(0) + 4(1) + 6(-2)} {3+4+6} = -0.615 $$ $$ z_{cm} = \dfrac{3(4) + 4(-3) + 6(2)} {3+4+6} = 0.923 $$ We can put all three of these together to write the center of mass first as a coordinate triple:
$$ \bbox[3px, border: 0.5px solid white]{(4.69, -0.615, 0.923)}$$ The other way we can express this is as a position vector.
$$ r_{cm} = \bbox[3px, border: 0.5px solid white]{\langle 4.69, -0.615, 0.923 \rangle} $$ Some people may have a preference for one or the other, but they're the same in my books. See? The center of mass is a pretty basic concept, at least when it comes to point objects. For solid objects it's a whole different beasts, but only calculus students will feel that pain...
Now for you calculus students, here's the pain. I have an extra special problem. We're going to find the center of mass of a solid semicircle!
Find the center of mass of a uniform semicircle (half-circle) of radius $R$. (This isn't easy!)
I'm assuming you know what a semicircle looks like, so I will spare you of a diagram here. The key idea is that the semicircle is a continuous mass distribution because it's a solid body, so we can't use the same method that we applied to point masses. Now, how do we do this?
The thing you should do is look for symmetry. I'll say the semicircle is placed with its straight edge horizontal. In the case of our semicircle, it has symmetry about the y-axis, so we know the center of mass lies on the y-axis ($x_{cm}=0$). This saves us from having to calculate two different coordinates for our center of mass, as well as reducing it down to a one-dimensional problem.
Next, we want to recall the formula:
$$ r_{cm} = \dfrac{\int r ~dm} {m} $$ Which is better written in a different form for our purposes:
$$y_{cm} = \dfrac{\int y ~dm} {m} $$ How do we integrate this? Well, if you haven't figured it out, here's a diagram. If you have, check if you selected your approach correctly.
Figure 2: The method. Essentially, we integrate upwards in thin strips of thickness $dy$. Now, we have to look back at the equation we need to use. We need to convert the integral into a form that makes sense. Specifically, what is $dm$?
Have you figured it out? In our case, $dm$ is simply the mass of each of the thin strips we are integrating along! This means that, by using the fact that the density is uniform as given, we can write $dm$ in terms of our other quantities:
Now, there are two ways to go from here. The first way to solve this problem is by integrating using the cartesian variables and using the fact that $x^2 + y^2 =R^2$ holds because we are dealing with a circle to reduce everything into terms of $y$. This method takes longer to integrate, but is easier to set up.
The method I prefer is to convert everything into polar coordinates because we're dealing with a semicircular object. This means that we'll define an angle $ \theta$ and integrate in terms of that. We can write:
$$ x = R \cos \theta $$ $$ y = R \sin \theta $$ $$ dy = R \cos \theta ~ d\theta$$ This enables us to write the integral as:
$$ y_{cm} = \dfrac{\int{y \dfrac{4M} {\pi R^2} x ~dy } }{M} = \dfrac{\int{R \sin \theta \dfrac{4M} {\pi R^2} R \cos \theta (R \cos \theta ~d\theta) } }{M} $$ We can simplify this a bit to arrive at:
$$ y_{cm} = \dfrac{4R}{\pi} \int_0^{\frac{\pi}{2} } \cos ^2 \theta \sin \theta ~d\theta = \dfrac{4R}{\pi} (\dfrac13)$$ I've left out the calculus because this is a physics course. If you're stuck on the integral, I can hint to you to use u-substitution. There are also some good integral calculators online that can explain how to get to the answer. In any case, we get the final answer:
What is the center of mass of the system consisting of block A of mass 5.0 kg placed at $x_A= 4.0 ~\textrm{m}$ and block B of mass 3.0 kg placed at $x_B = -2.0 ~\textrm{m}$ ?
First, we want to look at the scope of the problem. We only have two objects, block A and block B. We will call their masses $m_A$ and $m_B$, and we're given their positions as $x_A$ and $x_B$. Now that we have the notation crystal clear, we can move on.
The center of mass is sort of like a "weighted midpoint", so it must be located somewhere in between the two objects. Keep this in mind, as it can help you check your answer.
Now, we only have two objects and they're along one dimension, so this simplifies our calculations significantly. We should choose the proper formula, however. Since we're going along the x-axis, we choose the formula for $x_{cm}$. (All four forms are really the same, but you should make sure that when solving your variables are consistent with the ones given.) For two objects, this is:
$$ x_{cm} = \dfrac{m_A x_A + m_B x_B}{m_A + m_ B} $$ Now, just a little arithmetic gives us the result:
$$ x_{cm} = \dfrac{5(4) + 3(-2)}{5+3} = \bbox[3px, border: 0.5px solid white] {1.75 ~\textrm{m} }$$ Notice that the negative position stays negative when we plug it in. Position can be negative, remember!
There are two more quantities that have to do with center of mass: center of mass velocity and center of mass acceleration. They are extremely similar to plain old center of mass (which is really just center of mass position).
Center of mass velocity and acceleration are defined very similarly to what we saw before. Both are vectors. First, we have the center of mass velocity, which can again be defined using a summation.
$$ v_{cm} = \dfrac{\Sigma m_i v_i }{\Sigma m_i} $$ Do you see anything interesting about this expression? The astute will notice that the numerator is an expression of the total momentum of the system! This indicates that for a system where total linear momentum is conserved (i.e. no net external force), the center of mass velocity of that system is constant! I touched on this result earlier, but here I'm going into it in much more detail.
For the special case where there is no initial center of mass velocity, we can conclude that the center of mass remains in the same position if no net external force acts on it. We can also transform to a frame where the center-of-mass velocity is zero, which can be helpful in collisions.
Center of mass acceleration is extremely similar. Again, here it is as a summation. You should be able to translate both this and the formula given before into a more usable form quite easily.
$$ a_{cm} = \dfrac{\Sigma m_i a_i }{\Sigma m_i} $$ There's another result that is worth talking about here. When we deal with systems and don't care about the individual motion of the components, we can use these quantities to describe the system as a whole. The reverse also applies: We can analyze the external forces on a system and write a corresponding expression for center-of-mass quantities.
Enough explanation, the noteworth result is yet another form of Newton's Second Law, but generalized to a system.
$$ F_{net, ext} = M a_{cm} $$ This states that the net external force on a system is equivalent to its total mass $M$ multiplied by the acceleration of the center of mass. A corollary is that if there is no net external force on a system, the center-of-mass velocity remains constant. This is another proof/re-stating of what we've talked about earlier! Arriving at the same result multiple times confirms its validity and importance. In fact, this is the proof of why momentum is conserved when there is no net external force.
With that discussion done, here is one very clever problem that I especially like which pertains to what we just talked about.
Consider a man of mass $m = 65 ~\textrm{kg}$ standing on the bow (front) of a wooden rowboat of mass $ M = 140 ~\textrm{kg} $ sitting in still, frictionless water. The man walks from the bow to the stern (rear) of the boat in a straight line, which has a length $L = 2.0 ~\textrm{m}$. How far does the boat move?
Figure 3: He do be walking though. The key is that there are no net external forces acting on the system consisting of the person and boat, which means the center of mass of the system stays in the same place relative to the water. First, we want to find the position of the center of mass relative to where the boat's center is initially.
$$ x_{cm} = \dfrac{M (0) + m(L/2)}{M+m} $$ We have set where the boat's center is initially as the origin, so that's how we got our position values. Next, we want to realize that the boat's center moves twice this distance after the person is on the other side. A diagram could help:
Figure 4: The red dot marks the center of the boat, and the cyan dot marks the center of mass position. Now can you see it? The expression for center-of-mass position is the distance between the red dot and cyan dot (center of mass). Once we know that the boat moves twice this distance which we have an expression for, the problem becomes very simple to solve. It's getting to this realization that is often a challenge. Most difficult center-of-mass problems will require some clever reasoning trick.
$$ x = \dfrac{m}{M+m} L = \bbox[3px, border: 0.5px solid white]{0.634 ~\textrm{m} }$$
These two quantities are really very similar to the plain old center of mass (which is really the center of mass position). They are defined in virtually the same way:
$$ v_{cm} = \dfrac{m_1 v_1 + m_2 v_2 + m_3 v_3 + ...}{m_1 + m_2 + m_3 + ...} $$ $$ a_{cm} = \dfrac{m_1 a_1 + m_2 a_2 + m_3 a_3 + ...}{m_1 + m_2 + m_3 + ...} $$ You want to remember that both of these are vectors, and the velocities and accelerations that are in the formula are also all vector quantities. Now, something might look familiar. In the $v_{cm}$ equation, the numerator looks an awful lot like the expression of total momentum of a system of objects! And, in fact, that is exactly what it is!
This leads us to our result that the center of mass velocity is constant whenever momentum is conserved (whenever there is no net external force on a system). This isn't just a mathematical curiosity, it can be used to solve problems like collisions as well.
Another result that's worth mentioning here is another expression of Newton's Second Law. We can describe entire systems with center-of-mass values if we don't care about the motion of the individual objects, and this new form of the Second Law seeks to do just that. By only considering external forces, we come up with an expression for the center-of-mass acceleration:
$$ F_{net,ext} = M a_{cm} $$ The quantity $ M $ represents the total mass of the system, which is found by summing all of the individual masses. Now, we have a formula that indicates what happens to a system when it experiences a net external force! And, as a corollary, if $ F_{net,ext} = 0$, something else happens.
Remember how we said that momentum is conserved when there is no net external force? Well, this equation explains why! When $F_{net,ext} = 0$, we have zero acceleration of the center of mass, which means the center of mass velocity remains constant!
Since center of mass velocity contains total momentum in the numerator and total mass (which is going to be constant) in the denominator, this means by extension total momentum is conserved when there is no net external force. We've proved the theorem!
Now, you should know all you need to know about the center of mass for now. There are a few other results, but they are mathematical conveniences and not essential to know. Well, now we can apply this and the idea of momentum conservation to our next lessons, where we'll be focusing on two specific types of momentum problems. The first is going to be collisions. If you're ready, let's just move on!