Circle Measurements Calculator
Calculate radius, diameter, circumference, area, arc length, sector and segment area from any circle measurement. Instant results with visual diagram.
About
Miscalculating a circle's dimensions propagates errors through every dependent measurement - pipe cross-sections, wheel clearances, irrigation coverage, antenna gain patterns. This calculator derives all principal circle metrics from a single known quantity: r (radius), d (diameter), C (circumference), or A (area). It uses IEEE 754 double-precision π ≈ 3.141592653589793, yielding roughly 15 significant digits before floating-point truncation. Results include arc length and sector/segment areas for any central angle θ, which matter in cam design, pizza portioning, and land surveying alike.
The tool assumes a perfect Euclidean circle on a flat plane. For geodesic arcs on Earth's surface, curvature corrections apply at radii above ~10 km. All angular inputs accept degrees; internal computation converts to radians via θrad = θdeg ⋅ π ÷ 180. Pro tip: when measuring physical circles, measure diameter rather than radius - it passes through the center, reducing parallax error by half.
Formulas
All circle measurements derive from a single parameter: the radius r. Given any one of the four base quantities, the calculator inverts to find r, then computes the rest.
d = 2r
C = 2πr
A = πr2
L = rθ
As = 12r2θ
c = 2r sin(θ2)
Aseg = 12r2(θ − sinθ)
Inverse relations for recovering r from other knowns:
r = d2
r = C2π
r = √Aπ
Where r = radius, d = diameter, C = circumference, A = area, θ = central angle in radians, L = arc length, As = sector area, c = chord length, Aseg = segment area. All angular inputs are internally converted: θrad = θdeg × π ÷ 180.
Reference Data
| Property | Symbol | Formula from r | Unit (SI) | Example (r = 5) |
|---|---|---|---|---|
| Radius | r | - | m | 5.000 |
| Diameter | d | 2r | m | 10.000 |
| Circumference | C | 2πr | m | 31.416 |
| Area | A | πr2 | m2 | 78.540 |
| Arc Length | L | rθ | m | 7.854 (90°) |
| Sector Area | As | 12r2θ | m2 | 19.635 (90°) |
| Chord Length | c | 2r sin(θ÷2) | m | 7.071 (90°) |
| Segment Area | Aseg | 12r2(θ − sinθ) | m2 | 7.135 (90°) |
| Sagitta (Height) | h | r(1 − cos(θ÷2)) | m | 1.464 (90°) |
| Inscribed Square Side | ain | r√2 | m | 7.071 |
| Circumscribed Square Side | aout | 2r | m | 10.000 |
| Inscribed Hex Side | shex | r | m | 5.000 |
| Curvature | κ | 1r | m−1 | 0.200 |
| Sphere Surface (same r) | S | 4πr2 | m2 | 314.159 |
| Sphere Volume (same r) | V | 43πr3 | m3 | 523.599 |
| π Approximation | π | - | - | 3.14159265358979 |