Understanding the Chord Calculator
A chord is a straight line segment that connects two points on a circle's circumference. This calculator uses a circle's radius (r) and the central angle (θ) that the chord subtends at the center to compute the chord's length, along with three related circle-segment measurements: arc length, sagitta, and segment area.
The formulas
All four results follow directly from the radius and the central angle expressed in radians:
- Chord length: c = 2r × sin(θ/2) — the straight-line distance between the two points where the chord meets the circle.
- Arc length: s = r × θ — the distance along the curved path between the same two points.
- Sagitta (height): h = r × (1 − cos(θ/2)) — the distance from the midpoint of the chord to the midpoint of the arc.
- Segment area: A = (r² / 2) × (θ − sin θ) — the area enclosed between the chord and the arc.
If your angle is in degrees, convert it first: θ(radians) = θ(degrees) × π / 180. Selecting "Degrees" as the angle unit does this conversion automatically before the formulas run.
Common reference points
- θ = 60°: the chord length equals the radius exactly (c = r), since sin(30°) = 0.5.
- θ = 90°: the chord length is r√2 ≈ 1.414r.
- θ = 180°: the chord passes through the center and equals the diameter (c = 2r) — the longest possible chord.
- θ close to 0°: chord length and arc length converge, since a very small arc is nearly straight.
Reading the segment type
A chord divides a circle into two regions called segments. When the central angle is under 180°, the smaller region is the minor segment and the larger region on the other side is the major segment. At exactly 180°, the chord is a diameter and splits the circle into two equal semicircles. The calculator labels which case applies to your inputs after you press Calculate.