Logo

MonoCalc

/

Circle Chord Length

Geometry

Calculation Mode

Radius (r)

Must be greater than zero

Central Angle (θ)

Angle Unit

Length Unit

Decimal Places

rθLh

Chord Length (L)

10.0000 m

Half Chord Length

5.0000 m

Sagitta (h)

1.3397 m

Arc Length (s)

10.4720 m

Central Angle

60.0000°

Is Diameter?

No

Step-by-Step Calculation

Formula: L = 2 × r × sin(θ / 2)

θ in radians: 1.047198 rad (60° × π / 180)

L = 2 × 10 m × sin(60° / 2)

L = 2 × 10 m × sin(30.0000°)

L = 2 × 10 m × 0.500000

L = 10.0000 m

About This Tool

Circle Chord Length Calculator

A chord is a straight line segment connecting two points on the circumference of a circle. Every chord divides the circle into two arcs — a shorter minor arc and a longer major arc. The longest chord of any circle passes through its center and is called the diameter. Understanding chords is fundamental to plane geometry and has applications in architecture, structural engineering, road design, and academic mathematics.

Two Ways to Calculate Chord Length

This calculator supports two distinct methods for finding chord length, each suited to different available data.

Mode A — Central Angle and Radius

When you know the radius r and the central angle θ subtended by the chord at the center of the circle, use:

L = 2 × r × sin(θ / 2)

The central angle must be entered in either degrees (0° to 360°) or radians (0 to 2π). For example, a radius of 10 m and a central angle of 60° gives a chord length of exactly 10 m, because 2 × 10 × sin(30°) = 2 × 10 × 0.5 = 10. When the angle is 180°, the chord equals the diameter (2r).

Mode B — Distance from Center and Radius

When you know the perpendicular distance d from the center of the circle to the chord, use:

L = 2 × √(r² − d²)

This formula follows directly from the Pythagorean theorem applied to the right triangle formed by the radius, the perpendicular from the center to the chord, and the half-chord. The distance d must satisfy 0 ≤ d < r. When d = 0 the chord passes through the center and equals the diameter. When d approaches r the chord length approaches zero (a degenerate chord at the edge).

Secondary Outputs Explained

Beyond the chord length itself, the calculator provides several related values:

  • Half Chord Length — half of L, useful in construction layout and site surveying where only one side of a symmetric layout is measured.
  • Sagitta (h) — the perpendicular height from the midpoint of the chord up to the arc. Formula: h = r − √(r² − (L/2)²). The sagitta tells you how much the arc "bows" above the chord and is critical in arch engineering, lens grinding, and shipbuilding.
  • Arc Length (s) — the length of the arc that subtends the chord:s = r × θ (θ in radians). Arc length is always longer than chord length for any arc less than a full circle.
  • Central Angle — shown when using Mode B (distance from center), this is the angle derived from θ = 2 × arcsin(L / 2r). It describes how wide the chord is from the circle's center perspective.
  • Is Diameter? — a flag set to "Yes" when the chord length equals 2r within floating-point tolerance.

Unit Support and Precision

All length inputs and outputs use the same selected unit — millimetres, centimetres, metres, kilometres, inches, feet, or miles. Internally, the calculator converts to metres for computation and back for display. Angles can be entered in degrees or radians, and output precision is adjustable from 0 to 10 decimal places.

Real-World Applications

Chord length calculations arise in many practical fields. In civil engineering, road designers use chords to approximate curve lengths between survey stations. In architecture, the chord and sagitta define the geometry of arches, barrel vaults, and curved facades. In manufacturing, chord measurements help machinists verify the diameter of turned components using a height gauge without direct access to the center. In astronomy, the chord length of a transit across a stellar disk can be used to determine the size of planets or moons.

Interactive Diagram

The calculator includes an SVG diagram that updates dynamically as you change inputs. It shows the circle, the chord labeled L, the radius line labeled r, the central angle arc labeled θ, the perpendicular distance line labeled d, and the sagitta labeled h. This visual representation helps you confirm that the inputs match the geometric scenario you have in mind before reading the numeric outputs.

Step-by-Step Solution

A collapsible formula panel shows each substitution step — from the raw formula through intermediate values to the final result. This is especially helpful for students learning plane geometry who need to understand not just the answer but the reasoning process. The steps are presented in the same format as a worked example in a textbook, making it easy to follow along or cite in homework.

Frequently Asked Questions

Is the Circle Chord Length free?

Yes, Circle Chord Length is totally free :)

Can I use the Circle Chord Length offline?

Yes, you can install the webapp as PWA.

Is it safe to use Circle Chord Length?

Yes, any data related to Circle Chord Length only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

What is a chord in a circle?

A chord is a straight line segment whose two endpoints both lie on the circumference of a circle. The longest possible chord passes through the center and is called the diameter.

How does this calculator work?

Choose one of two modes: 'Central Angle' uses the formula L = 2r × sin(θ/2), where r is the radius and θ is the angle at the center subtended by the chord. 'Distance from Center' uses L = 2√(r² − d²), where d is the perpendicular distance from the circle's center to the chord. The calculator also computes secondary outputs such as the sagitta, arc length, and half-chord length.

What is the sagitta of a chord?

The sagitta (from the Latin word for 'arrow') is the perpendicular height from the midpoint of the chord to the arc above it. It represents how 'bowed' the arc is relative to the chord. The formula is h = r − √(r² − (L/2)²), where L is the chord length.

When does a chord become the diameter?

A chord equals the diameter when the central angle is exactly 180° (π radians) or when the perpendicular distance from the center to the chord is zero. The calculator flags this condition automatically with a 'Yes / No' diameter indicator.

What length units are supported?

The calculator supports millimetres (mm), centimetres (cm), metres (m), kilometres (km), inches (in), feet (ft), and miles (mi). All length inputs are treated in the same selected unit, and all outputs are displayed in that unit.

How accurate is the chord length calculation?

The calculation uses standard floating-point arithmetic (IEEE 754 double precision), which provides about 15–16 significant digits of precision. For most engineering and academic purposes this is more than sufficient. The displayed precision can be adjusted from 0 to 10 decimal places.