Circle Calculator
Calculate circle area, circumference, diameter, arc length, sector & segment area, and chord length from any known property.
About
Miscalculating a circle's properties propagates errors through every downstream computation - pipe cross-sections, wheel tolerances, irrigation coverage, orbital mechanics. This calculator derives all principal circle metrics from a single known value: r (radius), d (diameter), C (circumference), or A (area). It uses π at full IEEE 754 double-precision (15 significant digits) rather than the truncated 3.14 approximation that introduces measurable drift in engineering contexts. An optional central angle θ unlocks arc, sector, segment, and chord calculations.
The tool assumes a Euclidean plane. Results deviate on curved surfaces (spherical or hyperbolic geometry). For physical applications, account for manufacturing tolerances. Pro tip: when computing pipe flow area, use the inner radius, not the nominal diameter.
Formulas
All circle properties derive from a single parameter: the radius r. The fundamental relationships are:
When a central angle θ (in degrees) is provided, partial-circle metrics become available:
Where r = radius, d = diameter, C = circumference, A = area, L = arc length, As = sector area, Aseg = segment area, c = chord length, θ = central angle in degrees, θrad = central angle in radians, and π ≈ 3.14159265358979.
Inverse derivations used when the input is not radius: r = d2, r = C2π, r = √Aπ.
Reference Data
| Property | Symbol | Formula | Unit (SI) | Notes |
|---|---|---|---|---|
| Radius | r | Given or derived | m | Primary input; all others derive from this |
| Diameter | d | d = 2r | m | Longest chord through center |
| Circumference | C | C = 2πr | m | Perimeter of the circle |
| Area | A | A = πr2 | m2 | Enclosed planar region |
| Arc Length | L | L = θ360 × 2πr | m | Requires central angle θ |
| Sector Area | As | As = θ360 × πr2 | m2 | "Pizza slice" region |
| Segment Area | Aseg | Aseg = r22(θrad − sin(θrad)) | m2 | Region between chord and arc |
| Chord Length | c | c = 2r ⋅ sin(θ2) | m | Straight line between arc endpoints |
| Pi | π | 3.14159265358979… | - | Ratio of circumference to diameter |
| Semicircle Area | A½ | πr22 | m2 | θ = 180° |
| Quadrant Area | A¼ | πr24 | m2 | θ = 90° |
| Inscribed Square Side | ain | ain = r√2 | m | Largest square fitting inside the circle |
| Circumscribed Square Side | aout | aout = 2r | m | Smallest square containing the circle |
| Annulus Area | Aann | π(R2 − r2) | m2 | Requires outer radius R |
| Radian Conversion | θrad | θrad = θ ⋅ π180 | rad | Degrees to radians |
| Full Revolution | - | 360° = 2π rad | - | Complete rotation |