Area of Crescent Calculator
Calculate the area of a crescent (lune) formed by two overlapping circles. Enter radii and offset distance for instant results with visual diagram.
About
A crescent (or lune) is the region between two overlapping circles where the smaller circle's area is subtracted from the larger. Calculating its area is not trivial. Unlike a simple annulus where circles share a center, a crescent allows an offset distance d between centers. The computation requires resolving the circle-circle intersection area via inverse trigonometric functions and the Heron-like radical term √(−d + R1 + R2)(d + R1 − R2)(d − R1 + R2)(d + R1 + R2). Getting this wrong in optical lens design, architectural arches, or CNC cutting paths means wasted material and failed tolerances. This calculator handles all geometric cases: concentric circles (d = 0), fully interior placement, partial overlap, and tangential contact.
The tool assumes both circles lie in the same Euclidean plane. Results approximate to floating-point precision (~15 significant digits). For non-circular crescents (elliptical lunes), numerical integration would be required. Pro tip: when d = 0, the crescent reduces to an annulus with area π(R12 − R22).
Formulas
The crescent area is defined as the area of the outer circle minus the intersection area of the two circles. For partial overlap:
The circle-circle intersection area Aint for two circles of radii R1 and R2 with center distance d:
Where the radical term S uses the four-factor expression:
Variable legend: R1 = radius of the outer (larger) circle. R2 = radius of the inner (smaller) circle. d = distance between the two circle centers. Aint = area of the overlapping (lens/vesica) region. Acrescent = area of the resulting crescent (lune). When the inner circle is fully contained (d + R2 ≤ R1), the intersection equals the full inner circle: Aint = πR22, so Acrescent = π(R12 − R22).
Reference Data
| Geometric Case | Condition | Crescent Area Formula | Notes |
|---|---|---|---|
| Concentric (Annulus) | d = 0 | π(R12 − R22) | Simplest case, symmetric ring |
| Inner circle fully inside | d + R2 ≤ R1 | πR12 − πR22 | No intersection boundary needed |
| Partial overlap | R1 − R2 < d < R1 + R2 | πR12 − Aint | General case, uses full intersection formula |
| Externally tangent | d = R1 + R2 | πR12 | Circles touch at one point, no overlap |
| No overlap | d > R1 + R2 | πR12 | Inner circle doesn't subtract anything |
| Internally tangent | d = R1 − R2 | πR12 − πR22 | Boundary case of full containment |
| Equal radii, offset | R1 = R2, d > 0 | Symmetric lune pair | Two equal crescents formed |
| Hippocrates' Lune | Special ratio | Equals related triangle area | One of the earliest quadrature results (5th c. BCE) |
| Half-moon | R2 = R1, d = 0 | 0 | Circles coincide, no crescent |
| Thin crescent | R2 ≈ R1, small d | ≈ 2πRd | Linear approximation for thin crescents |
| Lunar phase (astronomy) | Projected sphere geometry | Spherical crescent formula differs | Flat formula is a 2D approximation only |
| Lens (vesica region) | Overlap of two circles | Aint directly | The intersection itself, not the crescent |
| Optical lens cross-section | Biconvex lens profile | Sum of two crescents | Used in optics manufacturing tolerances |
| Gear tooth profile | Involute approximation | Crescent-like region | Approximated by circular arc crescents |
| Cam lobe area | Eccentric circles | Crescent integral | Mechanical engineering application |