An arc is just a piece of a circle's circumference, and once you know the radius and the central angle that defines it, three related measurements fall out immediately: how long the arc itself is, how much area the pie-slice-shaped sector covers, and how far apart the arc's two endpoints are in a straight line (the chord). This calculator computes all three from radius and angle, and can also work backward to solve for the radius or the angle when you already know the arc length.

How the Arc Length Calculator works

The core relationship is s = rθ, where θ must be in radians — this is literally the definition of a radian, since one radian is the angle that traces an arc exactly as long as the radius. If you enter your angle in degrees, the calculator converts it to radians (θ_rad = θ_deg × π/180) before running any formula, then converts back for display so you never see an unfamiliar unit unless you ask for it.

Sector area (½r²θ) and chord length (2r·sin(θ/2)) both fall out of the same known radius and angle, so all three results update together the moment you change an input. Solving backward for radius (r = s/θ) or angle (θ = s/r) just rearranges the same s = rθ formula.

Inputs and what they mean

Radius is the distance from the circle's center to its edge — any consistent unit works (inches, meters, miles) as long as you're consistent. Central angle is how wide the pie-slice is, in either degrees (the everyday unit, where a full circle is 360°) or radians (the mathematical unit, where a full circle is 2π ≈ 6.283). Arc length is the curved distance along the circle's edge that the angle sweeps out.

The "Solve for" selector controls which of these three is the unknown: leave it on "Arc & sector" to compute forward from radius and angle, or switch it to "Radius" or "Angle" to work backward from a known arc length.

Limits and edge cases

Radius and angle must both be positive numbers — a zero or negative radius or angle doesn't describe a real arc. When solving for the angle from a known arc length and radius, the arc length can't exceed the circle's own circumference (2πr), since a single arc can't be longer than the whole circle it belongs to; the calculator flags this rather than returning an angle greater than 360°.

At exactly a full circle (θ = 2π radians = 360°), the chord formula still works but becomes trivial — the two "endpoints" of a full circle are the same point, so the chord length is 0, while the arc length equals the full circumference 2πr. This calculator handles plane (2D, Euclidean) circles only; it isn't meant for arcs on a sphere or other curved surface.