Hi tide,
i don't quite get it. So lets say i have a planar region (2D) with vertices known, does it suffice if i find the
moments of inertia about the origin for the section of interest? If i find the moments about the origin, does it make a difference if i find it about the centroid of the section? if i want to find the moments about the centroid, how can i do it (for an arbitrary polygon)? Derived from Green's theorem, the moments about the origin is
1/12 * sum { (y_{i+1} - y_{i} )(x_{i+1} + x_{i})(x_{i+1}^2 + x_{i}^2)
- (x_{i+1} - x_{i} )(y_{i+1} + y_{i})(y_{i+1}^2 + y_{i}^2)
(
http://www.enel.ucalgary.ca/~shannon/v2/green/) i've tried deriving and it produces the same results
About the centroid the equation is
I_xx =
1/12 * sum { (x_{i+1} - x_{i} )(y_{i+1}^3 + y_{i}^2*y_{i+1} + y_{i}*y_{i+1}^2 + y_{i}^3)}
I can't tell the difference between the 2...
Since we are discussing 2D planar sections, are we talking about Area Moments? And area moments is expressed about the centroid of the area?