Calculator
Example data
| Shape | Inputs | Ix (centroidal) | Iy (centroidal) |
|---|---|---|---|
| Rectangle | b=100, h=50 | 1.0416667e+06 | 4.1666667e+06 |
| Circle | r=25 | 3.0679616e+05 | 3.0679616e+05 |
| I-beam | bf=120, tf=12, tw=8, H=200 | (computed by composite) | (computed by composite) |
Formula used
The second moment of area measures how area is distributed about an axis. For bending about the x-axis, Ix controls stiffness; for bending about the y-axis, Iy controls stiffness.
- Rectangle: Ix = b·h³/12, Iy = h·b³/12
- Hollow rectangle: subtract inner from outer
- Circle: Ix = Iy = π·r⁴/4
- Hollow circle: Ix = Iy = π·(R⁴ − r⁴)/4
- Right triangle: Ix = b·h³/36, Iy = h·b³/36
- I-beam: sum rectangles with the parallel axis theorem
If you need an axis not passing through the centroid, the parallel axis theorem applies:
Ix = Ix,c + A·dy², Iy = Iy,c + A·dx², J = Ix + Iy
How to use this calculator
- Select the section shape that matches your cross-section.
- Enter dimensions using one consistent unit system.
- Choose Centroidal axes for standard inertia values.
- Choose Offset axes to apply dx and dy shifts.
- Press Calculate to show results above the form.
- Use Download CSV or Download PDF to save results.
Article
1. Meaning of second moment of area
The second moment of area, often called the area moment of inertia, quantifies how a cross‑section’s area is spread away from a chosen axis. It is a purely geometric property, independent of material. Larger values indicate that more area sits farther from the axis, increasing resistance to bending.
2. Why engineers use Ix and Iy
In beam theory, bending stiffness scales with E·I, where E is elastic modulus and I is the second moment of area. Use Ix for bending about the x‑axis and Iy for bending about the y‑axis. For a rectangle, swapping b and h can change stiffness dramatically.
3. Typical formulas for common sections
This calculator includes standard closed‑form expressions for rectangles, circles, hollow sections, and right triangles. For example, a rectangle uses Ix = b·h³/12 and Iy = h·b³/12. A solid circle uses Ix = Iy = π·r⁴/4. Hollow versions subtract the inner contribution from the outer.
4. Composite sections and I‑beams
Real structural shapes are often built from simpler rectangles. The I‑beam option models two flanges and a web, then combines their contributions. Each part’s own centroidal inertia is computed, then shifted to the overall centroid. This approach matches how hand calculations are performed when tabulated section properties are unavailable.
5. Parallel axis theorem for shifted axes
If your reference axis does not pass through the centroid, apply the parallel axis theorem. The calculator uses Ix = Ix,c + A·dy² and Iy = Iy,c + A·dx². Even small offsets can create large increases because the added term grows with the square of the shift distance.
6. Units and fourth‑power scaling
Second moments scale with the fourth power of length. Doubling all dimensions multiplies Ix and Iy by 2⁴ = 16. That is why outputs can look very large in millimeter units. Keep inputs consistent; the results will then be consistent in unit⁴, while area remains in unit².
7. Polar moment output and what it implies
The tool also reports J = Ix + Iy, the polar second moment about the centroid. For circular sections, this relates directly to torsional response. For non‑circular sections, torsion depends on a torsional constant that can differ from J, but J remains useful for comparing geometric distribution about a point.
8. Interpreting results for design checks
Use the output to compare alternative cross‑sections quickly. Higher I generally reduces bending stress and deflection for the same load and span, all else equal. Pair the computed inertia with your loading model to estimate deflections, or combine it with section modulus calculations to check bending stresses and safety margins.
FAQs
1. Is this the same as mass moment of inertia?
No. This calculator uses area distribution in a cross‑section. Mass moment of inertia depends on mass distribution and is used for rotational dynamics. They share similar names but represent different physical quantities.
2. When should I use offset axes?
Use offset axes when the bending axis is not through the centroid, such as a neutral axis for a shifted reference or a connection line. Enter dx and dy to apply the parallel axis theorem.
3. What units does the calculator return?
Area is returned in squared input units, and second moments in fourth‑power units. If you enter millimeters, inertia outputs are in mm⁴. Keep all dimensions in one unit system for valid results.
4. Why are the values so large?
Because inertia scales with the fourth power of length. A modest increase in height or radius creates a large change in I. Using smaller base units, like millimeters, also makes the numeric values appear larger.
5. Does J equal the torsional constant?
For circular and annular sections, J matches the torsional response used in basic torsion theory. For most non‑circular sections, the torsional constant differs. Treat J here as a geometric polar second moment.
6. Can I use this for unsymmetric shapes?
The included shapes are symmetric or assume a standard orientation. For unsymmetric sections, you may need principal moments and a centroid calculation. A common workaround is splitting the section into rectangles and summing with centroid shifts.
7. How accurate is the I‑beam option?
It models an ideal symmetric I‑section using three rectangles. It is accurate for that geometry and orientation. If fillets, tapers, or asymmetric flanges matter, use manufacturer section tables or a CAD property calculation.