Arc Calculator
Circle arc s = r θ from radius and central angle. Same engine as Circle. Not /sector. Not /spherical-sector. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 10/10 tests · Production surface contract 3/3 · v1.1.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Circular arc length from radius and central angle.
- Scope
- Euclidean plane
- Verification
- Engine tested · 10/10 tests · Production surface contract 3/3 · Specification checked · v1.1.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 3 golden · 2 boundary · 5 property · Production surface contract 3/3 · Artifact integrity PASS
- Production
- Embedded snapshot: STALE · Last attested schema matched 1.1.0 snapshot / local build · Semantic contract ✓ · Last attestation PASS · current evidence changed · re-attestation required · Public/cache ✓ · Origin ✓ · Live production status STALE (3 capabilities; 161 remain CURRENT) @ 2026-09-20T23:37:12.315Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter r and θ
Radius must be positive. Central angle is in degrees. Default r=2, θ=180°.
Read arc length
A semicircle of radius 2 is 2π.
Example calculations
Common configurations with formula and result.
Semicircle
r = 2, θ = 180°
Quarter circle
r = 2, θ = 90°
Arc calculator specification
Version 1.1.0 · Engine tested
- Engine tested 10/10 tests · Production surface contract 3/3
- Named expert review Not performed
- Calculation version 1.1.0
- Definition
- A circular arc of radius r>0 and central angle θ has length rθ with θ in radians. This page is mode=arc on math.geometry.circle. Not /sector. Not /spherical-sector. Not CAS.
- What it calculates
- Circular arc length from radius and central angle.
- Inputs
- r
- theta_deg
- Outputs
- arc_length
- sector_area
- r
- theta_deg
- theta_rad
- Formula
s = r θ- Assumptions
- Euclidean plane
- θ entered in degrees, used in radians
- Not /sector
- Not /spherical-sector
- Not CAS
- Units
- length (consistent units)
- degrees
- Boundary conditions
- r ≤ 0 → VALUE_MUST_BE_POSITIVE
- unknown mode → INVALID_MODE
- Example
- r=2 theta_deg=180 → s=2π
- Validation cases
2 published on this page · 10/10 tests · Production surface contract 3/3 · View evidence
- r=2 theta_deg=180 → s=2π
- r=2 theta_deg=90 → s=π
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.1.0
Related tools
Other calculators in this family: Angle Between Lines Calculator, Annulus Calculator, Circle Calculator, Cone Calculator, Conic Section Calculator, Coordinate Geometry Calculator, Cross Product Calculator, Cylinder Calculator . Explore all Geometry.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second circle engine?
No. It is mode=arc on math.geometry.circle, the same engine as /calc/math/circle.
Is this the sector page?
No. Sector area stays on /calc/math/sector. Both share this engine.
Where does this run?
Locally in the browser by default. REST and MCP call the same circle engine.