learn.howToCalculate
learn.whatIsHeading
A chord is a straight line segment connecting two points on a circle. The chord length calculator uses the radius and central angle to find both the chord length and the sagitta (the height of the arc above the chord).
공식
c = 2r sin(θ/2); sagitta = r(1 − cos(θ/2))
- r
- radius (length)
- θ
- central angle (radians)
- c
- chord length (length)
- s
- sagitta (arc height) (length)
단계별 가이드
- 1Chord = 2r × sin(θ/2)
- 2Sagitta = r × (1 − cos(θ/2))
- 3θ is the central angle in radians
- 4Maximum chord is the diameter (θ = 180°)
풀어진 예시
입력
r = 10, θ = 60°
결과
Chord = 2×10×sin(30°) = 10
입력
r = 5, θ = 90°
결과
Chord = 2×5×sin(45°) ≈ 7.071
자주 묻는 질문
What is the sagitta?
The sagitta is the perpendicular distance from the midpoint of a chord to the arc. It measures how "tall" the arc is.
When is a chord also a diameter?
When the chord passes through the center of the circle (θ = 180°), it becomes a diameter and equals 2r.
Can I calculate chord length if I know the sagitta and radius?
Yes, rearranging: c = 2√(s(2r − s)).
계산할 준비가 되셨나요? 무료 Chord Length 계산기를 사용해 보세요
직접 시도해 보세요 →