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 :
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 :
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}$$
+/-
signs. @Eli – Maifee Ul Asad Oct 24 '19 at 10:28