Circular Section Calculator
Centroidal Ix, Iy, and elastic section moduli of a solid circle from its radius. Runs locally.
Trust summary Engine tested · Source checked · 6/6 tests · Production surface contract 6/6 · v1.0.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Centroidal area moments, radii of gyration, and elastic section moduli of a solid circle.
- Scope
- Calculation runs locally in the browser; values are not uploaded.
- Verification
- Engine tested · 6/6 tests · Production surface contract 6/6 · Source checked · v1.0.0
- Named expert review
- Optional · Not performed
- Sources
- Hibbeler, Engineering Mechanics: Statics
- Evidence
- 3 golden · 3 boundary · Production surface contract 6/6 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.0.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (6 capabilities; 189 remain CURRENT) @ 2026-09-23T14:00:05.385Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter the radius
r is positive and sets the length unit.
Read the centroidal moments and the moduli
Ix and Iy are equal about any centroidal diameter. Sx and Sy divide those moments by r.
Example calculations
Common configurations with formula and result.
Radius 2
r = 2
Unit radius
r = 1
Radius 4
r = 4
Circular Section calculator specification
Version 1.0.0 · Engine tested
- Engine tested 6/6 tests · Production surface contract 6/6
- Named expert review Not performed
- Calculation version 1.0.0
- Definition
- For a solid circle, centroidal Ix = Iy = π r⁴/4. The elastic moduli are Sx = Sy = π r³/4, and the radius of gyration is r/2.
- What it calculates
- Centroidal area moments, radii of gyration, and elastic section moduli of a solid circle.
- Inputs
- r
- Outputs
- Ix
- Iy
- Sx
- Sy
- area
- kx
- ky
- Formula
Ix = Iy = π r⁴/4, Sx = Sy = π r³/4, kx = ky = r/2- Assumptions
- Calculation runs locally in the browser; values are not uploaded.
- Keep units consistent with the labels on each field.
- kx = ky = r/2. A rectangle is the rectangular-section page. A hollow circle is its own page.
- Units
- r sets the length unit. Area is that unit squared. Ix and Iy are that unit to the fourth. Sx and Sy are that unit cubed. kx and ky are lengths.
- Boundary conditions
- missing r → MISSING_REQUIRED_INPUT
- r ≤ 0 → VALUE_MUST_BE_POSITIVE
- Example
- r=2 → area=4π, Ix=4π, Sx=2π, kx=1
- Validation cases
4 published on this page · 6/6 tests · Production surface contract 6/6 · View evidence
- r=2 → area=4π, Ix=Iy=4π, Sx=Sy=2π, kx=ky=1
- r=1 → area=π, Ix=Iy=Sx=Sy=π/4, kx=ky=1/2
- r=4 → area=16π, Ix=Iy=64π, Sx=Sy=16π, kx=ky=2
- r=0 → VALUE_MUST_BE_POSITIVE
- Sources
- Hibbeler, Engineering Mechanics: Statics — Moments of inertia — circular areaSupports: The centroidal moment of a solid circle about a diameter is π r⁴/4.
- Hibbeler, Engineering Mechanics: Statics — Moments of inertia — circular area
- Calculation version
- 1.0.0
Background
Interpretation and common distinctions.
Find the centroidal moments and elastic section moduli of a solid circle.
Supported and not supported
Supported: radius r. Ix = Iy = π r⁴/4 is passed to the area-moment engine. Sx and Sy come from the section-modulus engine at the extreme fiber r. The radius of gyration is r/2.
Not supported: a rectangle, a hollow circle, bending stress, and the plastic modulus. /calc/mechanical is not open.
Agent / API notes
Capability id: mechanical.statics.circular_section · tool id: circular-section · pin 1.0.0.
{ "r": 2 }
Share the link with r. The result is not written into the link.
Related tools
Other calculators in this family: Hollow circular section, Rectangular section, Area moment, Section modulus .
Frequently asked questions
Key distinctions behind the calculation.
Is this a rectangle?
A solid rectangle from width and height is the rectangular-section page. This page is one solid circle.
Does this compute bending stress?
No. It returns the elastic section modulus. Bending stress, the plastic modulus, and material allowables are out of scope.
Does this cover a hollow circle?
No. A hollow circle is its own page.