Formula Used:

Chord length (c) = 2r × sin(θ/2)

Where:

  • r = radius of the circle
  • θ = central angle in radians
Calculation Results

Chord Length: -

Radius: -

Central Angle: -

Segment Height: -

Arc Length: -

Circle Area: -

Example 1: Find chord length in a 10m-radius dome with 60° angle

Example 2: Calculate chord from 5m radius and 2m segment height

Example 3: Determine chord between points (5,0) and (-5,0) on a circle

Q: What is a chord in a circle?
A: A chord is a straight line connecting two points on the circumference of a circle.

Q: What's the difference between a chord and a diameter?
A: A diameter is a special chord that passes through the center of the circle.

Q: What if my angle is greater than 180°?
A: The calculator will use the smaller angle (360° - your angle) since chord length is the same for both.

Q: How is segment height related to chord length?
A: Segment height (h) is the perpendicular distance from the chord to the circumference. It relates to chord length (c) and radius (r) by: h = r - √(r² - (c/2)²)

Geometry Educational Guide

What This Calculator Does

This tool calculates the chord length of a circle using three different methods. A chord is a straight line segment whose endpoints lie on the circle. The calculator provides visual diagrams, step-by-step solutions, and additional circle measurements.

Chord Geometry Concept Overview

A chord is any line segment connecting two points on a circle's circumference. Key relationships:

  • Chord and Central Angle: Every chord subtends a central angle (θ) at the circle's center
  • Chord and Radius: Two radii drawn to the chord's endpoints form an isosceles triangle
  • Chord and Segment Height: The perpendicular distance from chord midpoint to circle edge
  • Diameter: The longest possible chord, passing through the center
Input Values Explained

Three Calculation Methods:

  1. Radius + Central Angle: Most direct method using r (distance from center to circle) and θ (angle between radii to chord endpoints)
  2. Radius + Segment Height: Useful when you know the "sagitta" or "rise" of a circular segment (h = distance from chord midpoint to arc)
  3. Coordinates Method: Calculates chord as distance between two points on a circle centered at origin (0,0)
Formula Explanation in Simple Language

Primary Formula: c = 2r × sin(θ/2)

Think of this as: "Chord length equals twice the radius times the sine of half the central angle."

Why it works: When you draw radii to the chord endpoints, you create an isosceles triangle. Splitting this triangle in half creates a right triangle where sin(θ/2) = (c/2) ÷ r. Rearranging gives our formula.

Key Insight: The sine function relates the angle to the ratio of opposite side (half the chord) over hypotenuse (radius).
Calculation Logic Overview

Method 1 (Radius + Angle):

  1. Convert angle to radians if necessary (× π/180)
  2. Apply formula: c = 2 × radius × sin(angle/2)
  3. Calculate segment height: h = radius × (1 - cos(angle/2))

Method 2 (Radius + Height):

  1. Find central angle: θ = 2 × arccos(1 - h/r)
  2. Then calculate chord using primary formula

Method 3 (Coordinates):

  1. Calculate direct distance between points: √[(x₂-x₁)² + (y₂-y₁)²]
  2. Find radius from center (0,0) to either point
  3. Calculate central angle using inverse sine
Interpreting Your Results
  • Chord Length: The straight-line distance between your two circle points
  • Segment Height (h): How much the arc "bulges" above the chord - larger h means more curved segment
  • Arc Length: Distance along the circle circumference between the same two points
  • Central Angle: The angle "swept out" by the chord at the circle's center
Quick Check: Chord length is always less than or equal to the diameter. If your chord equals 2×radius, you have a diameter.
Real-World Applications

Engineering & Construction:

  • Calculating beam lengths in circular structures
  • Designing arches and domes
  • Planning curved road segments

Design & Manufacturing:

  • Creating circular patterns and layouts
  • Machining circular segments
  • 3D modeling of curved surfaces

Science & Nature:

  • Analyzing circular orbits
  • Measuring circular features in biology
  • Astronomical calculations
Common Geometry Mistakes to Avoid
  1. Angle Unit Confusion: Always check if your angle is in degrees or radians
  2. Segment Height vs Radius: Height must be less than radius (h < r)
  3. Chord vs Arc: Chord is straight line; arc is curved path along circle
  4. Reflex Angles: For angles > 180°, calculator uses the smaller supplement angle
  5. Diameter Assumption: Not all chords pass through the center - only diameters do
Units & Measurement Notes
  • Consistency: Use the same units for all measurements (all meters or all feet)
  • Angle Units: Calculator automatically converts between degrees and radians
  • Output Units: Results can be displayed in different units than inputs
  • Area Units: Circle area is shown in square units (units²)
Remember: 1 radian ≈ 57.2958 degrees. Full circle = 360° = 2π radians ≈ 6.2832 radians.
Accuracy & Rounding Notes
  • Decimal Places: Adjust precision (0-5 decimal places) based on your needs
  • π Approximation: Calculator uses π ≈ 3.141592653589793
  • Trigonometric Precision: JavaScript's Math.sin(), Math.cos() provide high precision
  • Rounding Effects: More decimal places = more precise but longer numbers
  • Engineering Use: Typically 2-3 decimal places sufficient for most applications
Student Learning Tips
  1. Visual First: Use the diagram to understand relationships between chord, radius, and angle
  2. Try Examples: Use the preset examples to see how different inputs affect results
  3. Step-by-Step: Enable "Show step-by-step solution" to follow the calculation logic
  4. Extreme Values: Test with θ = 0° (no chord), θ = 180° (diameter), and h = 0 (chord = diameter)
  5. Check Manually: Verify calculator results with hand calculations for practice
Visualization Interpretation Guide

Diagram Elements:

  • Blue Circle: The complete circle with your specified radius
  • Pink Chord: The calculated straight line between circle points
  • Blue Dashed Lines: Radii from center to chord endpoints
  • Green Dashed Line: Segment height (h) - perpendicular from chord to arc
  • Center Point: The circle's midpoint (toggle on/off)

Visual Relationships: Notice how changing inputs affects the diagram - larger angles create longer chords, larger heights create more curved segments.

Accessibility Notes
  • Dark Mode: Toggle for reduced eye strain or low-light conditions
  • Keyboard Navigation: All inputs accessible via tab key
  • Screen Readers: Semantic HTML structure supports assistive technology
  • Color Contrast: Sufficient contrast in both light and dark modes
  • Responsive Design: Works on mobile, tablet, and desktop screens
Update Information

Version: Geometry Calculator v2.1

Last Updated: January 2026

Features in This Version:

  • Three calculation methods for chord length
  • Interactive visual diagram with toggle options
  • Step-by-step solution display
  • Multiple unit support and decimal precision control
  • Dark/light mode toggle
  • Comprehensive educational content
Mathematical Foundation

All calculations are based on standard Euclidean geometry principles. The formulas derive from the Pythagorean theorem and trigonometric relationships in right triangles formed by chords, radii, and central angles.

For further learning, explore relationships between chords, arcs, sectors, and segments in circle geometry.