Theorems for Computing Inertia Matrix \(\left[I\right]\)#

There are three useful theorems to compute moments of inertia. They are:

  1. Rotation theorem

  2. Parallel axis theorem (or translation theorem)

  3. Composite theorem

Let us examine them in further detail.

Rotation theorem#

../_images/261.png
  • \(X-Y-Z\) make up a cartesian coordinate system.

  • \(O\) is the origin.

  • \(\hat{\bf n}_x,\;\hat{\bf n}_y,\;\hat{\bf n}_z\) are unit vectors directed along \(X-Y-Z\) respectively. The unit vectos represent a reference frame \(N\).

Also, the figure shows a rocket which has a reference frame \(R\) attached to it. You are given the inertia matrix of the rocket \(R\) about \(O\) along the unit vectors of frame \(N\).

(26)#\[\begin{split}\begin{bmatrix} I \end{bmatrix}^{R/O} = \begin{bmatrix} {I_{xx}}^{R/O} & {I_{xy}}^{R/O} & {I_{xz}}^{R/O} \\ {I_{yx}}^{R/O} & {I_{yy}}^{R/O} & {I_{yz}}^{R/O} \\ {I_{zx}}^{R/O} & {I_{zy}}^{R/O} & {I_{zz}}^{R/O} \\ \end{bmatrix}\end{split}\]

Naturally, the rocket’s reference frame (\(R\)) also has three mutually orthogonal unit vectors: \(\hat{\bf r}_x\), \(\hat{\bf r}_y\), and \(\hat{\bf r}_z\). So, we can define another inertia matrix for \(R\) about \(O\) along the newly introduced rotating reference frame’s unit vectors \(\hat{\bf r}_x, \; \hat{\bf r}_y, \; \hat{\bf r}_z\). This matrix and its elements are:

(27)#\[\begin{split}\begin{bmatrix} J \end{bmatrix}^{R/O} = \begin{bmatrix} {J_{xx}}^{R/O} & {J_{xy}}^{R/O} & {J_{xz}}^{R/O} \\ {J_{yx}}^{R/O} & {J_{yy}}^{R/O} & {J_{yz}}^{R/O} \\ {J_{zx}}^{R/O} & {J_{zy}}^{R/O} & {J_{zz}}^{R/O} \\ \end{bmatrix}\end{split}\]

Important

We begin by assuming that \(R\) is a particle of mass, \(m_R\). Then, let us consider a product of inertia from each matrix.

(28)#\[{I_{xy}}^{R/O} = m_R ({\bf p}^*\times\hat{\bf n}_x)\cdot({\bf p}^*\times\hat{\bf n}_y)\]

and

(29)#\[{J_{xy}}^{R/O} = m_R ({\bf p}^*\times\hat{\bf r}_x)\cdot({\bf p}^*\times\hat{\bf r}_y)\]

\({\bf p}^*\) is a position vector from \(O\) to the origin of the frame \(R\). We know from our discussion on direction cosine matrices that the unit vectors of \(R\) can be related to the unit vectors of \(N\) as:

(30)#\[\begin{split}\begin{bmatrix} \hat{\bf r}_x\\ \hat{\bf r}_y\\ \hat{\bf r}_z\\ \end{bmatrix} = {}^R\begin{bmatrix} C \end{bmatrix}^N \begin{bmatrix} \hat{\bf n}_x\\ \hat{\bf n}_y\\ \hat{\bf n}_z\\ \end{bmatrix}\end{split}\]

\({}^R\begin{bmatrix}C\end{bmatrix}^N\) is the direction cosine matrix of \(N\) in \(R\). It is a \(3\times3\) matrix, which we shall assume has the following elements:

(31)#\[\begin{split}{}^R\begin{bmatrix}C\end{bmatrix}^N = \begin{bmatrix} C_{11} & C_{12} & C_{13}\\ C_{21} & C_{22} & C_{23}\\ C_{31} & C_{32} & C_{33}\\ \end{bmatrix}\end{split}\]

So, we can now easily derive:

(32)#\[\begin{split}\begin{align} \hat{\bf r}_x& = C_{11}\hat{\bf n}_x + C_{12}\hat{\bf n}_y + C_{13}\hat{\bf n}_z\\ \hat{\bf r}_y& = C_{21}\hat{\bf n}_x + C_{22}\hat{\bf n}_y + C_{23}\hat{\bf n}_z \end{align}\end{split}\]

After substituting Equation (32) in Equation (29) and some algebraic manipulation (show in handwriting below), we can rewrite the product of inertia \(J^{R/O}_{xy}\) in its matrix form (shown both in handwriting and as typed Equation (33)).

(33)#\[\begin{split}{J_{xy}}^{R/O} = \begin{bmatrix} C_{11} & C_{12} & C_{13}\\ \end{bmatrix} \begin{bmatrix} {I_{xx}}^{R/O} & {I_{xy}}^{R/O} & {I_{xz}}^{R/O} \\ {I_{yx}}^{R/O} & {I_{yy}}^{R/O} & {I_{yz}}^{R/O} \\ {I_{zx}}^{R/O} & {I_{zy}}^{R/O} & {I_{zz}}^{R/O} \\ \end{bmatrix} \begin{bmatrix} C_{21}\\ C_{22}\\ C_{23}\\ \end{bmatrix}\end{split}\]

By performing this process for each of the inertia scalars, it can be shown that:

(34)#\[\begin{bmatrix} J \end{bmatrix}^{R/O} = {}^R\begin{bmatrix}C\end{bmatrix}^N \begin{bmatrix} I \end{bmatrix}^{R/O} ({}^R\begin{bmatrix}C\end{bmatrix}^N)^T\]

where \(({}^R\begin{bmatrix}C\end{bmatrix}^N)^T\) is the transpose of the DCM of N in R. Equation (34) is known the `Rotation Theorem for computing inertia matrix’.

Parallel axes theorem#

In the previous section we presumed that the rocket was a point mass. What happens if this assumption is relaxed and rockets are better approximated as a system of particles?

  • \({\bf p}^*\) is a position vector from \(O\) to \(R^*\) (the origin of the frame \(R\) and also the mass center of the rocket).

  • \({\bf p}_i\) is a position vector from \(O\) to \({P}_i\), the \(i^{\text{th}}\) particle on the rocket body.

  • \({\bf r}_i\) is a position vector from \(R^*\) to \(P_i\). So,

(35)#\[{\bf p}_i = {\bf p}^* + {\bf r}_i \]
../_images/37.png

Now, we know that the product of inertia for this system of particles along the \(\hat{n}_x,\;\hat{n}_y,\;\hat{n}_z\) directions given by:

(36)#\[{I_{xy}}^{R/O} = \sum_{i} m_i ({\bf p}_i\times\hat{\bf n}_x)\cdot({\bf p}_i\times\hat{\bf n}_y).\]

Upon substituting Equation (35) into Equation (36) and performing algebraic manipulations, we get:

(37)#\[{I_{xy}}^{R/O} = \sum_{i} m_i ({\bf p}^* \times\hat{\bf n}_x)\cdot({\bf p}^*\times\hat{\bf n}_y) + \sum_{i} m_i ({\bf r}_i\times\hat{\bf n}_x)\cdot({\bf r}_i\times\hat{\bf n}_y).\]

The first term on the RHS of Equation (37) is, in fact, the inertia of \(R^*\) about \(O\). Similarly, the second term on the RHS of Equation (37) is the moment of inertia of \(R\) about \(R\)^*$. Thus, we can rewrite Equation (37) as:

(38)#\[{I_{xy}}^{R/O} = {I_{xy}}^{R/R^*} + {I_{xy}}^{R^*/O}.\]

where, \(I^{R/R^*}_{xy}\) is the product of inertia of \(R\) about the mass center \(R^*\). \(I^{R^*/O}_{xy}\)is the product of inertia of \(R^*\) about \(O\).

This result extrapolates to the moment of inertia scalars. For example,

(39)#\[{I_{xx}}^{R/O} = {I_{xx}}^{R/R^*} + {I_{xx}}^{R^*/O}\]

and, more generally, to the inertia matrix:

(40)#\[[I]^{R/O} = [I]^{R/R^*} + [I]^{R^*/O}.\]

Important

This rule to compute the inertia matrix about some point \(O\) is only valid when only we use the mass center as an intermediate transfer point.

Composite theorem#

../_images/42.png

If \(S\) is a system comprising many smaller systems from the set \({S_1, S_2, ..., S_n}\), the composite theorem to compute an inertia scalar states that:

\[{I_{ab}}^{S/O} = \sum_{i=1}^{n} {I_{ab}}^{S_i/O}\]