Chord Length Calculator - Calculate Chord of a Circle Online

Orchorddhθ

Chord Length

10 units

Formula:

Chord = 2r × sin(θ/2)

Central Angle

60°

1.0472 rad

Distance to Center

8.6603

Sagitta

1.3397

Arc Length

10.472

Half-Chord

5

Chord / Arc Ratio

0.9549

Circular Sector Area

52.3599

½r²θ

Circular Segment Area

9.0586

sector − triangle

Step-by-Step Solution

  1. Given: radius r = 10, central angle θ = 60°
  2. Convert to radians: θ = 60° × π/180 = 1.0472 rad
  3. Half-angle: θ/2 = 0.5236 rad
  4. sin(θ/2) = sin(0.5236) = 0.5
  5. Chord = 2 × 10 × 0.5 = 10

Chord vs. Arc Length

Chord
10
Arc
10.472

The chord is always shorter than the arc (except when both are zero). Ratio: 0.9549

How to Use This Calculator

  1. Select your input method from the dropdown — choose based on which measurements you have (angle, sagitta, distance from center, or arc length).
  2. Enter the circle's radius in the "Radius (r)" field.
  3. Enter your second known value in the corresponding field (angle, sagitta, distance, or arc length).
  4. If using central angle, pick degrees or radians from the angle unit selector.
  5. Read the chord length and all derived values (central angle, sagitta, arc length, segment area) from the results panel. The step-by-step solution shows each formula applied.

Quick Reference: Common Chords (r = 10)

AngleChordArcSagittaNote
30°5.1765.2360.341Small arc
60°1010.4721.34Hexagon side
90°14.14215.7082.929Quarter circle
120°17.32120.9445Triangle inscribed
180°2031.41610Diameter (max chord)

Share this calculator

Help others solve their calculations

Found this calculator helpful? Share it with your friends, students, or colleagues who might need it!

Chord Length Calculator: How to Calculate the Chord of a Circle

About the Author

Marko Šinko - Co-Founder & Lead Developer

Marko Šinko

Co-Founder & Lead Developer, AI Math Calculator

Lepoglava, Croatia
Advanced Algorithm Expert

Croatian developer with a Computer Science degree from University of Zagreb and expertise in advanced algorithms. Co-founder of award-winning projects, ensuring precise mathematical computations and reliable calculator tools.

📅 Published:
Chord length calculator showing a circle with radius, central angle, and chord distance highlighted in an interactive diagram

A chord length calculator solves a problem that shows up constantly in construction, engineering, and design: you know a circle's radius and one other measurement, and you need the straight-line distance between two points on the curve. Say you're building a curved retaining wall with a 15-meter radius and the client wants a 4-meter opening. Can that chord fit a 90° arc? Or suppose you're cutting a pipe along a curve and need the flat distance across the cut. The formula is short — 2r sin(θ/2) — but the real challenge is picking the right inputs and avoiding unit errors that silently ruin the result.

The Geometry That Makes Chord Formulas Work

Every chord in a circle creates an isosceles triangle when you draw radii to each endpoint. The two equal sides are the radii (length r), and the base is the chord itself. Drop a perpendicular from the center to the chord and you split everything into two right triangles. That perpendicular bisects both the chord and the central angle — and that's where the formula comes from.

In each right triangle, the hypotenuse is r, the angle at the center is θ/2, and the opposite side (half the chord) is r × sin(θ/2). Double it and you get:

Chord = 2r × sin(θ/2)

where r = radius, θ = central angle in radians

This single identity is the backbone. Every other chord formula — from sagitta, from perpendicular distance, from arc length — is just an algebraic rearrangement of the same triangle.

Four Ways This Chord Length Calculator Finds Your Answer

You rarely get to choose your measurements. A surveyor might have the arc height but not the angle. An architect knows the perpendicular clearance but not the sagitta. Here are the four routes, each starting from what you actually have.

You HaveFormulaWhen to Use
r + θ (central angle)2r sin(θ/2)CAD drawings, protractor readings, math problems
r + h (sagitta)2√(h(2r − h))Arch construction, dome measurements, road crowns
r + d (distance to center)2√(r² − d²)Pipe offsets, tunnel clearances, nearest-point calculations
r + s (arc length)θ = s/r, then 2r sin(θ/2)Cable routing, belt drives, GPS great-circle shortcuts

Worked Example: Finding the Span of a Stone Arch

A mason is building a semicircular stone arch with a 3-meter radius. The arch subtends a 120° central angle (not a full semicircle — the walls take the rest). What is the straight-line span across the opening?

Given: r = 3 m, θ = 120°

Step 1: Convert angle → 120° × π/180 = 2.0944 rad

Step 2: Half-angle → 2.0944/2 = 1.0472 rad

Step 3: sin(1.0472) = 0.86603

Step 4: Chord = 2 × 3 × 0.86603 = 5.196 m

The opening is about 5.2 meters wide — roughly the width of a single-lane road.

Notice that 120° gives a chord equal to r√3, one of those clean results that shows up in hexagonal geometry. If you need to double-check your answers, our chord calculator page covers the same formulas from a different angle with additional reference tables.

Worked Example: Road Crown from Sagitta

A civil engineer measures that a two-lane road has a crown (sagitta) of 0.15 m across its 7-meter width. She needs the radius of the road's cross-sectional curve. But first, let's verify: given r and sagitta, what chord do we get? Suppose after surveying she finds r = 41.04 m and h = 0.15 m.

Given: r = 41.04 m, h = 0.15 m

Formula: Chord = 2√(h(2r − h))

Step 1: 2r − h = 2(41.04) − 0.15 = 81.93

Step 2: h × 81.93 = 0.15 × 81.93 = 12.2895

Step 3: √12.2895 = 3.5056

Step 4: Chord = 2 × 3.5056 = 7.011 m

That matches the 7-meter road width — the sagitta formula checks out.

Road crowns are a real application of the sagitta-chord relationship. Civil engineers also use it for railway superelevation and drainage pipe curvature. The perpendicular distance variant (2√(r² − d²)) is essentially the same idea rotated: the distance from center replaces the sagitta.

Why the Arc Is Always Longer Than the Chord

One of the most useful sanity checks: the chord is always shorter than the arc connecting the same two points (unless both are zero). At small angles the difference is negligible — a 10° arc on a circle of radius 100 gives an arc of 17.453 and a chord of 17.431, a gap of barely 0.1%. But at 180°, the chord is the diameter (2r) while the arc is πr, making the arc about 57% longer.

This ratio matters in arc length calculations for navigation. GPS devices calculate great-circle arcs, but a pilot's straight-line distance is the chord. For a 1,000 km great-circle route at Earth's surface, the chord through the Earth is shorter — and the discrepancy grows with distance.

Three Mistakes That Silently Break Your Results

1. Degrees vs. radians mix-up

Plugging 60 (degrees) into 2r sin(θ/2) without converting gives 2r sin(30) = 2r × (−0.988) — a negative number for a length. The formula expects radians. 60° is π/3 ≈ 1.0472 radians. Always check your units before computing.

2. Sagitta larger than the diameter

The sagitta formula 2√(h(2r − h)) produces imaginary numbers when h > 2r. Physically this means the "arc height" exceeds the full diameter, which is impossible. If your sagitta is larger than the diameter, you've measured the wrong distance.

3. Using the inscribed angle instead of the central angle

The inscribed angle (from a point on the circle) is exactly half the central angle (from the center). If you accidentally use an inscribed angle of 60° as if it were the central angle, your chord will be too short by a factor of sin(30°)/sin(60°) ≈ 0.577. When a problem says "angle subtended by the chord," ask: from the center or from the circumference?

Chord Length Reference for a Unit Circle (r = 1)

This table gives exact and decimal chord lengths for a unit circle. To find the chord for any radius, just multiply by your radius. For instance, on a circle with r = 25, the chord at 90° is 25 × 1.4142 = 35.355.

θExact ChordDecimalChord/Arc
30°2 sin 15°0.51760.9886
60°11.00000.9549
90°√21.41420.9003
120°√31.73210.8270
150°2 cos 15°1.93190.7380
180°2 (diameter)2.00000.6366

The Chord/Arc column shows how the straight-line shortcut compares to following the curve. At 60° the chord is about 95.5% of the arc; at 180° it drops to 63.7% — the well-known 2/π ratio. This ratio appears in physics when comparing a pendulum's arc displacement to its horizontal displacement.

Beyond Flat Circles: Chords on Spheres and Cylinders

The chord formula extends directly to spherical geometry. On Earth (radius ≈ 6,371 km), the chord between two cities follows the same 2R sin(θ/2) pattern — just using the great-circle central angle. The chord between New York and London (great-circle angle ≈ 51.4°) works out to about 5,564 km, while the surface arc distance is 5,570 km. For most practical purposes the difference is under 1%.

In machining, chords on cylinders determine how many flat facets you need to approximate a curve within a given tolerance. If a CNC machine cuts flat segments along a 100 mm radius at 5° increments, each chord is 2 × 100 × sin(2.5°) = 8.716 mm, and the maximum deviation (sagitta) from the true curve is just 0.095 mm. You can explore more circle properties and how they relate to sector area calculations on their dedicated pages.

External reference: For the mathematical proofs behind chord-angle relationships and their extension to inscribed angle theorems, see the Wikipedia article on chords.

Frequently Asked Questions

Still Have Questions?

The detailed content on this page provides comprehensive explanations and examples to help you understand better.