Solve second moment integrals for user-defined planar regions. Choose axes, bounds, density, and integration settings. Get tables, graphs, exports, and interpretation in one place.
For a strip model, the second moment is built from a distance-squared weighting. When the region is described by a vertical strip of height h(x), the calculator evaluates Iᵧ = c∫ x²h(x) dx. When the region is described by a horizontal strip of width b(y), it evaluates Iₓ = c∫ y²b(y) dy.
The auxiliary geometric relations are A = ∫ strip d(variable) and centroid = (∫ variable·strip d(variable)) / A. The radius of gyration is reported as k = √(I / A) for the unscaled geometric second moment.
The numerical engine uses Simpson’s rule with an automatic even step count. A trapezoid estimate and a refined Simpson pass are also computed, which helps you compare stability and judge numerical accuracy.
| Example region | Axis | Strip function | Bounds | Expected second moment | Comment |
|---|---|---|---|---|---|
| Parabolic strip | y-axis | h(x) = x² | 0 to 2 | Iᵧ = ∫₀² x⁴ dx = 6.4 | Good first validation case for a curved height function. |
| Linear taper | x-axis | b(y) = 4 - y | 0 to 3 | Iₓ = ∫₀³ y²(4-y) dy = 6.75 | Represents a simple triangular-style width variation. |
| Semicircle height model | y-axis | h(x) = sqrt(9 - x²) | 0 to 3 | Numeric result from integration | Useful when an exact antiderivative is inconvenient. |
It evaluates a second moment integral, often called an area moment of inertia. The result shows how strongly a planar region is distributed away from a chosen reference axis.
Iₓ weights the strip by its distance from the x-axis using y². Iᵧ weights the strip by its distance from the y-axis using x².
The parser reads algebra safely and clearly. Writing 2*x instead of 2x avoids ambiguity and improves evaluation reliability for numerical integration.
It multiplies the computed integral by a constant. Leave it at 1 for a geometric result, or change it when your model needs a density or weighting factor.
They give a quick consistency check. When both values are close and the estimated error is small, the numeric result is usually stable for the chosen interval and step count.
Yes. Supported functions include sin, cos, tan, sqrt, log, exp, and related standard functions, as long as they stay finite on the interval.
The calculator still integrates it as a signed function. That is mathematically valid, but geometric quantities such as area and centroid no longer represent an ordinary physical region.
Increase steps for rapidly changing curves, oscillating functions, or long intervals. More steps usually improve accuracy, though extremely difficult functions may still need careful interpretation.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.