Calculateus

Arc Length Calculator

Calculate the length of a circular arc from its radius and central angle.

Result

Arc Length
6.283

Formula: s = rθ, where θ is measured in radians - this is actually the defining relationship for what a radian is (an angle where the arc length equals the radius corresponds to exactly 1 radian).

About the Arc Length Calculator

The Arc Length Calculator finds the distance along a curved section of a circle's edge, given the circle's radius and the central angle that spans the arc. It's the tool to reach for whenever a problem gives you an angle in degrees and a radius and asks how long the corresponding curve actually is, from geometry coursework to figuring out the curved length of a running track lane or a pipe bend.

How It Works

Enter the circle's radius and the central angle in degrees that the arc subtends. The calculator first converts that angle from degrees to radians, since the underlying formula only works in radians, then multiplies the radius by the angle in radians to get the arc length. The result comes out in the same length units you entered for the radius.

s = r * theta, where theta is the central angle expressed in radians (theta_rad = angle_degrees * pi / 180).

Formula & Methodology

To reproduce this by hand, convert the given angle from degrees to radians by multiplying by pi and dividing by 180. Then multiply that radian value directly by the radius; no other steps are needed, since arc length is a direct proportional relationship between radius and angle once the angle is in radians.

Examples

Default Case

With a radius of 6 and a central angle of 60 degrees, the angle converts to about 1.0472 radians, giving an arc length of approximately 6.283 units.

A Quarter Circle

A radius of 10 with a 90 degree angle converts to pi/2 radians, about 1.5708, producing an arc length of about 15.708 units, exactly one quarter of that circle's circumference of about 62.832.

Advantages

  • Performs the degree-to-radian conversion automatically, removing the step most people get wrong when applying the s = r * theta formula by hand.
  • Works for any central angle, including values greater than 360 degrees, without needing separate handling for multi-turn arcs.
  • Gives a direct numeric answer instantly for a formula that's otherwise easy to fumble under time pressure on a test.

Common Mistakes

  • Plugging the angle in degrees straight into s = r * theta without converting to radians first, which produces a result roughly 57 times too large.
  • Confusing arc length with chord length, the straight-line distance between the arc's endpoints, which uses a different formula entirely.
  • Forgetting that arc length scales directly with the radius, so doubling the radius for the same angle doubles the arc length rather than leaving it unchanged.

Edge Cases to Watch For

  • The angle must be converted to radians before multiplying; using the degree value directly in the formula, a common shortcut error, gives a wildly wrong answer.
  • An angle of exactly 360 degrees returns the full circle's circumference (2 pi r), since a full rotation corresponds to 2 pi radians.
  • The calculator performs no bound checking on the angle, so a value greater than 360 degrees is treated as more than one trip around the circle and returns a value longer than the circumference.
  • A radius or angle of zero returns an arc length of zero, since the formula multiplies straight through with no guard against that case.

Common Use Cases

  • Geometry and trigonometry students solving textbook or exam problems involving circles, radians, and arcs.
  • Machinists, engineers, or hobbyists calculating the curved length of material needed for a circular bend, running track, or pipe segment.
  • Anyone converting between an angular measurement and a physical curved distance for a design or construction project.
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

Why does the arc length formula require the angle in radians?

The formula s = rθ only works directly with radians because a radian is defined specifically so that an arc length equal to the radius corresponds to exactly one radian - using degrees would require an extra conversion factor (π/180), which is exactly what this calculator applies internally before computing the result.

Conclusion

Because arc length depends on nothing more than radius and angle in radians, the calculation is simple once the conversion step is handled correctly, which is exactly where this calculator removes the risk of error. It's a quick way to confirm arc length results by hand or to skip the conversion step altogether when working through several problems in a row.