Scroll back to top

    Rigid body kinetics

    Euler's laws of motion

    The laws of motion for rigid bodies were formulated by Leonhard Euler, which extended Newton's equations for point-masses to rigid bodies.

    Euler's first law relates the mass \(m\) and acceleration of the center of mass \( \vec{a}_C \) of the body to the total force \( \vec{F} \) on the body (sum of all external forces). It describes the translational motion of the body.

    Euler's first law (acceleration form). #reg-ef1
    $$ \vec{F} = m\vec{a}_C $$

    Euler's second law relates the moment of inertia about the center of mass \(I_C\) and the angular acceleration of the body to the total moment \( \vec{M}_C \) (sum of all external moments) about the center of mass. It describes the rotational motion of the body.

    Euler's second law (angular acceleration form). #reg-es1
    $$ \vec{M}_C = I_C\vec\alpha $$

    Recall that the total force on a particle is related to the linear momentum of the particle. Thus, if we extend that to rigid bodies, we have an alternative way to express Euler's first law:

    Euler's first law (momentum form). #reg-ef2
    $$ \vec{F} = \frac{d\vec{p}_C}{dt} = \frac{d}{dt}(m\vec{v}_C) $$

    Similarly, the total moment on a particle about a certain point is related to the angular momentum of the particle about the same base point. We can do the same thing as above, and extend it to rigid bodies, and obtain an alternative form to Euler's second law:

    Euler's second law (momentum form). #reg-es2
    $$ \vec{M}_C = \frac{d\vec{L}_C}{dt} = \frac{d}{dt}(I_C \, \vec\omega) $$

    Application alert!

    Accelerating and braking uses rigid body kinetics.

    Rigid body kinetics can be used to analyze how cars accelerate and brake.

    Application alert!

    Banked turns uses rigid body kinetics.

    Rigid body kinetics can be used to analyze how vehicles move along banks.

    Application Alert!

    Ship stability uses Center of mass by ensuring the centers of gravity and bouyancy are in proper locations to avoid capsizing when out at sea.

    The MV Golden Ray
    The MV Golden Ray
    In 2019, center of gravity and bouyancy calculations were done incorrectly, resulting in the MV Golden Ray to capsize just off the coast of Brunswick, Georgia.

    Solution steps

    The steps involved in analyzing a rigid body mechanical system with Newton's equations are as follows.
    $$ \begin{align} &1. \ \text{System diagram: coordinate system + label variables} \\ &2. \ \text{FBD: one per rigid body} \\ &3. \ \text{Kinematics: determine } \vec{a}_c \ \text{and } \alpha_z \\ &4. \ \text{Kinetics:} \sum \vec{F} = m \vec{a}_c \ \text{and} \sum M_{Cz} = I_{Cz} \alpha_z. \\ &5. \ \text{Algebra: solve} \end{align} $$
    Example Problem: Pendulum #pendulum
    Consider the 2D pendulum with a rigid rod of length \( l \) and mass \( m. \) What is the equation of angular acceleration \( \alpha_z \) as a fuction of \( \theta, \dot{\theta}? \)

    1. System diagram: The following is the system diagram for the pendulum. Use the polar coordinate system with theta defined as shown.

    2. FBD: The following is the free body diagram for the pendulum.

    The following forces are on the free body diagram.

    $$ \begin{align} \vec{F}_O &= F_{Or} \hat{e}_r + F_{O\theta} \hat{e}_{\theta} \\ &= F_O \cos \theta \hat{e}_r + F_O \sin \theta \hat{e}_{\theta} \\ \vec{F}_g &= F_r \hat{e}_r - F_{\theta} \hat{e}_{\theta} \\ &= F_g \cos \theta \hat{e}_r - F_g \sin \theta \hat{e}_{\theta} \\ &= m g \cos \theta \hat{e}_r - m g \sin \theta \hat{e}_{\theta} \end{align} $$

    3. Kinematics: \( \vec{a}_c, \vec{\alpha} \)

    $$ \begin{align} \vec{\alpha} &= \alpha_z \hat{k} \\ \vec{a}_c &= (\ddot{r} - r \dot{\theta} ^ 2) \hat{e}_r + (r \ddot{\theta} + 2 \dot{r} \dot{\theta}) \hat{e}_{\theta} \\ &= -\frac{l}{2} \dot{\theta} ^ 2 \hat{e}_r + \frac{l}{2} \ddot{\theta} \hat{e}_{\theta} \end{align} $$
    Also, the following equation is true.
    $$ \alpha_z = \ddot{\theta} $$

    4. Kinetics: \( \sum \vec{F} = m \vec{a}_c, \sum M_{Cz} = I_{Cz} \alpha_z \) where \( c \) is the center of mass or \( \sum M_{Oz} = I_{Oz} \alpha_z \) where \( O \) is a fixed point.

    Using \( \sum M_{Oz} = I_{Oz} \alpha_z \) makes it so that the force equation is not needed, since point \( O \) is fixed and therefore has no acceleration, which vastly simplifies the problem. The following steps can be used to take the moment about point \( O. \) From the FBD, \( r \) and \( F_{\theta} \) are perpendicular, so the following equation is true.

    $$ I_{Oz} \alpha_z = -F_{\theta} r $$
    Substituting \( F_{\theta} = m g \sin \theta \) (defined in the FBD step) gives the following equation.
    $$ I_{Oz} \alpha_z = -m g r \sin \theta $$
    Substituting \( r = \frac{l}{2} \) (from the FBD) gives the following equation.
    $$ I_{Oz} \alpha_z = -m g \frac{l}{2} \sin \theta $$
    Additionally, the mass moment of inertia at point \( O \) is defined using the mass moment of inertia of the end of a rod.
    $$ I_{Oz} = \frac{1}{3} m l ^ 2 $$

    5. Algebra:

    $$ \begin{align} I_{Oz} \alpha_z &= -m g \frac{l}{2} \sin \theta \\ \frac{1}{3} m l ^ 2 \ddot{\theta} &= -m g \frac{l}{2} \sin \theta \end{align} $$
    Solving for \( \ddot{\theta} \) gives the following expression.
    $$ \begin{align} \ddot{\theta} &= -\frac{3 g}{2 l} \sin \theta \\ \alpha_z(\theta, \dot{\theta}) &= -\frac{3 g}{2 l} \sin \theta \end{align} $$
    Here, \( \alpha_z \) only depends on \( \theta. \) \( \dot{\theta} \) is a damping term that would have influence if the pendulum were to slow down.