0
$\begingroup$

I am a Mechanical Engineering student and I'm working on some calculations for an assignment at a company. As a part of this assignment I need to calculate the moment of inertia (Ixx) of a segment of an annulus (so a circle with inside and outside radius, but not fully closed).

The start (top) of the shape is always perpendicular to the y axis. The shape then forms an arc counterclockwise (shouldn't matter for the value I need) until an angle α is reached. So the following variables are needed in the formula:

  • Inner radius/diameter
  • Outer radius/diameter
  • Angle α

The angle α always lies somewhere between 270 and 360 degrees.

I need the moment of inertia over the x axis of the hatched shape.

I've been looking everywhere but I can't seem to gather all the data I need. I thought of two options to do this:

1: I can get the moment of inertia for a circle and subtract the inner circle from that, but then I have a closed annulus. I want an open annulus. So if I do that I need to remove a segment from this shape, of which I can't find any formulas for calculating this.

2: I can also remove a wedge- shape from both circles and then subtract them from each other. I could find formula's for the wedge shapes (circle sectors), but I could only find a formula for a situation where the x-axis goes through the centroid of the shape and the origin of the radius. To rotate the axis I need the moment of inertia for Ixx, Iyy and Ixy, but I can only find the one for Ixx.

3: Two wedges (circle sectors) with the same angle and different radii.

Things I've tried

These are the formula's I found (they're all from Wikipedia, but I searched through a lot of websites and none of them had additional information):

Formulas I found on Wikipedia

TL;DR: I require the formula for the moment of inertia over the x axis for a circle segment rotated with one side straight up, where the radius and the angle are variable. I have searched everywhere but can't find it.

If anyone could help me in the right direction that would be very much appreciated!

$\endgroup$
6
  • $\begingroup$ I will point you in the right direction. This problem can be solved quite easily if you calculate Ixx by using the polar form of the second moment of area formula. If you try to use the cartesian form of the formula, it can get quite nasty. In polar form, the distance from the x axis is r * sin(theta) and dA = r * dr * dtheta $\endgroup$ Commented Jul 24, 2023 at 16:05
  • $\begingroup$ I'm just gently wondering what you intend to do with this number when you've worked it out. The behavior of slitted tubes if used as beams is NOT a case of plugging the MoI into the beam formula. $\endgroup$ Commented Jul 24, 2023 at 22:10
  • $\begingroup$ @RocketScience Oh thanks! I've been looking all over for a standard formula, that's the only way we learned to calculate Ix in school. Didn't think about integrating the formula myself using the polar form. I'll have to look into how to use the double integral method for calculating Ix. Thank you! $\endgroup$
    – Lars
    Commented Jul 25, 2023 at 7:23
  • $\begingroup$ @GregLocock This is part of a bent plate (kind of like a hinge in cross-section). So this Ix gets added to the Ix of a plate to use in the beam formula to estimate the deflection of the plate like this for many different lenghts, widths and material thicknesses. Also, like a hinge, it includes a pin through the hole in the middle. Does it make a big difference using a slit pipe moment of inertia vs reality? I only need an estimate, but if it is wrong by a lot than I might need to do some things differently. $\endgroup$
    – Lars
    Commented Jul 25, 2023 at 7:27
  • $\begingroup$ I guess the issue is that it might fail in bending by local buckling near the slit. I don't remember how to calculate that, I think the aero boys call it crippling. $\endgroup$ Commented Jul 25, 2023 at 7:35

2 Answers 2

0
$\begingroup$

Moment of Inertia of Circular Sector (Origin of Axes at Center of Circle):

Rotate axes so y axis bisects the sector as shown.

enter image description here

$Ix = \dfrac{r_i^4 (\alpha + sin\alpha cos\alpha)}{4}$

$Iy = \dfrac{r_i^4 (\alpha - sin\alpha cos\alpha)}{4}$

$Ixy = 0$

Now the result can be obtained simply by subtracting the void areas from the full circle.

$\endgroup$
2
  • $\begingroup$ Thank you very much! I need to add this Ix to another Ix (where the X axis is horizontal in the drawing). Do I need to use Ix = (Ix+Iy)/2 + ((Ix-Iy)/2)*cos(-angle)-Ixy*sin(-angle) to rotate the moment of intertia values back to the regular carthesian system? Or is the formula you gave already a rotated version of the tilted values? $\endgroup$
    – Lars
    Commented Jul 25, 2023 at 7:34
  • $\begingroup$ Yes, you need to rotate the axes accordingly. $\endgroup$
    – r13
    Commented Jul 25, 2023 at 12:55
0
$\begingroup$

I have put together a comprehensive solution to this here: https://www.adamlebaigue.com/engineering

The method involves working out the second moment of area of the large and smaller circular sectors and subtracting one from the other. This is done when finding the geometric centroid and when applying the parallel axis theorem.

Additionally this is only done for the local axis of the annular sector. The reason for this is that it greatly simplifies the problem due to symmetry being applied.

To get the second moment of area when the annular sector is rotated you can then apply a transformation to the second moments of area you've previously calculated.

So overall it's a two step process

For step one the local second moment of areas of the annular sector can be found as follows: sector of a circular annulus diagram second moment of area about local y-y axis second moment of area about local x-x axis

Once you have found the second moment of area about these local axis you can then apply a global transformation to find the second moment of area when the annulus is rotated i.e.:

global rotation final second moments of area

$\endgroup$

Not the answer you're looking for? Browse other questions tagged or ask your own question.