Triangle
There are two factors contributing to the lack of elegance in the formulas from this post. First, a generalized triangle is actually extremely asymmetric. As I have solved more and more of these types of problems, I have learned that even the smallest amount of symmetry can really help simplify things. An arbitrary triangle has almost no symmetry. Second, analyzing the boundaries/perimeters of shapes are much more complicated than the surface/interior. This is because the boundary is actually $3$ disjoint objects, where the surface is a single continuous object.
In this post, I’ve tried by best to find a balance between a general solution without it becoming unwieldy.
Parameterizing the Curve
The triangle is comprised of three line segments. Therefore, we do not need to paramaterize the curve. Instead, we can use the extensive analysis on lines in the $xy$ plane from the previous post. Therefore, I could end the post here, and simply write that.
\[\m{I} = \m{I_{\ell_1}} + \m{I_{\ell_2}} + \m{I_{\ell_3}}\]However, let’s see if we can simplify this any further. Spoiler alert: not by much.
Deconstructing a Triangle
Before we calculate moments of inertia, let’s define the parts of the triangle in rigorous notation. Consider the below figures. Let $\b{A}$, $\b{B}$, and $\b{C}$ denote the angles/vertices of the triangle and let $\b{a}$, $\b{b}$, and $\b{c}$ denote the coorsponding side lengths.
It is standard notation to label the length of the opposite edges of the angle with the lowercase letter, as shown in the above diagrams. We define the coordiantes of $\b{A}$, $\b{B}$, $\b{C}$, $\b{a}$, $\b{b}$, and $\b{c}$ as follows.
\[\begin{align} &\b{A} = x_A \; \u{x} + y_A \; \u{y} &\qquad\qquad &\b{a} = a_x \; \u{x} + a_y \; \u{y} \\[10pt] &\b{B} = x_B \; \u{x} + y_B \; \u{y} &\qquad\qquad &\b{b} = b_x \; \u{x} + b_y \; \u{y} \\[10pt] &\b{C} = x_C \; \u{x} + y_C \; \u{y} &\qquad\qquad &\b{c} = c_x \; \u{x} + c_y \; \u{y} \\[10pt] \end{align}\]Given the vertices, we can derivate the values of the side lengths.
\[\begin{align} &\b{a} = \b{B} - \b{C} &\implies\qquad &a_x = x_B - x_C & &a_y = y_B - y_C \\[10pt] &\b{b} = \b{C} - \b{A} &\implies\qquad &b_x = x_C - x_A & &b_y = y_C - y_A \\[10pt] &\b{c} = \b{A} - \b{B} &\implies\qquad &c_x = x_A - x_B & &c_y = y_A - y_B \end{align}\]In general, we cannot write the coordinates of the vertices in terms of the side vectors. This is because of the triangle would not change the side vectors but would change the position of the coordinates. However, we are going to assume the triangle is located at its center of mass, in which case we could, in theory, reconstruct the vertices.
Mass
The mass of the triangle is simply the mass of each individual line segment.
\[M = M_a + M_b + M_c = \lambda a + \lambda b + \lambda c = \lambda \cdot (a + b + c)\]Center of Mass
Using the results from the previous post, we know the center of mass of each side of the triangle is given by the following.
\[\overline{\b{r}}_{a} = \frac{\b{B} + \b{C}}{2} = \frac{x_B + x_C}{2} \; \u{x} + \frac{y_B + y_C}{2} \; \u{y} \\[10pt] \overline{\b{r}}_{b} = \frac{\b{C} + \b{A}}{2} = \frac{x_C + x_A}{2} \; \u{x} + \frac{y_C + y_A}{2} \; \u{y} \\[10pt] \overline{\b{r}}_{c} = \frac{\b{A} + \b{B}}{2} = \frac{x_A + x_B}{2} \; \u{x} + \frac{y_A + y_B}{2} \; \u{y}\]Therefore, to find the total center of mass, we just take the weighted average of each line.
\[\begin{align} \overline{\b{r}} &= \frac{M_a \overline{\b{r}}_{a} + M_b \overline{\b{r}}_{b} + M_c \overline{\b{r}}_{c}}{M} \\[10pt] &= \left ( \frac{a(x_B + x_C) + b(x_C + x_A) + c(x_A + x_B)}{2(a+b+c)} \right ) \; \u{x} + \left ( \frac{a(y_B + y_C) + b(y_C + y_A) + c(y_A + y_B)}{2(a+b+c)} \right ) \; \u{y} \end{align}\]In this post, we are going to assume the center of mass of the triangle is at the origin. Therefore, we have the following properties.
\[a(x_B + x_C) + b(x_C + x_A) + c(x_A + x_B) = 0 \qquad\qquad a(y_B + y_C) + b(y_C + y_A) + c(y_A + y_B) = 0\]Moment of Inertia About Central Axis
Suppose we have a general triangle whose centroid is at the origin. Let $a$, $b$, $c$ denote its side lengths and $A$, $B$, $C$ denote the cooresponding vertices.
As stated above, to find the moment of inertia of this triangle, we just sum the contributions of each individual line segment.
\[\begin{align} I_{zz} &= I_{a, zz} + I_{b, zz} + I_{c, zz} = \left ( \tfrac{1}{12} M_a a^2 + M_a D_a^2 \right ) + \left ( \tfrac{1}{12} M_b b^2 + M_b D_b^2 \right ) + \left ( \tfrac{1}{12} M_c c^2 + M_c D_c^2 \right ) \end{align}\]Finding the values of $D_a$, $D_b$, and $D_c$ is not trivial. It will require some nice results from geometry. Let $m_{a}$, $m_{b}$, and $m_{c}$ be the lengths of the medians of the triangle.
The lengths of the median lines can be expressed in terms of the side lengths of the triangle using Apollonius’ Theorem.
\[m_{a} = \tfrac{1}{2} \sqrt{2b^2 + 2c^2 - a^2} \qquad m_{b} = \tfrac{1}{2} \sqrt{2c^2 + 2a^2 - b^2} \qquad m_{c} = \tfrac{1}{2} \sqrt{2a^2 + 2b^2 - c^2}\]Then, the Centroid Theorem says that the centroid of a triangle divides each median into segments with a ratio of $2{:}1$. In other words, we arrive at the following final expression
\[D_a = \tfrac{1}{3} m_a = \tfrac{1}{6} \sqrt{2b^2 + 2c^2 - a^2} \qquad D_b = \tfrac{1}{3} m_b = \tfrac{1}{6} \sqrt{2c^2 + 2a^2 - b^2} \qquad D_c = \tfrac{1}{3} m_c = \tfrac{1}{6} \sqrt{2a^2 + 2b^2 - c^2}\]Now we can express everything in terms of the side lengths of the triangle. Note that I am analyzing $\tfrac{1}{\lambda} I_{zz}$ so that I don’t have to include the $\lambda$ term.
\[\begin{align} \tfrac{1}{\lambda} I_{zz} &= \left [ \tfrac{1}{12} a^3 + \tfrac{1}{36} a (2b^2 + 2c^2 - a^2) \right ] + \left [ \tfrac{1}{12} b^3 + \tfrac{1}{36} b (2c^2 + 2a^2 - b^2) \right ] + \left [ \tfrac{1}{12} c^3 + \tfrac{1}{36} c (2a^2 + 2b^2 - c^2) \right ] \\[10pt] &= \tfrac{1}{12} (a^3 + b^3 + c^3) + \tfrac{1}{36} a (2b^2 + 2c^2 + 2a^2 - 3a^2) + \tfrac{1}{36} b (2c^2 + 2a^2 + 2b^2 - 3b^3) + \tfrac{1}{36} c (2a^2 + 2b^2 + 2c^2 - 3c^2) \\[10pt] &= \tfrac{1}{36} a (2b^2 + 2c^2 + 2a^2) + \tfrac{1}{36} b (2c^2 + 2a^2 + 2b^2) + \tfrac{1}{36} c (2a^2 + 2b^2 + 2c^2) \\[10pt] &= \tfrac{1}{18} (a + b + c) (a^2 + b^2 + c^2) \end{align}\]Recall that the total mass of the triangle is $M = \lambda \cdot (a + b + c)$. Therefore
\[I_{zz} = \tfrac{1}{18} M (a^2 + b^2 + c^2)\]This is a really elegant result that I’ve never seen anywhere else before, so that’s pretty cool.
Unfortunately, $I_{xx}$, $I_{yy}$, and $I_{xy}$ and not as elegant.
Inertia Tensor
We can calculate the entire inertia tensor, however it’s not nearly as elegant. A general triangle has so much asymmetry, that we shouldn’t expect it to be a nice formula. Below is the nicest form that I could get write everything, but if you find something better then please let me know.
First, we need some extra definitions because $I_{xx}$, $I_{yy}$, and $I_{xy}$ cannot only be determined by the side lengths of the triangle. We have to encode information about orientation. There is probably a way to do this with angles (feel free to experiment for yourself), but I did it just with coordiantes and lengths. Consider the following definitions.
It’s a bit redundant to use both. We could only use the values of the vertices $\b{A}$, $\b{B}$, and $\b{C}$, but including side lengths $\b{a}$, $\b{b}$, and $\b{c}$ shortens the formulas up a bit. From the diagram above, we can see an easy way to express the side lengths in terms of the vertices.
\[\begin{align} &\b{a} = \b{B} - \b{C} &\implies\qquad &a_x = x_B - x_C & &a_y = y_B - y_C \\[10pt] &\b{b} = \b{C} - \b{A} &\implies\qquad &b_x = x_C - x_A & &b_y = y_C - y_A \\[10pt] &\b{c} = \b{A} - \b{B} &\implies\qquad &c_x = x_A - x_B & &c_y = y_A - y_B \end{align}\]Note that you actually cannot go in the other direction. Just knowing the side lengths does not tell you the coordinates of the vertices. Intuitively, this is because rotating a triangle does not change the side lengths but does change the position of the vertices.
Now, we are ready to write the general inertia tensor for a triangle in the $xy$ plane.
\[\m{I} = \begin{bmatrix} I_{xx} & -I_{xy} & 0 \\ -I_{xy} & I_{yy} & 0 \\ 0 & 0 & I_{zz} \end{bmatrix}\]where
\[\begin{align} \tfrac{1}{\lambda} I_{xx} &= \tfrac{1}{3}(aa_y^2 + bb_y^2 + cc_y^2) + ay_b y_c + by_c y_a + cy_a y_b \\[10pt] \tfrac{1}{\lambda} I_{yy} &= \tfrac{1}{3}(aa_x^2 + bb_x^2 + cc_x^2) + ax_b x_c + bx_c x_a + cx_a x_b \\[10pt] \tfrac{1}{\lambda} I_{zz} &= \tfrac{1}{18} (a + b + c) (a^2 + b^2 + c^2) \\[10pt] \tfrac{1}{\lambda} I_{xy} &= \tfrac{1}{3} (a a_x a_y + b b_x b_y + c c_x c_y) - \tfrac{1}{2} \left ( x_a y_a + x_b y_b + x_c y_c \right ) \end{align}\]When calculating $I_{xy}$ be careful about the signs of $a_x$, $a_y$, $b_x$, $b_y$, $c_x$, and $c_y$. You just have to make sure you measure them consistently.
In theory, we could find the principal axes using standard eigenvector analysis. Doing this in general gives the following.
\[I'_{xx}, I'_{yy} = \tfrac{1}{2} I_{zz} \pm \sqrt{ \left ( \frac{I_{xx} - I_{yy}}{2} \right )^2 + I_{xy}^2 }\]Best of luck to anyone who attempts to substitute the values in and simplify. I tried for about $10$ seconds until I realized the number of cross-terms I’d have to deal with. If you figure anything out, please let me know. If you manage something, then also see if you can find an expression for the eigenvectors. Although, I suspect it’s horribly verbose.
Special Cases
Isosceles Triangle
When calculating the inertia tensor, the orientation of the triangle matters. Thus, I am going to analyze the most natural orientation. The triangle’s apex is on the positive side of the $y$-axis and the base is parallel to the $x$-axis.
From the above diagram and some geometry, we can now write the particular values of $\b{A}$, $\b{B}$, $\b{C}$, $\b{a}$, $\b{b}$, and $\b{c}$.
\[\begin{align} \b{A} &= -\tfrac{1}{2}b \; \u{x} - \tfrac{1}{3} h \; \u{y} &\qquad& \b{a} = \b{B} - \b{C} = -\tfrac{1}{2}b \; \u{x} + h \; \u{y} \\[10pt] \b{B} &= \tfrac{2}{3} h \; \u{y} &\implies \qquad& \b{b} = \b{C} - \b{A} = b \; \u{x} \\[10pt] \b{C} &= \tfrac{1}{2}b \; \u{x} - \tfrac{1}{3} h \; \u{y} &\qquad& \b{c} = \b{A} - \b{B} = -\tfrac{1}{2}b \; \u{x} - h \; \u{y} \\[10pt] \end{align}\]I will spare you the algebra autopilot of substituting these values in for the general inertia tensor derived above, but feel free to verify for yourself.
There are a few ways you can parameterize an isosceles triangle. The first and probably most natural is to use the base $b$ and height $h$ of the triangle.
\[\m{I} = \begin{bmatrix} \tfrac{1}{9}Mh^2 & 0 & 0 \\ 0 & \tfrac{1}{12}Mb^2 & 0 \\ 0 & 0 & \tfrac{1}{9}Mh^2 + \tfrac{1}{12}Mb^2 \end{bmatrix} = \tfrac{1}{36} M \begin{bmatrix} 4h^2 & 0 & 0 \\ 0 & 3b^2 & 0 \\ 0 & 0 & 4h^2 + 3b^2 \end{bmatrix}\]Alternatively, we can parameterize this in terms of the base $b$ and the side length $a$ of the triangle.
\[\m{I} = \begin{bmatrix} \tfrac{1}{9}Ma^2 - \tfrac{1}{36}Mb^2 & 0 & 0 \\ 0 & \tfrac{1}{12}Mb^2 & 0 \\ 0 & 0 & \tfrac{1}{9}Ma^2 + \tfrac{1}{18}Mb^2 \end{bmatrix} = \tfrac{1}{36} M \begin{bmatrix} 4a^2 - b^2 & 0 & 0 \\ 0 & 3b^2 & 0 \\ 0 & 0 & 4a^2 + 2b^2 \end{bmatrix}\]Finally, we can consider the base length $b$ and the apex of the triangle $B$. Denote half of its angle by $\gamma$. Using basic trigonometry, we can see that $h = a \cos \gamma$ and $b = 2a \sin \gamma$.
\[\m{I} = \begin{bmatrix} \tfrac{1}{9}Ma^2 \cos^2 \gamma & 0 & 0 \\ 0 & \tfrac{1}{3}Ma^2 \sin^2 \gamma & 0 \\ 0 & 0 & \tfrac{1}{9}Ma^2 (1 + 2 \sin^2 \gamma) \end{bmatrix} = \tfrac{1}{9} M a^2 \begin{bmatrix} \cos^2 \gamma & 0 & 0 \\ 0 & 3\sin^2 \gamma & 0 \\ 0 & 0 & 1 + 2 \sin^2 \gamma \end{bmatrix}\]I’ve also seen $I_{zz}$ formulated as the following. I don’t see any reason to prefer this over the former.
\[I_{zz} = \tfrac{1}{9} M a^2 (3 - 2 \cos^2 \gamma)\]Equilateral Triangle
Finally, we finish with an equilateral triangle where all sides are equal length.
Here $a = b = S$. We simply plug into the second inertia tensor above.
\[\m{I} = \begin{bmatrix} \tfrac{1}{12}MS^2 & 0 & 0 \\ 0 & \tfrac{1}{12}MS^2 & 0 \\ 0 & 0 & \tfrac{1}{6}MS^2 \end{bmatrix} = \tfrac{1}{12} MS^2 \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 2 \end{bmatrix}\]I find it really surprising that $I_{xx} = I_{yy}$. I can’t think of an intuitive reason for why that should be the case.