Crescent Area Calculator

Calculate the area of a crescent (lune) formed by two overlapping circles with step-by-step overlap computation.

Enter Circle Parameters

Result

Crescent Area
--
square units
Larger Circle Area--
Smaller Circle Area--
Overlap Area--

Step-by-Step Solution

Crescent = Area(R) - Overlap

Understanding the Crescent (Lune)

A crescent, also known as a lune, is the region between two overlapping circles. When a smaller circle partially overlaps a larger circle, the visible part of the larger circle that is not covered by the smaller circle forms a crescent shape. This shape appears frequently in nature, art, and astronomy -- most notably in the phases of the moon.

The area of a crescent depends on three parameters: the radius of the larger circle (R), the radius of the smaller circle (r), and the distance between their centers (d). The crescent area equals the area of the larger circle minus the area of overlap between the two circles.

Crescent Area Formulas

Circle-Circle Overlap

The area of intersection of two circles with radii R and r at distance d apart.

A_overlap = R^2*cos^-1((d^2+R^2-r^2)/(2dR)) + r^2*cos^-1((d^2+r^2-R^2)/(2dr)) - (1/2)*sqrt(s)

Crescent Area

The crescent is the larger circle minus the overlap region.

A_crescent = pi*R^2 - A_overlap

Concentric Crescent

When d = 0 and the smaller circle is inside the larger one.

A = pi*(R^2 - r^2)

Hippocrates' Lune

A special lune discovered by Hippocrates of Chios where the lune area equals a triangle area.

A_lune = (1/2)*r^2

No Overlap

If d >= R + r, the circles do not overlap and the crescent is just the full larger circle.

A = pi*R^2 (when d >= R+r)

Complete Containment

If d + r <= R, the smaller circle is entirely inside the larger one.

A = pi*R^2 - pi*r^2

How to Calculate Crescent Area

Step-by-Step Process

  1. Determine the radii R (larger) and r (smaller), and the center-to-center distance d.
  2. Check if the circles overlap: overlap occurs when d < R + r and d + r > R (partial overlap).
  3. Calculate the overlap area using the circle-circle intersection formula involving inverse cosine functions.
  4. Subtract the overlap from the area of the larger circle to get the crescent area.
  5. For special cases (no overlap, full containment), use the simplified formulas.

Real-World Applications

Crescent areas appear in many practical contexts. In astronomy, the illuminated portion of the moon during crescent phases forms a lune. In engineering, crescent shapes appear in mechanical seals, gear tooth profiles, and Venn diagram analysis. Architects and designers use crescent shapes in arches, windows, and decorative patterns.

Historical Significance

The lune of Hippocrates (circa 440 BC) was one of the first curved regions shown to have an area exactly equal to a rectilinear figure (a triangle). This was a landmark result in the history of mathematics and the quadrature problem -- attempting to construct a square with the same area as a given curved figure using only compass and straightedge.

Tips for Accurate Calculations

  • Ensure R >= r (the first circle should be the larger one).
  • The distance d must be non-negative. If d = 0, the circles are concentric.
  • When the circles barely touch (d = R + r), the overlap is zero and the crescent equals the full larger circle area.
  • For moon phase calculations, the crescent visible area depends on the sun-earth-moon angle.