HomeCalculatorsMechanicalSection PropertiesCircular Section Calculator
Mechanical calculator

Circular Section Calculator

Centroidal Ix, Iy, and elastic section moduli of a solid circle from its radius. Runs locally.

Instant result
Result
—

Enter values to calculate.

Inputs—
Mode—
Formula—
Trust summary CVP VERIFIED · production STALE · CVP protocol 1.0.0-proposed · Engineering assurance
Input interpretation
Enter values to calculate.
Result
—
Assurance
Engineering
Declared partition coverage
PASS · 2/2 declared partitions (domain, invalid-domain) · Matrix
Known limitations
  • Physics L1 gap capability
  • Core CVP does not include live graph, viewport, or pointer interaction.
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 · Source checked · v1.0.0 · CVP VERIFIED · production STALE · CVP protocol 1.0.0-proposed · Engineering assurance· View Manifest · CVP overview · Specification
Versions
Calculation 1.0.0 · CVP protocol 1.0.0-proposed
CVP identity
0/0 property · digest c5036bb70940
Legacy regression
6/6 tests · Production surface contract 6/6
Trust layers
Verification VERIFIED · Production STALE · overall VERIFIED_STALE
CVP status
STALE · Capability production binding: STALE · Site report: STALE · Evidence changed after the last successful production attestation. Re-attestation required.
Reference
O1 model · O2 expected_values · O2 numerical_behavior
Interfaces
PASS · UI (SSR) / REST / MCP — ui-ssr is query-result HTML, not a live browser session.
Supplemental domain review
Not performed
Named expert review
Not performed
CVP suite
1/1 golden · 3/3 CVP boundary · 3/3 invalid · 1/1 cross-interface · 6/6 CVP contract · Manifest
Sources
  • Hibbeler, Engineering Mechanics: Statics — Moments of inertia — circular area
  • Gere and Goodno, Mechanics of Materials — Moments of inertia — circular area
Sources
Evidence
3 legacy golden · 3 legacy boundary · legacy regression suite · 1/1 oracle-backed golden · 3/3 invalid · Artifact integrity PASS
STALE · Last attested schema matched 1.0.0 snapshot / local build · Semantic contract ✓ · Last attestation PASS · current evidence changed · re-attestation required · CVP STALE · attestation STALE — Production CURRENT withheld · Public/cache ✓ · Origin ✓
Semantic contract
PASS
Full verification

Manifest identity, reference classes, interfaces, suite, and production records.

Formulas

Core equations used by this calculator.

About a centroidal diameterIx = Iy = π r⁴/4
Elastic section modulusSx = Sy = π r³/4
ikx = ky = r/2. A rectangle is the rectangular-section page. A hollow circle is its own page.

How to use

1

Enter the radius

r is positive and sets the length unit.

2

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

Ix = 4π, Sx = 2π, kx = 1
Ix = 12.566371, Sx = 6.283185, kx = 1
ϟ

Unit radius

r = 1

Ix = π/4, Sx = π/4, kx = 1/2
Ix = 0.785398, Sx = 0.785398, kx = 0.5
ϟ

Radius 4

r = 4

Ix = 64π, Sx = 16π, kx = 2
Ix = 201.06193, Sx = 50.265482, kx = 2

Circular Section calculator specification

Version 1.0.0 · Engine tested

Calculation status

Review policy · Evidence

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 area
    Supports: The centroidal moment of a solid circle about a diameter is π r⁴/4.
  • Gere and Goodno, Mechanics of Materials — Moments of inertia — circular area
    Supports: Supports the page formula: Ix = Iy = π r⁴/4
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.

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.