Arc length formula
The arc length is the portion of the circumference subtended by the central angle. In radians: arc = r * theta. In degrees: arc = r * theta * pi / 180.
The chord length — the straight line connecting the arc endpoints — is 2r * sin(theta/2). This is always shorter than the arc itself.
Arc = r * theta
Theta in radians. Multiply degrees by pi/180 first.
Chord = 2r sin(theta/2)
Straight-line distance between arc endpoints.