Scroll back to top

    Rigid body kinetics

    Center of mass (COM)

    The total mass of a rigid body is as follows:

    Total mass of a rigid body. #rcm-tm
    $$ m = \iiint_{\mathcal{B}} \rho \, dV $$

    The mass of an infinitesimally small element of the rigid body \(dm\) assuming constant density is: \[ dm = \rho \, dV \] Therefore, integrating over the entire volume of the body gives us the expression above.

    The center of mass of a rigid body can be calculated as follows:

    Center of mass \(C\) of a rigid body. #rcm-cm
    $$ \begin{gathered} \vec{r}_C = \frac{1}{m}\iiint_{\mathcal{B}} \rho \vec{r} \, dV \\ \end{gathered} $$

    \( \vec{r} \) is the vector from a reference origin \( O \) to \( dV \).

    The integral term \( \iiint_{\mathcal{B}} \rho \vec{r} \, dV \) is known as the "first moment of mass".

    The center of mass of a collection of particles is given by the finite sum:

    $$ \vec{r}_C = \frac{1}{m} \sum_{i=1}^{N} m_i \, \vec{r}_i $$

    Therefore, for a continuous mass distribution and infinite number of particles, the sum becomes an integral and the masses become the mass of an infinitesimally small element on the rigid body:

    $$ \vec{r}_C = \frac{1}{m}\iiint_{\mathcal{B}} \vec{r} dm $$

    Where \( dm = \rho \, dV \) from the differential of #rcm-tm. Substituting in:

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{m}\iiint_{\mathcal{B}} \vec{r} dm \\ &= \frac{1}{m}\iiint_{\mathcal{B}} \vec{r} \rho \, dV \\ &= \frac{1}{m}\iiint_{\mathcal{B}} \rho \vec{r} \, dV \\ \end{aligned} $$

    Example Problem: Center of mass of a right-triangular plate. #rcm-xc

    A solid uniform right-triangular plate with mass \( m \) has width \( w \), height \( h \). Where is the center of mass \( \vec{r}_C \)located?

    In order to figure out where the center of mass is located, we will need to choose an origin. The origin chosen in this instant is where the base and height begin, as shown. Using the center of mass formula will allow us to calculate the vector shown below (i.e we are calculating \( \vec{r}_{OC} \)).

    Using the formula #rcm-cm:

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{m} \iiint_{\mathcal{B}} \rho \vec{r} \, dV \\ &= \frac{1}{m} \iint_{A} \rho \vec{r} \, tdA \\ \end{aligned} $$

    Where \( A \) represents the surface area of the plate, and \( t \) is the thickness. We will assume the thickness is 1, as we are only interested in the center of mass in the \( x \)-\( y \) plane. Our triple integral with \( dV \)instead becomes a double integral with \( dV = t dA \). We therefore have:

    $$ \vec{r}_C = \frac{1}{m} \int_{x_1}^{x_2} \int_{y_1}^{y_2} \rho \vec{r} \, dA $$

    We will redraw the figure and show the \(dA\) element. We will also find the \(x\)-coordinate and \(y\)-coordinate ranges for the body.

    Examining the figure above, we can see that the \( x \)-coordinate range is \( 0 \) to \( w \). Our \( y \)-coordinate range has a dependence on the \( x \)-value, and the equation of the hypotenuse is \( y = h - \frac{h}{w}x \), using the point-slope formula. Therefore, the \( y \)-coordinate range is \( 0 \) to \( h - \frac{h}{w}x \). As a result of this, we will have to integrate with respect to \( y \) first. All in all, our center of mass equation becomes:

    $$ \vec{r}_C = \frac{1}{m} \int_{0}^{w} \int_{0}^{h - \frac{h}{w}x} \rho \vec{r} \, dydx $$

    where \( vec{r} \) is the distance to the \( dA \) element. We can see the coordinates of \( dA \) are \([x,y]\). Thus, \( \vec{r} = x\hat{\imath} + y\hat{\jmath} \). Therefore:

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{m} \int_{0}^{w} \int_{0}^{h - \frac{h}{w}x} \rho \left(x\hat{\imath} + y\hat{\jmath}\right) \, dydx \\ &= \frac{\rho}{m} \int_{0}^{w} \int_{0}^{h - \frac{h}{w}x} \left(x\hat{\imath} + y\hat{\jmath}\right) \, dydx \\ &= \frac{\rho}{m} \left[\int_{0}^{w} \int_{0}^{h - \frac{h}{w}x} \left(x\hat{\imath} \, dy\right)dx + \int_{0}^{w} \int_{0}^{h - \frac{h}{w}x} \left(y\hat{\jmath} \, dy\right)dx\right] \\ &= \frac{\rho}{m} \left[\int_{0}^{w} x\left(h - \frac{h}{w}x\right)\hat{\imath}dx + \int_{0}^{w} \frac{1}{2}\left(h - \frac{h}{w}x\right)^2\hat{\jmath}dx\right] \\ &= \frac{\rho}{m} \left[\frac{w^2 h}{6}\hat{\imath} + \frac{wh^2}{6}\hat{\jmath}\right] \end{aligned} $$

    where \( \frac{\rho}{m} = \frac{1}{A} = \frac{1}{\frac{1}{2}wh} = \frac{2}{wh} \). Substituting that in yields:

    $$ \vec{r}_C = \frac{1}{3}w \hat{\imath} + \frac{1}{3}h \hat{\jmath} $$

    Meaning the center of mass for a right-triangular plate is located at 1/3rd of the width, and 1/3rd of the height. This formula has been used to calculate the center of mass of different common shapes.

    Finding the center of mass allows us to treat complex shapes as point-masses with all their mass at the center of mass.

    To find the center of mass of a body made up of composite shapes, we simply do the weighted average of each body by using the fact above.

    Center of mass (C) of composite bodies. #rcm-cb
    $$ \vec{r}_C = \frac{m_1 \vec{r}_1 + m_2 \vec{r}_2}{m_1 + m_2} $$

    \( \vec{r}_i \) is the center of mass of the \(i\)th body. The whole body \( \mathcal{B} \) is composed of sub-bodies \( \mathcal{B}_1 \) and \( \mathcal{B}_2 \)

    Finding the center of mass of the whole body follows directly from the fact that the integral over the whole body is the sum of the integrals over the sub-bodies. That is, for \( \mathcal{B} = \mathcal{B}_1 \cup \mathcal{B}_2 \) (and \( \mathcal{B}_1 \)not overlapping with \( \mathcal{B}_2 \), we have:

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{M}\iiint_\mathcal{B} \rho \vec{r} \, dV \\ &= \frac{1}{M}\iiint_{\mathcal{B}_1 \cup \mathcal{B}_2} \rho \vec{r} \, dV \\ &= \frac{1}{M}\left[\iiint_{\mathcal{B}_1} \rho_1 \vec{r}_1 \, dV + \iiint_{\mathcal{B}_2} \rho_2 \vec{r}_2 \, dV \right] \\ &= \frac{m_1 \vec{r}_1 + m_2 \vec{r}_2}{M} \\ &= \frac{m_1 \vec{r}_1 + m_2 \vec{r}_2}{m_1 + m_2} \end{aligned} $$

    Example Problem: Center of mass of an L-shaped plate. #rcm-xl

    A solid uniform L-shaped plate has mass \(m\) and dimensions as shown. What is the location of the center of mass?

    In order to figure out where the center of mass is located, we will need to choose an origin. The origin chosen here is the corner shown.

    Then we must realize that the L-shape can be decomposed into four square plates, as shown. Each square plate has the same mass, so:

    $$ m_i = \frac{1}{4}m $$

    Using the addition formula #rcm-cb:

    $$ \vec{r}_C = \frac{1}{m} \sum_{i=1}^{4} m_i \vec{r}_i $$

    where:

    $$ \begin{aligned} \vec{r}_1 &= d\hat{\imath} + 3d\hat{\jmath} \\ \vec{r}_2 &= d\hat{\imath} + d\hat{\jmath} \\ \vec{r}_3 &= 3d\hat{\imath} + d\hat{\jmath} \\ \vec{r}_4 &= 5d\hat{\imath} + d\hat{\jmath} \end{aligned} $$

    Substituting in:

    $$ \begin{aligned} x_C = \frac{\frac{1}{4}md + \frac{1}{4}md + \frac{3}{4}md + \frac{5}{4}md}{m} = \frac{5}{2}d \\ y_C = \frac{\frac{3}{4}md + \frac{1}{4}md + \frac{1}{4}md + \frac{1}{4}md}{m} = \frac{3}{2}d \end{aligned} $$

    Thus, the center of mass of the L-shape plate:

    $$ \vec{r}_C = \frac{5}{2}d \hat{\imath} + \frac{3}{2}d \hat{\jmath} $$

    And its location on the plate is shown below.

    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.

    Application alert!

    Accelerating and braking uses rigid body kinematics.

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

    Application alert!

    Banked turns uses rigid body kinematics.

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

    Recap

    Type of shape Operation
    Simple shapes Symmetry tables
    Combination of simple shapes Find each c.o.m and then combine
    Complex shapes Integrate

    Basic shapes

    The centers of mass listed below are all computed directly from the integral #rcm-cm. Note the center of mass provided is the vector from point \(O\) (the reference origin).

    Rectangular plate: center of mass #rcm-er
    $$ \vec{r}_C = \frac{\ell_x}{2}\hat{\imath} + \frac{\ell_y}{2}\hat{\jmath} $$

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{m}\iiint_\mathcal{B} \rho \vec{r} \, dV \\ &= \frac{1}{m}\iint_{A} \rho \vec{r} \, dA \\ &= \frac{\rho}{m}\int_{0}^{\ell_x}\int_{0}^{\ell_y} \left[x\hat{\imath} + y\hat{\jmath}\right] \, dydx \\ &= \frac{\rho}{m}\int_{0}^{\ell_x} \left[xy\hat{\imath} + \frac{y^2}{2}\hat{\jmath}\right]_{y = 0}^{y = \ell_y} dx \\ & = \frac{\rho}{m}\int_{0}^{\ell_x} \left[x\ell_y \hat{\imath} + \frac{\ell^2_y}{2}\hat{\jmath}\right]dx \\ & = \frac{\rho}{m} \left[\frac{x^2}{2}\ell_y \hat{\imath} + \frac{\ell^2_y}{2}x\right]_{x = 0}^{x = \ell_x} \\ & = \frac{\rho}{m} \left[\frac{\ell_y \, \ell^2_x}{2} \hat{\imath} + \frac{\ell^2_y \, \ell_x}{2} \hat{\jmath}\right] \\ \end{aligned} $$

    The total mass of the plate is \( m = \rho A = \rho \ell_x \ell_y \). Thus we have:

    $$ \vec{r}_C = \frac{\ell_x}{2}\hat{\imath} + \frac{\ell_y}{2}\hat{\jmath} $$

    Triangular plate: center of mass #rcm-et
    $$ \vec{r}_C = \frac{x_P + x_Q}{3}\hat{\imath} + \frac{y_Q}{3}\hat{\jmath} $$

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{m}\iiint_\mathcal{B} \rho \vec{r} \, dV \\ &= \frac{1}{m}\iint_{A} \rho \vec{r} \, dA \\ \end{aligned} $$

    It is convenient to do a linear transformation from \(x\)-\(y\) plane to the \(u\)-\(v\) plane, to transform the triangle into a right-triangle with \(b = 1\), \(h = 1\):

    $$ \begin{aligned} x &= au + bv \\ y &= cu + dv \\ \end{aligned} $$

    Or solve the following system of equations:

    $$ \begin{aligned} x_P &= a(1) + b(0) \\ x_Q &= a(0) + b(1) \ y_P &= c(1) + d(0) \\ y_Q &= c(0) + d(1) \\ \end{aligned} $$

    We find that the linear transformation is:

    $$ \begin{aligned} x &= x_P u + x_Q v \\ y &= y_P u + y_Q v \\ \end{aligned} $$

    The Jacobian of this coordinate transformation is:

    $$ \begin{aligned} J &= \begin{vmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{vmatrix} = \begin{vmatrix} x_P & x_Q \\ y_P & y_Q \end{vmatrix} = x_P y_Q - x_Q y_P \end{aligned} $$

    Starting with the \(x\)-coordinate:

    $$ \begin{aligned} x_C &= \frac{\rho}{m}\int_{0}^{1}\int_{0}^{1 - u} (x_P u + x_Q v) \, J \, dvdu \\ &= \frac{\rho}{m}\int_{0}^{1}\int_{0}^{1 - u} (x_P u + x_Q v) \, (x_P y_Q - x_Q y_P) \, dvdu \\ &= \frac{\rho}{m}(x_P y_Q - x_Q y_P)\int_{0}^{1}\int_{0}^{1 - u} (x_P u + x_Q v) \, dvdu \\ &= \frac{\rho}{m}(x_P y_Q - x_Q y_P)\int_{0}^{1}x_P u\left[v\right]_{v = 0}^{v = 1-u} + \frac{x_Q}{2}\left[v^2\right]_{v = 0}^{v = 1-u}du \\ &= \frac{\rho}{m}(x_P y_Q - x_Q y_P)\int_{0}^{1} x_P u(1 - u) + \frac{x_Q}{2}(1 - u)^2 du \\ &= \frac{\rho}{m}(x_P y_Q - x_Q y_P) \left(\frac{x_P}{2} \left[u^2\right]_{0}^{1} - \frac{x_P}{3}\left[u^3\right]_{0}^{1} + \frac{x_Q}{2}\left[u\right]_{0}^{1} - \frac{x_Q}{2}\left[u^2\right]_{0}^{1} + \frac{x_Q}{6}\left[u^3\right]_{0}^{1}\right) \\ &= \frac{\rho}{m}(x_P y_Q - x_Q y_P) \left(\frac{x_P}{2} - \frac{x_P}{3} + \frac{x_Q}{2} - \frac{x_Q}{2} + \frac{x_Q}{6}\right) \\ &= \frac{\rho}{m}(x_P y_Q - x_Q y_P) \left(\frac{x_P + x_Q}{6}\right) \end{aligned} $$

    The total mass of the plate is \( m = ho A = rac{1}{2} ho x_P y_Q \), and with the chosen configuration \(y_P = 0\). Thus:

    $$ x_C = rac{x_P + x_Q}{3} $$

    Elliptical plate: center of mass #rcm-ee
    $$ \vec{r}_C = \frac{2a\sin\theta}{3\theta}\hat{\imath} + \frac{2b\left(1 - \cos\theta\right)}{3\theta}\hat{\jmath} $$

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{m}\iiint_\mathcal{B} \rho \vec{r} \, dV \\ &= \frac{1}{m}\iint_{A} \rho \vec{r} \, dA \\ \end{aligned} $$

    It is convenient to switch to cylindrical coordinates:

    $$ \begin{aligned} x &= a \, r \cos\theta \\ y &= b \, r \sin\theta \\ \end{aligned} $$

    The Jacobian of this coordinate transformation is:

    $$ \begin{aligned} J &= \begin{vmatrix} \frac{\partial x}{\partial r} & \frac{\partial x}{\partial \theta} \\ \frac{\partial y}{\partial r} & \frac{\partial y}{\partial \theta} \end{vmatrix} = \begin{vmatrix} a\cos\theta & -a r \sin\theta \\ b \sin\theta & b r\cos\theta \end{vmatrix} = a b r \cos^2\theta + a b r\sin^2\theta = a b r \\ \end{aligned} $$

    Therefore:

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{m}\iint_{A} \rho \vec{r} \, dx \, dy \\ &= \frac{\rho}{m}\int_{0}^{\theta} \int_{0}^{1} \left[ar\cos\theta\hat{\imath} + br\sin\theta\hat{\jmath}\right] \, J \, dr \, d\theta \\ &= \frac{\rho ab}{m}\int_{0}^{\theta} \int_{0}^{1} \left[ar^2\cos\theta\hat{\imath} + br^2\sin\theta\hat{\jmath}\right] \, dr \, d\theta \\ &= \frac{\rho ab}{m}\int_{0}^{\theta} \left[\frac{r^3}{3}\right]_{0}^{1}a\cos\theta\hat{\imath} + \left[\frac{r^3}{3}\right]_{0}^{1}b\sin\theta\hat{\jmath} \, d\theta \\ &= \frac{\rho ab}{m}\int_{0}^{\theta} \left[\frac{1}{3}a\cos\theta\hat{\imath} + \frac{1}{3}b\sin\theta\hat{\jmath}\right] \, d\theta \\ &= \frac{\rho ab}{m}\left(\left[\sin\theta\right]_{0}^{\theta}\frac{1}{3}a\hat{\imath} + \left[-\cos\theta\right]_{0}^{\theta}\frac{1}{3}b\hat{\jmath}\right) \\ &= \frac{\rho ab}{m}\left[\frac{1}{3}a\sin\theta\hat{\imath} + \frac{1}{3}b\left(1 - \cos\theta\right)\hat{\jmath}\right] \\ \end{aligned} $$

    The total mass of the sector is \( m = \rho A = \frac{\theta}{2}\rho ab \). Thus:

    $$ \begin{aligned} \vec{r}_C &= \frac{\rho ab}{m}\left[\frac{1}{3}a\sin\theta\hat{\imath} + \frac{1}{3}b\left(1 - \cos\theta\right)\hat{\jmath}\right] \\ &= \frac{\rho ab}{\frac{\theta}{2}\rho ab}\left[\frac{1}{3}a\sin\theta\hat{\imath} + \frac{1}{3}b\left(1 - \cos\theta\right)\hat{\jmath}\right] \\ &= \frac{2}{\theta}\left[\frac{1}{3}a\sin\theta\hat{\imath} + \frac{1}{3}b\left(1 - \cos\theta\right)\hat{\jmath}\right] \\ &= \frac{2a\sin\theta}{3\theta}\hat{\imath} + \frac{2b\left(1 - \cos\theta\right)}{3\theta}\hat{\jmath} \end{aligned} $$

    Simplified shapes

    The centers of mass listed below are all special cases of the basic shapes given in Section #rcm-bs. Other special cases can be easily obtained by similar methods, or directly computing the integral.

    Right triangular plate: center of mass #rcm-eg
    $$ \vec{r}_C = \frac{b}{3}\hat{\imath} + \frac{h}{3}\hat{\jmath} $$

    See example problem on how to derive it by directly computing the integrals.

    The other perhaps simpler approach is to let \(x_Q = 0\) in #rcm-et, which forms a right triangle if the configuration is the same as the one shown in the figure. Thus:

    $$ \begin{aligned} \vec{r}_C &= \frac{x_P + x_Q}{3}\hat{\imath} + \frac{y_Q}{3}\hat{\jmath} \\ &= \frac{x_P}{3}\hat{\imath} + \frac{y_Q}{3}\hat{\jmath} \\ &= \frac{b}{3}\hat{\imath} + \frac{h}{3}\hat{\jmath} \end{aligned} $$

    Isosceles triangular plate: center of mass #rcm-ei
    $$ \vec{r}_C = \frac{b}{2}\hat{\imath} + \frac{h}{3}\hat{\jmath} $$

    See example problem on how to derive it by directly computing the integrals.

    The other perhaps simpler approach is to let \(x_Q = 0\) in #rcm-et, which forms a right triangle if the configuration is the same as the one shown in the figure. Thus:

    $$ \begin{aligned} \vec{r}_C &= \frac{x_P + x_Q}{3}\hat{\imath} + \frac{y_Q}{3}\hat{\jmath} \\ &= \frac{x_P + \frac{x_P}{2}}{3}\hat{\imath} + \frac{y_Q}{3}\hat{\jmath} \\ &= \frac{\frac{3}{2}x_P}{3}\hat{\imath} + \frac{y_Q}{3}\hat{\jmath} \\ &= \frac{b}{2}\hat{\imath} + \frac{h}{3}\hat{\jmath} \end{aligned} $$

    Circular sector: center of mass #rcm-ec
    $$ \vec{r}_C = \frac{2r\sin\theta}{3\theta}\hat{\imath} + \frac{2r\left(1 - \cos\theta\right)}{3\theta}\hat{\jmath} $$

    We could use the integral definition of the center of mass and compute it directly:

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{m}\iiint_\mathcal{B} \rho \vec{r} \, dV \\ &= \frac{1}{m}\iint_{A} \rho \vec{r} \, dA \\ \end{aligned} $$

    It is convenient to switch to cylindrical coordinates:

    $$ \begin{aligned} x &= r \cos\theta \\ y &= r \sin\theta \\ \end{aligned} $$

    The Jacobian of this coordinate transformation is:

    $$ \begin{aligned} J &= \begin{vmatrix} \frac{\partial x}{\partial r} & \frac{\partial x}{\partial \theta} \\ \frac{\partial y}{\partial r} & \frac{\partial y}{\partial \theta} \end{vmatrix} = \begin{vmatrix} \cos\theta & -r \sin\theta \\ \sin\theta & r\cos\theta \end{vmatrix} = r \cos^2\theta + r \sin^2\theta = r \end{aligned} $$

    Therefore:

    $$ \begin{aligned} \vec{r}_C &= \frac{1}{m}\iint_{A} \rho \vec{r} \, dx \, dy \\ &= \frac{\rho}{m}\int_{0}^{\theta} \int_{0}^{r} \left[r\cos\theta\hat{\imath} + r\sin\theta\hat{\jmath}\right] \, J \, dr \, d\theta \\ &= \frac{\rho}{m}\int_{0}^{\theta} \int_{0}^{r} \left[r^2\cos\theta\hat{\imath} + r^2\sin\theta\hat{\jmath}\right] \, dr \, d\theta \\ &= \frac{\rho}{m}\int_{0}^{\theta} \left[\frac{r^3}{3}\right]_{0}^{r}\cos\theta\hat{\imath} + \left[\frac{r^3}{3}\right]_{0}^{r}\sin\theta\hat{\jmath} \, d\theta \\ &= \frac{\rho}{m}\int_{0}^{\theta} \left[\frac{r^3}{3}\cos\theta\hat{\imath} + \frac{r^3}{3}\sin\theta\hat{\jmath}\right] \, d\theta \\ &= \frac{\rho}{m}\left(\left[\sin\theta\right]_{0}^{\theta}\frac{r^3}{3}\hat{\imath} + \left[-\cos\theta\right]_{0}^{\theta}\frac{r^3}{3}\hat{\jmath}\right) \\ &= \frac{\rho}{m}\left[\frac{1}{3}r^3\sin\theta\hat{\imath} + \frac{1}{3}r^3\left(1 - \cos\theta\right)\hat{\jmath}\right] \\ \end{aligned} $$

    The total mass of the sector is \( m = \rho A = \frac{\theta}{2}\rho r^2 \). Thus:

    $$ \begin{aligned} \vec{r}_C &= \frac{\rho}{m}\left[\frac{1}{3}r^3\sin\theta\hat{\imath} + \frac{1}{3}r^3\left(1 - \cos\theta\right)\hat{\jmath}\right] \\ &= \frac{\rho}{\frac{\theta}{2}\rho r^2}\left[\frac{1}{3}r^3\sin\theta\hat{\imath} + \frac{1}{3}r^3\left(1 - \cos\theta\right)\hat{\jmath}\right] \\ &= \frac{2}{\theta r^2}\left[\frac{1}{3}r^3\sin\theta\hat{\imath} + \frac{1}{3}r^3\left(1 - \cos\theta\right)\hat{\jmath}\right] \\ &= \frac{2r\sin\theta}{3\theta}\hat{\imath} + \frac{2r\left(1 - \cos\theta\right)}{3\theta}\hat{\jmath} \end{aligned} $$

    Another way to reach this formula is to use #rcm-ee, and for a circular sector, let \(a = b = r\).

    Semi-circular sector: center of mass #rcm-es
    $$ \vec{r}_C = \frac{4r}{3\pi}\hat{\jmath} $$

    Using #rcm-ec, for a semi-circular sector, the angle \( \theta = \pi \). Therefore:

    $$ \begin{aligned} \vec{r}_C &= \frac{2r\sin\theta}{3\theta}\hat{\imath} + \frac{2r\left(1 - \cos\theta\right)}{3\theta}\hat{\jmath} \\ &= \frac{2r\sin(\pi)}{3\pi}\hat{\imath} + \frac{2r\left(1 - \cos(\pi)\right)}{3\pi}\hat{\jmath} \\ &= 0 + \frac{4r}{3\pi}\hat{\jmath} \\ &= \frac{4r}{3\pi}\hat{\jmath} \end{aligned} $$

    Moment of inertia

    The moment of inertia of a body, written \( I_{P,\hat{a}} \), is measured about a rotation axis through point \(P\) in direction \( \hat{a} \). The moment of inertia expresses how hard it is to produce an angular acceleration of the body about this axis. That is, a body with high moment of inertia resists angular acceleration, so if it is not rotating then it is hard to start a rotation, while if it is already rotating then it is hard to stop.

    The moment of inertia plays the same role for rotational motion as the mass does for translational motion (a high-mass body resists is hard to start moving and hard to stop again).

    Moment of inertia about axis \( \hat{a} \) through point (P). #rem-ei
    $$ \begin{gathered} I_{P,\hat{a}} = \iiint_\mathcal{B} \rho r^2 \,dV \\ (\text{units: } \rm kg\ m^2) \end{gathered} $$

    The distance \(r \) is the perpendicular distance to \( dV \) from the axis through \(P\) in direction \( \hat{a}. \)

    Warning: Mass moments of inertia are different to area moments of inertia. #rem-wm

    Be advised that the "moment of inertia" encountered in Statics is not the same as the moment of inertia used in Dynamics. Strictly speaking, the "moment of inertia" from Statics shouldn't even be called "moment of inertia." What it really is is the "second moment of area." Below are the definitions of two such second moments of area:

    $$ J_{xx}=\iint_{A}{y^{2}dA} $$

    $$ J_{yy}=\iint_{A}{x^{2}dA} $$

    In contrast, the moment of inertia (about the \(z\)-axis) is defined as stated above.

    For example, a rectangle of base \(b\) and height \(h\) has the following moments about its centroid \(C\):

    $$ J^{C}_{xx}=\frac{1}{12}bh^{3} $$

    $$ J^{C}_{yy}=\frac{1}{12}b^{3}h $$

    $$ I^{C}_{zz}=\frac{1}{12}m(b^{2}+h^{2}) $$

    Notice that the dimensions of the two quantities are different. While the dimension of second moment of area is \( (\text{length})^{4} \), the dimension of moment of inertia is \( (\text{mass})(\text{length})^{2} \). When doing dynamics problems with moments of inertia, you should not use the formulas you remember for second moment of area instead. You will get the wrong answer!

    Observe that the moment of inertia is proportional to the mass, so that doubling the mass of an object will also double its moment of inertia. In addition, the moment of inertia is proportional to the square of the size of the object, so that doubling every dimension of an object (height, width, etc) will cause it to have four times the moment of inertia.

    Moments of inertia about coordinate axes through point (P). #rem-ec
    $$ \begin{aligned} I_{P,x} &= I_{P,xx} = I_{P,\hat\imath} = \iiint_\mathcal{B} \rho (y^2 + z^2) \,dx\,dy\,dz \\ I_{P,y} &= I_{P,yy} = I_{P,\hat\jmath} = \iiint_\mathcal{B} \rho (z^2 + x^2) \,dx\,dy\,dz \\ I_{P,z} &= I_{P,zz} = I_{P,\hat{k}} = \iiint_\mathcal{B} \rho (x^2 + y^2) \,dx\,dy\,dz \end{aligned} $$

    The coordinates \((x,y,z)\) in the body are measured from point \(P\).

    The distance\(r\) in the moment of inertia integral #rem-ei is the perpendicular distance from the axis of rotation to the infinitesimal volume \(dV \). If we are using rectangular coordinates \((x,y,z)\) measured from point \(P\), and the axis of rotation is one of the coordinate axes, then the perpendicular distance is very simple.

    As an example, consider the case when the axis of rotation \( \hat{a} \) is the \( \hat{k} \) axis, as shown in the figure. Then the perpendicular distance \(r\) satisfies \(r^2 = x^2 + y^2\), giving the coordinate expression above. The other two coordinate axes are similar.

    Example Problem: Moment of inertia of a square plate. #rem-xs

    A solid square uniform plate has mass \(m\), side-length \( \ell \), and thickness \( h \). What is the moment of inertia about the \(z \)-axis through the center of mass \(C\)?

    We will use the coordinate formula #rem-ec. To do this, we measure the position from the point \(C\) about which we are computing the moment of inertia, so the coordinate origin is at \(C\). The figure to the right shows the 3D configuration of the body, where we see that the \(x\)-coordinate range of the body is \(-\ell/2\) to \(\ell/2\), and the same for the \(y\)-coordinate, while the \(z\)-coordinate ranges from \(-h/2\) to \(h/2\).

    Taking the density of the plate to be \(\rho\), we thus have:

    $$ \begin{aligned} I_{C,z} &= \iiint_\mathcal{B} \rho (x^2 + y^2) \,dx\,dy\,dz \\ &= \int_{-h/2}^{h/2} \int_{-\ell/2}^{\ell/2} \int_{-\ell/2}^{\ell/2} \rho (x^2 + y^2) \,dx\,dy\,dz \\ &= \int_{-h/2}^{h/2} \int_{-\ell/2}^{\ell/2} \left[ \rho \left(\frac{1}{3}x^3 + y^2 x\right)\right]_{x = -\ell/2}^{x = \ell/2} \,dy\,dz \\ &= \int_{-h/2}^{h/2} \int_{-\ell/2}^{\ell/2} \rho \left(\frac{1}{12}\ell^3 + y^2 \ell \right) \,dy\,dz \\ &= \int_{-h/2}^{h/2} \left[ \rho \left(\frac{1}{12}\ell^3 y + \frac{1}{3} y^3 \ell \right) \right]_{y = -\ell/2}^{y = \ell/2} \,dz \\ &= \int_{-h/2}^{h/2} \rho \left(\frac{1}{12}\ell^4 + \frac{1}{12} \ell^4 \right) \,dz \\ &= \int_{-h/2}^{h/2} \rho \frac{1}{6}\ell^4 \,dz \\ &= \left[ \rho \frac{1}{6}\ell^4 z \right]_{z = -h/2}^{z = h/2} \\ &= \rho \frac{1}{6}\ell^4 h. \end{aligned} $$
    The total mass of the plate is \( m = \rho \ell^2 h \), so we can write the moment of inertia as \( I_{C,z} = \frac{1}{6} m \ell^2. \) The square plate moment of inertia is actually a special case of the rectangular prism formula #rem-er with \( \ell_y = \ell_z = \ell \)

    Did you know?

    We are always considering the moment of inertia to be a scalar value \( I \), which is valid for rotation about a fixed axis. For more complicated dynamics with tumbling motion about multiple axes simultaneously, it is necessary to consider the full 3 × 3 moment of inertia matrix:

    $$ I = \begin{bmatrix} I_{xx} & I_{xy} & I_{xz} \\ I_{yx} & I_{yy} & I_{yz} \\ I_{zx} & I_{zy} & I_{zz} \end{bmatrix} $$

    The three scalar moments of inertia from #rem-ec appear on the diagonal. The off-diagonal terms are called the products of inertia and are given by

    $$ I_{xy} = -\iiint_{\mathcal{B}} \rho xy \,dx\,dy\,dz, $$

    and similarly for the other terms. The angular momentum of a rigid body is given by \( \vec{H} = I \vec{\omega} \), which is the matrix product of the moment of inertia matrix with the angular velocity vector. This is important in advanced dynamics applications such as unbalanced rotating shafts and the precession of gyroscopes.

    Parallel axis theorem

    Parallel axis theorem. #rem-el
    $$ I_{P,\hat{a}} = I_{C,\hat{a}} + m \, d^2 $$

    Here \( d \) is the perpendicular distance between the axes through \( P \) and \(C \) in direction \( \hat{a} \), so \( d = \| \operatorname*{Comp}(\vec{r}_{CP}, \hat{a})\| \).

    To easily compute the moments of inertia relative to axes through \( P \) and \( C \) it is easiest to choose a coordinate system aligned with the rotation axis direction \( \hat{a} \). We will choose coordinates \( (x,y,z) \) measured from the center of mass \( C \) and with the \(z\)-axis \( \hat{k} \) in the direction of \( \hat{a} \), as shown in the figure.

    As we integrate over the body with infinitesimal volume \( dV \) at position \( (x,y,z) \) from \( C \), we will write the distance from the axis through \( C \) as \( r_c \) and the distance from the axis through \( P \) as \( r_P \), as illustrated. The distance between the two rotation axes is \( d \). In the chosen coordinate system this means that:

    $$ \begin{aligned} {r_C}^2 &= x^2 + y^2 \\ {r_P}^2 &= (x - x_P)^2 + (y - y_P)^2 \\ d^2 &= {x_P}^2 + {y_P}^2, \end{aligned} $$

    where \( P \) has position \( (x_P, y_P, z_P) \) in these coordinates.

    Computing the integral #rem-ec to find the moment of inertia about the axis through \( P \) in direction \( \hat{a} \) now gives:

    $$ \begin{aligned} I_{P,\hat{a}} &= \int_{\mathcal{B}} \rho {r_P}^2 \,dV \\ &= \iiint_{\mathcal{B}} \rho \left((x - x_P)^2 + (y - y_P)^2\right) \,dx\,dy\,dz \\ &= \iiint_{\mathcal{B}} \rho \left(x^2 - 2 x x_P + {x_P}^2 + y^2 - 2 y y_P + {y_P}^2\right) \,dx\,dy\,dz \\ &= \iiint_{\mathcal{B}} \rho (x^2 + y^2) \,dx\,dy\,dz - 2 x_P \iiint_{\mathcal{B}} \rho x \,dx\,dy\,dz \\ &\quad - 2 y_P \iiint_{\mathcal{B}} \rho y \,dx\,dy\,dz + ({x_P}^2 + {y_P}^2) \iiint_{\mathcal{B}} \rho \,dx\,dy\,dz \\ &= \int_{\mathcal{B}} \rho {r_C}^2 \,dV + d^2 \int_{\mathcal{B}} \rho \,dV \\ &= I_{C,\hat{a}} + m d^2. \end{aligned} $$
    Here we used the coordinate representation of the center of mass to realize that the \( x \) coordinate of \( C \) is \( x_C = \frac{1}{m} \int_{\mathcal{B}} \rho x \,dV \), but because our coordinates are measured from \( C \) we must have \( x_C = 0 \) and so \( \int_{\mathcal{B}} \rho x \,dV = 0 \). The integral of \( \rho y \) is similarly zero.

    Warning: Parallel axis theorem must start from center of mass \( C \). #rem-wl

    The parallel axis theorem does not apply to any two parallel rotation axes. The rotation axis on the right-hand-side of the equation must be through the center of mass \( C \), although the other axis can be through any point \( P \).

    Warning: Parallel axis theorem \( d \) is perpendicular distance, not \( r_{CP} \). #rem-wp

    The distance \( d \) in the parallel axis theorem is the perpendicular distance between the axes through points \( P \) and \( C \). This will normally not be the same as the distance \( r_{CP} \) between \( P \) and \( C \), except in 2D problems or if it happens that \( \vec{r}_{CP} \) is already perpendicular to the rotation axis \( \hat{a} \). The distance \( d \) can be computed by taking the orthogonal complement of \( \vec{r}_{CP} \) with respect to \( \hat{a} \), so \( d = \|\operatorname{Comp}(\vec{r}_{CP}, \hat{a})\| \).

    Example Problem: Moment of inertia of a square plate about a corner. #rem-xc

    A solid uniform square plate has mass \( m \), side-length \( \ell \), and thickness \( h \). What is the moment of inertia about the \( z \)-axis through the corner \( P \)?

    Use the answer to Example Problem #rem-xs and the parallel axis theorem #rem-el.

    In Example Problem #rem-xs we computed the moment of inertia of a square place about the center to be \( I_{C,z} = \frac{1}{6} m \ell^2 \). The parallel axis theorem #rem-el now gives:

    $$ \begin{aligned} I_{P,z} &= I_{C,z} + m \, {r_{CP}}^2 \\ &= \frac{1}{6} m \ell^2 + m \left( \left(\frac{\ell}{2}\right)^2 + \left(\frac{\ell}{2}\right)^2 \right) \\ &= \frac{2}{3} m \ell^2. \end{aligned} $$

    To check our answer, we can compute the corner moment of inertia directly by integrating with formula #rem-ec. To do this, we put the coordinate origin at the point \( P \) about which we wish to find the moment of inertia, as shown in 3D to the right. From this we see that the \(x \)range is \(0\) to \( \ell \), the same for the \( y \) range, and the \(z\) range is \(-h/2\) to \(h/2\).

    The integral formula now gives:

    $$ \begin{aligned} I_{P,z} &= \iiint_\mathcal{B} \rho (x^2 + y^2) \,dx\,dy\,dz \\ &= \int_{-h/2}^{h/2} \int_0^{\ell} \int_{0}^{\ell} \rho (x^2 + y^2) \,dx\,dy\,dz \\ &= \int_{-h/2}^{h/2} \int_{0}^{\ell} \left[ \rho \left(\frac{1}{3}x^3 + y^2 x\right)\right]_{x = 0}^{x = \ell} \,dy\,dz \\ &= \int_{-h/2}^{h/2} \int_{0}^{\ell} \rho \left(\frac{1}{3}\ell^3 + y^2 \ell \right) \,dy\,dz \\ &= \int_{-h/2}^{h/2} \left[ \rho \left(\frac{1}{3}\ell^3 y + \frac{1}{3} y^3 \ell \right) \right]_{y = 0}^{y = \ell} \,dz \\ &= \int_{-h/2}^{h/2} \rho \left(\frac{1}{3}\ell^4 + \frac{1}{3} \ell^4 \right) \,dz \\ &= \int_{-h/2}^{h/2} \rho \frac{2}{3}\ell^4 \,dz \\ &= \left[ \rho \frac{2}{3}\ell^4 z \right]_{z = -h/2}^{z = h/2} \\ &= \rho \frac{2}{3}\ell^4 h. \end{aligned} $$
    The total mass of the plate is \( m = \rho ell^2 h \), so we can write the final expression for the moment of inertia is
    $$ I_{P,z} = \frac{2}{3} m \ell^2. $$
    This is the same as the expression we obtained above using the parallel axis theorem, but clearly the parallel axis theorem version is much easier.

    One consequence of the parallel axis theorem is that the moment of inertia can only increase as we move the rotation point \( P \) away from the center of mass \( C \). This means that the point with the lowest moment of inertia is always the center of mass itself.

    A second consequence of the parallel axis theorem is that moving the point \( P \) along the direction \( \hat{a} \) doesn't change the moment of inertia, because the axis of rotation is not changing as the point moves along the axis itself.

    Additive theorem

    Adding moments of inertia. #rem-ea

    $$ I^{\mathcal{B}}_{P,\hat{a}} = I^{\mathcal{B}_1}_{P,\hat{a}} + I^{\mathcal{B}_2}_{P,\hat{a}} $$

    The whole body \( \mathcal{B} \) is composed of sub-bodies \( \mathcal{B}_1 \) and \( \mathcal{B}_2 \).

    The addition of moments of inertia for sub-bodies to give the full moment of inertia follows directly from the fact that the integral over the whole body is the sum of the integrals over the sub-bodes. That is, for \( \mathcal{B} = \mathcal{B}_1 \cup \mathcal{B}_2 \) (and \( \mathcal{B}_1 \) not overlapping with \( \mathcal{B}_2 \)), we have:

    $$ \begin{aligned} I^{\mathcal{B}}_{P,\hat{a}} &= \int_{\mathcal{B}} \rho r^2 \,dV \\ &= \int_{\mathcal{B_1} \cup \mathcal{B}_2} \rho r^2 \,dV \\ &= \int_{\mathcal{B_1}} \rho r^2 \,dV + \int_{\mathcal{B}_2} \rho r^2 \,dV \\ &= I^{\mathcal{B}_1}_{P,\hat{a}} + I^{\mathcal{B}_2}_{P,\hat{a}}. \end{aligned} $$

    Warning: To add moments of inertia they must be about the same axis. #rem-wa

    It is only valid to add together moments of inertia for different sub-bodies if each moment of inertia is computed about the same axis of rotation. For example, consider \( I^{\mathcal{B}_1}_{C_1,z} \) and \( I^{\mathcal{B}_2}_{C_2,z} \), which are the moments of inertia of bodies \( \mathcal{B}_1 \) and \( \mathcal{B}_2 \) about each of their individual centers of mass \( C_1 \) and \( C_2 \) (with axis direction \( z \)). Now it is physically meaningless to form the sum \( I^{\mathcal{B}_1}_{C_1,z} + I^{\mathcal{B}_2}_{C_2,z} \), because each moment of inertia is about a different axis. We must first shift both moments of inertia to a common axis point \( P \) (perhaps by using the parallel axis theorem), and then we can meaningfully add them together.

    Example Problem: Moment of inertia of an L-shaped plate. #rem-xl

    A solid uniform L-shaped plate has mass \(m\) and dimensions as shown. What is the moment of inertia about the \(z\)-axis through the corner \(P\)?

    Recall that in Example Problem #rem-xs we computed the moment of inertia of a square place about the center to be \( I_{C,z} = \frac{1}{6} m \ell^2 \).

    To use this together with the parallel axis theorem #rem-el and the additive theorem #rem-ea, we must first realize that the L-shape can be decomposed into four square plates, as shown. Each small square body has the same mass and the same moment of inertia about its center, so:

    $$ \begin{aligned} m_1 &= \frac{1}{4} m \\ I^{\mathcal{B}_1}_{C_1,z} &= \frac{1}{6} m_1 (2d)^2 = \frac{1}{6} \left(\frac{1}{4} m\right) 4d^2 = \frac{1}{6} m d^2, \end{aligned} $$
    and similarly for each other small square body.

    Now individual moments of inertia about the corner \(P\) can be found using the parallel axis theorem:

    $$ \begin{aligned} I^{\mathcal{B}_1}_{P,z} &= I^{\mathcal{B}_1}_{C_1,z} + m_1 \, {r_{C_1P}}^2 = \frac{1}{6} m d^2 + \left(\frac{1}{4} m\right) \left(d^2 + (3d)^2\right) = \frac{8}{3} m d^2 \\ I^{\mathcal{B}_2}_{P,z} &= I^{\mathcal{B}_2}_{C_2,z} + m_2 \, {r_{C_2P}}^2 = \frac{1}{6} m d^2 + \left(\frac{1}{4} m\right) \left(d^2 + d^2\right) = \frac{2}{3} m d^2 \\ I^{\mathcal{B}_3}_{P,z} &= I^{\mathcal{B}_1}_{P,z} = \frac{8}{3} m d^2 \\ I^{\mathcal{B}_4}_{P,z} &= I^{\mathcal{B}_4}_{C_4,z} + m_4 \, {r_{C_4P}}^2 = \frac{1}{6} m d^2 + \left(\frac{1}{4} m\right) \left((5d)^2 + d^2\right) = \frac{20}{3} m d^2. \end{aligned} $$
    Here we observed that body \( \mathcal{B}_3 \) will have the same moment of inertia as \( \mathcal{B}_1 \) , saving some computation.

    Combining the individual moments of inertia now gives us the total:

    $$ \begin{aligned} I_{P,z} &= I^{\mathcal{B}_1}_{P,z} + I^{\mathcal{B}_2}_{P,z} + I^{\mathcal{B}_3}_{P,z} + I^{\mathcal{B}_4}_{P,z} \\ &= \frac{8}{3} m d^2 + \frac{2}{3} m d^2 + \frac{8}{3} m d^2 + \frac{20}{3} m d^2\\ &= \frac{38}{3} m d^2. \end{aligned} $$
    We could also directly compute the total moment of inertia using the integral formula #rem-ec, which would be quite complex.

    Basic shapes

    The moments of inertia listed below are all computed directly from the integrals #rem-ec.

    Point mass: moments of inertia #rem-ep
    $$ I_{P,z} = m r^2 $$
    Rectangular prism: moments of inertia #rem-er
    $$ \begin{aligned}I_{C,x}&=\frac{1}{12}m({\ell_y}^2+{\ell_z}^2)\\I_{C,y}&=\frac{1}{12}m({\ell_z}^2+{\ell_x}^2)\\I_{C,z}&=\frac{1}{12}m({\ell_x}^2+{\ell_y}^2)\end{aligned} $$

    The calculation for any of the axes is the same, so we will only write out the derivation of \( I_{C,z} \) here. We use #rem-ec, which gives:

    $$ \begin{aligned} I_{C,z} &= \iiint_\mathcal{B} \rho (x^2 + y^2) \,dx\,dy\,dz \\ &= \int_{-\ell_z/2}^{\ell_z/2} \int_{-\ell_y/2}^{\ell_y/2} \int_{-\ell_x/2}^{\ell_x/2} \rho (x^2 + y^2) \,dx\,dy\,dz \\ &= \int_{-\ell_z/2}^{\ell_z/2} \int_{-\ell_y/2}^{\ell_y/2} \left[ \rho \left(\frac{1}{3}x^3 + y^2 x\right)\right]_{x = -\ell_x/2}^{x = \ell_x/2} \,dy\,dz \\ &= \int_{-\ell_z/2}^{\ell_z/2} \int_{-\ell_y/2}^{\ell_y/2} \rho \left(\frac{1}{12}{\ell_x}^3 + y^2 \ell_x \right) \,dy\,dz \\ &= \int_{-\ell_z/2}^{\ell_z/2} \left[ \rho \left(\frac{1}{12}{\ell_x}^3 y + \frac{1}{3} y^3 \ell_x \right) \right]_{y = -\ell_y/2}^{y = \ell_y/2} \,dz \\ &= \int_{-\ell_z/2}^{\ell_z/2} \rho \left(\frac{1}{12}{\ell_x}^3 \ell_y + \frac{1}{12} \ell_x {\ell_y}^3 \right) \,dz \\ &= \int_{-\ell_z/2}^{\ell_z/2} \rho \ell_x \ell_y \frac{1}{12}\left( {\ell_x}^2 + {\ell_y}^2\right) \,dz \\ &= \left[ \rho \ell_x \ell_y \frac{1}{12}\left( {\ell_x}^2 + {\ell_y}^2\right) z \right]_{z = -\ell_z/2}^{z = \ell_z/2} \\ &= \rho \ell_x \ell_y \ell_z \frac{1}{12}\left( {\ell_x}^2 + {\ell_y}^2\right). \end{aligned} $$

    The total mass of the plate is \( m=\rho\ell_x\ell_y\ell_z \), so we can write the moment of inertia as

    $$ I_{C,z}=\frac{1}{12}m\left({\ell_x}^2+{\ell_y}^2\right).\ $$
    Cylindrical thick shell: moments of inertia #rem-ey
    $$ \begin{aligned}I_{C,x}&=I_{C,y}=\frac{1}{12}m(3({r_1}^2+{r_2}^2)+\ell^2)\\I_{C,z}&=\frac{1}{2}m({r_1}^2+{r_2}^2)\end{aligned} $$

    To compute the integrals in #rem-ec it is convenient to switch to cylindrical coordinates:

    $$ \begin{aligned}x &= r \cos\theta \\y &= r \sin\theta \\z &= z.\end{aligned}\ $$

    The Jacobian of this coordinate transformation is:

    $$ \begin{aligned}J &= \begin{vmatrix}\frac{\partial x}{\partial r} & \frac{\partial x}{\partial \theta} & \frac{\partial x}{\partial z} \\\frac{\partial y}{\partial r} & \frac{\partial y}{\partial \theta} & \frac{\partial y}{\partial z} \\\frac{\partial z}{\partial r} & \frac{\partial z}{\partial \theta} & \frac{\partial z}{\partial z}\end{vmatrix}= \begin{vmatrix}\cos\theta & -r \sin\theta & 0 \\\sin\theta & r \cos\theta & 0 \\0 & 0 & 1\end{vmatrix}= r \cos^2\theta + r \sin^2\theta= r.\end{aligned}\ $$

    Starting with the \( z \) axis, the moment of inertia is thus:

    $$ \begin{aligned}I_{C,z} &= \iiint_\mathcal{B} \rho (x^2 + y^2) \,dx\,dy\,dz \\&= \int_{-\ell/2}^{\ell/2} \int_0^{2\pi} \int_{r_1}^{r_2}\rho \left( (r \cos\theta)^2 + (r \sin\theta)^2 \right) \,J \,dr\,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \int_0^{2\pi} \int_{r_1}^{r_2}\rho r^3 \,dr\,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \int_0^{2\pi} \left[\rho \frac{1}{4} r^4 \right]_{r = r_1}^{r = r_2} \,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \int_0^{2\pi} \frac{1}{4} \rho \left({r_2}^4 - {r_1}^4 \right) \,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \left[ \frac{1}{4} \rho \left({r_2}^4 - {r_1}^4 \right) \theta \right]_{\theta = 0}^{\theta = 2\pi} \,dz \\&= \int_{-\ell/2}^{\ell/2} \frac{\pi}{2} \rho \left({r_2}^4 - {r_1}^4 \right) \,dz \\&= \left[ \frac{\pi}{2} \rho \left({r_2}^4 - {r_1}^4 \right) z \right]_{z = -\ell/2}^{z = \ell/2} \\&= \frac{\pi}{2} \rho \ell \left({r_2}^4 - {r_1}^4 \right).\end{aligned} $$
    The total mass of the cylindrical shell is \( m = \rho(\pi {r_2}^2 - \pi {r_1}^2) \ell \) , so we can write the moment of inertia as
    $$ \begin{aligned}I_{C,z}&= \frac{1}{2} \frac{m}{{r_2}^2 - {r_1}^2}\left( {r_2}^4 - {r_1}^4 \right) \\&= \frac{1}{2} \frac{m}{{r_2}^2 - {r_1}^2}\left( {r_2}^2 + {r_1}^2 \right) \left( {r_2}^2 - {r_1}^2 \right) \\&= \frac{1}{2} m\left( {r_2}^2 + {r_1}^2 \right).\end{aligned}\ $$
    Due to rotational symmetry of the cylinder, the moment of inertia will be the same about any axis orthogonal to \( z \) , so we will just write out the derivation for \( I_{C,x} \) here. We again use #rem-ec in cylindrical coordinates, giving:
    $$ \begin{aligned}I_{C,x} &= \iiint_\mathcal{B} \rho (y^2 + z^2) \,dx\,dy\,dz \\&= \int_{-\ell/2}^{\ell/2} \int_0^{2\pi} \int_{r_1}^{r_2}\rho \left( (r \sin\theta)^2 + z^2 \right) \,J \,dr\,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \int_0^{2\pi} \int_{r_1}^{r_2}\rho \left( r^3 \sin^2\theta + r z^2 \right) \,dr\,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \int_0^{2\pi} \left[\rho \left( \frac{1}{4} r^4 \sin^2\theta + \frac{1}{2} r^2 z^2 \right)\right]_{r = r_1}^{r = r_2} \,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \int_0^{2\pi}\rho \left( \frac{1}{4} ({r_2}^4 - {r_1}^4) \sin^2\theta+ \frac{1}{2} ({r_2}^2 - {r_1}^2) z^2 \right) \,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \int_0^{2\pi}\rho \left( \frac{1}{8} ({r_2}^4 - {r_1}^4) (1 - \cos 2\theta)+ \frac{1}{2} ({r_2}^2 - {r_1}^2) z^2 \right) \,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \left[\rho \left( \frac{1}{8} ({r_2}^4 - {r_1}^4)\left(\theta - \frac{1}{2} \sin 2\theta\right)+ \frac{1}{2} ({r_2}^2 - {r_1}^2) z^2 \theta \right)\right]_{\theta = 0}^{\theta = 2\pi} \,d\theta\,dz \\&= \int_{-\ell/2}^{\ell/2} \rho \left( \frac{\pi}{4} ({r_2}^4 - {r_1}^4)+ \pi ({r_2}^2 - {r_1}^2) z^2 \right) \,d\theta\,dz \\&= \left[ \rho \left( \frac{\pi}{4} ({r_2}^4 - {r_1}^4) z+ \pi ({r_2}^2 - {r_1}^2) \frac{1}{3} z^3 \right) \right]_{z = -\ell/2}^{z = \ell/2} \\&= \rho \left( \frac{\pi}{4} ({r_2}^3 - {r_1}^3) \ell+ \pi ({r_2}^2 - {r_1}^2) \frac{1}{12} \ell^3 \right) \\&= \frac{1}{12} \rho \pi ({r_2}^2 - {r_1}^2) \ell \left( 3 ({r_2}^2 + {r_1}^2)+ \ell^2 \right).\end{aligned} $$
    In the last line we again used the factorization \( ({r_2}^4 - {r_1}^4) = ({r_2}^2 + {r_1}^2) ({r_2}^2 -{r_1}^2) \) . Now we can substitute in the total mass \( m =\rho \pi ({r_2}^2 - {r_1}^2) \ell \) to obtain:
    $$ \begin{aligned}I_{C,x}&= \frac{1}{12} m \left( 3 ({r_2}^2 + {r_1}^2)+ \ell^2 \right).\end{aligned} $$
    Spherical thick shell: moments of inertia #rem-es
    $$ \begin{aligned}I_C&=\frac{2}{5}m\left(\frac{{r_2}^5-{r_1}^5}{{r_2}^3-{r_1}^3}\right)\end{aligned} $$

    To compute the integrals in #rem-ec it is convenient to switch to spherical coordinates:

    $$ \begin{aligned}x &= r \cos\theta \sin\phi \\y &= r \sin\theta \sin\phi \\z &= r \cos\phi.\end{aligned}\ $$
    To find the Jacobian of this coordinate transformation we use the coordinate order \( (r,\phi,\theta) \) to give a right-handed spherical system. Then: Due to spherical symmetry, all axes through \( C \) will have the same moment of inertia. We will compute \( I_{C,z} \) , which is:
    $$ \begin{aligned}I_{C,z} &= \iiint_\mathcal{B} \rho (x^2 + y^2) \,dx\,dy\,dz \\&= \int_0^{\pi} \int_{-\pi}^{\pi} \int_{r_1}^{r_2}\rho \left( (r \cos\theta \sin\phi)^2 + (r \sin\theta \sin\phi)^2 \right) \,J \,dr\,d\theta\,d\phi \\&= \int_0^{\pi} \int_{-\pi}^{\pi} \int_{r_1}^{r_2}\rho r^4 \sin^3\phi \,dr\,d\theta\,d\phi \\&= \int_0^{\pi} \int_{-\pi}^{\pi} \left[\rho \frac{1}{5} r^5 \sin^3\phi \right]_{r = r_1}^{r = r_2} \,d\theta\,d\phi \\&= \int_0^{\pi} \int_{-\pi}^{\pi}\rho \frac{1}{5} ({r_2}^5 - {r_1}^5) \sin^3\phi \,d\theta\,d\phi \\&= \int_0^{\pi} \left[\rho \frac{1}{5} ({r_2}^5 - {r_1}^5) \sin^3\phi \, \theta\right]_{\theta = -\pi}^{\theta = \pi} \,d\phi \\&= \int_0^{\pi}\rho \frac{2\pi}{5} ({r_2}^5 - {r_1}^5) \sin^3\phi \,d\phi \\&= \int_0^{\pi}\rho \frac{2\pi}{5} ({r_2}^5 - {r_1}^5) \frac{1}{4} (3\sin\phi - \sin 3\phi) \,d\phi \\&= \left[ \rho \frac{2\pi}{5} ({r_2}^5 - {r_1}^5) \frac{1}{4}\left(\frac{1}{3} \cos 3\phi - 3\cos\phi\right) \right]_{\phi = 0}^{\phi = \pi} \\&= \rho \frac{2\pi}{5} ({r_2}^5 - {r_1}^5) \frac{1}{4}\left(-\frac{2}{3} + 6\right) \\&= \frac{8}{15} \rho \pi ({r_2}^5 - {r_1}^5).\end{aligned} $$
    The total mass of the spherical shell is \( m = \rho\left(\frac{4}{3} \pi {r_2}^3 - \frac{4}{3} \pi{r_1}^3\right) \) , so we can write the moment of inertia as
    $$ \begin{aligned}I_{C,z}&= \frac{8}{15} m \frac{3}{4} \frac{1}{{r_2}^3 - {r_1}^3} ({r_2}^5 - {r_1}^5) \\&= \frac{2}{5} m \left(\frac{{r_2}^5 - {r_1}^5}{{r_2}^3 - {r_1}^3}\right).\end{aligned}\ $$

    Simplified shapes

    The moments of inertia listed below are all special cases of the basic shapes given in Section #rem-sb. Other special cases can be easily obtained by similar methods.

    Rod: moments of inertia #rem-eo
    $$ \begin{aligned}I_{C,z}&=\frac{1}{12}m\ell^2\\I_{P,z}&=\frac{1}{3}m\ell^2\\I_{C,x}&=I_{P,x}=0\end{aligned} $$

    A rod is assumed to be a shape with infinitesimally small cross-section. We can use the formula #rem-ey for a cylinder with zero radii \( r_1 = r_2 = 0 \) . The coordinates here are set up so that \( z \) is orthogonal to the rod axis and \( x \) is along the axis, so #rem-ey gives:

    $$ \begin{aligned}I_{C,z} &= \frac{1}{12} m (3({r_1}^2 + {r_2}^2) + \ell^2)= \frac{1}{12} m \ell^2 \\I_{C,x} &= \frac{1}{2} m ({r_1}^2 + {r_2}^2) = 0.\end{aligned}\ $$

    To find the moment of inertia about the end point \( P \) we can use the parallel axis theorem #rem-el. This results is:

    $$ \begin{aligned}I_{P,z} &= I_{C,z} + m {r_{CP}}^2 \\&= \frac{1}{12} m \ell^2 + m \left(\frac{\ell}{2}\right)^2 \\&= \frac{1}{3} m \ell^2.\end{aligned}\ $$

    The moment of inertia \( I_{P,x} \) is still zero, because \( \vec{r}_{CP} \) is parallel to \( x \).

    Solid cylinder or disk: moments of inertia #rem-ek
    $$ \begin{aligned}I_{C,x}&=I_{C,y}=\frac{1}{12}m(3r^2+\ell^2)\\I_{C,z}&=\frac{1}{2}mr^2\end{aligned} $$

    The solid cylinder expressions are simply the cylindrical thick shell formulas #rem-ey with the inner radius set to \( r_1 = 0 \) and the outer radius \( r_2 = r \) .

    Hollow cylinder or hoop: moments of inertia #rem-eh
    $$ \begin{aligned}I_{C,x}&=I_{C,y}=\frac{1}{12}m(6r^2+\ell^2)\\I_{C,z}&=mr^2\end{aligned} $$

    The hollow cylinder expressions can be found from cylindrical thick shell formulas #rem-ey by taking the same value for both inner and outer radii, so that \( r_1 = r_2 = r \) .

    Solid ball: moments of inertia #rem-eb
    $$ \begin{aligned}I_C&=\frac{2}{5}mr^2\end{aligned} $$

    All axes through \( C \) have the same moment of inertia.

    The solid ball moment of inertia can be directly obtained from the spherical thick shell expression #rem-es with inner radius \( r_1 = 0 \) and outer radius \( r_2 = r \) .

    Hollow sphere: moments of inertia #rem-ew
    $$ \begin{aligned}I_C&=\frac{2}{3}mr^2\end{aligned} $$

    All axes through \( C \) have the same moment of inertia.

    A hollow sphere moment of inertia is the same as that for the spherical thick shell #rem-es with inner radius and outer radius both set to \( r_1 = r_2 = r \). Some care is needed here, however, as a simple substitution into the spherical thick shell expression would give the undefined value \( 0 / 0 \) .

    Instead we need to set \( r_2 = r \) and then to take the limit as \( r_1 \to r \) using l'Hôpital's rule:

    $$ \begin{aligned}I_C &= \lim_{r_1 \to r} \frac{2}{5} m\left(\frac{r^5 - {r_1}^5}{r^3 - {r_1}^3}\right) \\&= \lim_{r_1 \to r} \frac{2}{5} m\left(\frac{\frac{d}{d r_1}\left(r^5 - {r_1}^5\right)}{\frac{d}{d r_1}\left(r^3 - {r_1}^3\right)}\right) \\&= \lim_{r_1 \to r} \frac{2}{5} m\left(\frac{5 {r_1}^4}{3 {r_1}^2}\right) \\&= \lim_{r_1 \to r} \frac{2}{3} m {r_1}^2 \\&= \frac{2}{3} m r^2.\end{aligned}\ $$

    Instantaneous center (M)

    • For a rigid body moving in 2D (rotating and possibly translating)
    • Instantaneous center “M” is the point on or off the rigid body that has zero velocity at that instant (i.e. no translation at this point)
    • Point that the body rotates about (at that instant in time)

    Graphical rules for finding M

    (Assuming that figure is drawn to scale, including velocity vectors)

    1. Draw lines perpendicular to velocities
      • If the lines intersect at a single point, that point is M
      • If the lines are colinear:
        • Draw 2 lines that connect the tips of velocity vectors
        • If the lines intersect at a single point, that point is M
    Example Problem: Equal velocity magnitudes in different directions. #rbk-rbe

    Find the instantaneous center (M) and the direction of \( \vec{v}_B \) of the beam.

    Example Problem: Equal velocity magnitudes in opposite parallel directions. #rbk-rbp

    Find the instantaneous center (M) and the direction of \( \vec{v}_B \) of the beam.

    Example Problem: Different velocity magnitudes in opposite parallel directions. #rbk-rbc

    Find the instantaneous center (M) and the direction of \( v_A / v_B \) of the beam.

    Example Problem: Equal velocity magnitudes in the body. #rbk-rbm

    Find the instantaneous center (M).

    Example Problem: Equal velocity magnitudes in same paralled direction. #rbk-rbn

    Find the instantaneous center (M).

    The body is not rotating

    Warning: Pay attention to: #icm-wa
    • Consistent direction of rotation.
    • Consistent speeds \( v = \omega \, r \).
    • Body may not be rotating (pure translation).

    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) $$

    Rotation about arbitrary reference points

    In some cases, using the center of mass as a reference point is not ideal, and we might encounter situations in which we would need to consider the dynamics about another point. We will begin by finding the angular momentum of a rigid body about any arbitrary point, and extend that from there.

    Angular momentum of a rigid body about an arbitrary point \(P\). #reg-lp
    $$ \vec{L}_P = \vec{r}_{PC} \times m\vec{v}_C + I_C \, \vec\omega $$

    We can differentiate the above expression with respect to time and obtain the time derivative of the angular momentum of the rigid body about point \(P\). This will yield two important special cases of rotations.

    Rate of change of angular momentum about an arbitrary point \(P\). #reg-lt
    $$ \frac{d\vec{L}_P}{dt} = \vec{M}_P - \vec{r}_{PC} \times m\vec{a}_P $$

    The important special cases are outlined below.

    case result consequence
    \(P = C\) \( \vec{M}_P = \vec{M}_C = \frac{d\vec{L}_C}{dt} \) This is Euler's 2nd law.
    \( \vec{a}_P = \vec{0} \) \( \vec{M}_P = \frac{d\vec{L}_P}{dt} \) The rigid body is rotating about a fixed point \(P\). This is another form of Euler's 2nd law.