Arc length formula
Arc length is the distance along the curved edge of a circle sector. The core formula is:
For full-circle distance, use the circumference calculator. If the problem involves a right triangle instead of a circular sector, use the right triangle trigonometry calculator.
The angle must be in radians for the formula s = r * theta. If your angle is in degrees, the calculator converts it first.
How to calculate arc length step-by-step
- Identify the radius
r. - Identify the central angle.
- Convert degrees to radians using
theta = degrees * pi / 180. - Multiply radius by angle in radians:
s = r * theta.
Example with radius 15 and angle 45 degrees:
theta = 45 * pi / 180 = 0.7854 radians
s = 15 * 0.7854 = 11.781
Sector area and chord length
This calculator also returns:
- Sector area:
A = 0.5 * r^2 * theta - Chord length:
c = 2r * sin(theta / 2)
Arc length is useful for circle geometry homework, curved-road estimates, pulley and belt layouts, circular windows, and design patterns.