Newton's laws
Newton’s second law for 1D motion¶
Let’s first derive Newton’s second law for a set of particles, and then we’ll specialize it to 1D motion. Each particle comprising the rigid body satisfies the standard version of Newton’s second law for a particle:
where is the total external force applied to particle , and is the internal force applied to particle from particle .
Define the center of mass as , where is the total mass. differentiating twice and plugging in (1), we obtain
The internal forces cancel because of Newton’s third law: . We therefore obtain Newton’s second law for a system of particles:
In other words, no matter what the particles are doing (translating, rotating, moving apart), the center of mass behaves like a particle of mass with all external forces acting at the center of mass. This is particularly useful when we have gravity acting on a rigid body, for example; we can just assume the gravity is acting at the center of mass with a force equal to the total gravity force .
Special case: 1D rigid body motion with no rotation. In this case, all particles of the body have the same velocity and acceleration, and it is a scalar quantity due to the 1D nature of the motion. So if is the position of any point on the rigid body, we have:
Newton’s second law for planar rotation¶
Let’s first derive a more general result for rotational motion of rigid bodies, and then we’ll specialize it to rotation about a fixed axis. As with translational motion, we can think of the rigid body as a collection of particles with positions and masses . Each particle satisfies Newton’s second law:
where is the external force on particle and is the internal force on particle from particle . To extract rotational dynamics, we take the moment (torque) of each particle’s equation of motion about a reference point . We will assume an arbitrary (possibly moving) reference point for now. Taking the cross product with , position with respect to the reference point, we obtain
If we sum over all particles , the internal forces cancel as in the linear case. However, the reason is more subtle this time. Newton’s third law says that , so we have:
The last step is true because we assume the force between particles and acts along the vector joining particles and (also known as a central force). Therefore the vector is parallel to the vector and so their cross product is zero. This assumption is valid for ordinary rigid bodies and classical force interactions. Systems that transmit internal moments (e.g., via friction or actuation) require additional torque terms.
Summing over all particles in Eq. (6) therefore gives
where we defined as the torque about the reference point caused by the external force . Let us also define the angular momentum of a particle measured with respect to the reference point:
Taking the time derivative and applying the product rule, we have:
Rearrange and use the fact that the cross-product of parallel vectors is zero:
Substitute (11) into (8) and obtain
where we defined the total angular momentum . Recall our definition of the center of mass , so we can rewrite (12) as
The extra term will vanish if we choose our reference to be either a fixed point (zero velocity), or the center of mass (so the cross product is zero). In either of these cases, we obtain Newton’s second law for rotational motion of a rigid body:
So far, we assumed is either fixed in space or it’s the center of mass of the body. We want the moment of inertia of the body with respect to our reference to be constant, so let’s further assume that our reference is fixed to the body. So we are now assuming that
is fixed to the body and fixed in space (for example, if the object is pinned at a point and rotates about that point), or
is the center of mass of the object.
Since the body is rigid, the distance between any pair of points fixed to the body is constant. This means that any point can only rotate with respect to , so there must exist some vector such that for any particle ,
substituting this into (14) with the definition (9), we obtain
The rightmost term is zero because either (fixed reference), or . The remainder of the expression is a linear function of , so we can write it as , where is called the inertia tensor.
In general, can be a function of time, so when we plug in into (14), we need to use the product rule. This doesn’t happen in our particular setting, because we have a rigid body rotating around a fixed axis.
Suppose the axis of rotation is and the body rotates with angular speed . We therefore have . We only care about the component of in the direction, so we have:
where we used the cyclic property of the triple product to simplify the expression:
So we have , where is the moment of inertia of our body about an axis parallel to our axis of rotation and passing through . Substituting into (14), we obtain Newton’s second law for a rigid body rotating about a fixed axis, where the reference point is either the axis or the center of mass.