1

How can I calculate inertia tensor of composite shape. I have done math of moment of inertia, but not inertia tensor.

Can anyone help me with the calculation of this shape :

inertia of composite shape

Qmechanic
  • 201,751

1 Answers1

3

enter image description here

you can use the parallel axes theory :

$$I=I_1+I_2+I_3-m_1 \,\tilde{r}_{01}\,\tilde{r}_{01}-m_3\,\,\tilde{r}_{03}\,\tilde{r}_{03}$$

where :

$$\tilde{r}_{01}=\begin{bmatrix} 0 & -z & 0 \\ z & 0 & 0 \\ 0 & 0 & 0 \\ \end{bmatrix}$$

and $$\tilde{r}_{03}=\begin{bmatrix} 0 & +z & 0 \\ -z & 0 & 0 \\ 0 & 0 & 0 \\ \end{bmatrix}$$

Eli
  • 11,878