Audited 27 Jul 2026·Last updated 27 Jul 2026·4 citations·Tier 2·0 uses

Arc Length Calculator

Free arc length calculator: enter radius and central angle (degrees or radians) to get arc length and sector area, with worked steps.

Arc Length Calculator

The distance from the centre of the circle to the arc. Zero is allowed (a degenerate point); negative values are rejected.
The angle at the centre of the circle that the arc spans, in whichever unit you select below. Must be greater than 0 and at most one full turn.
Angle unit
Arc length
15.708
The length of the curved edge spanned by the central angle, equal to r × θ with θ in radians.
Sector area
78.5398
Angle (radians)
1.5708

Background.

The Quanta arc length calculator finds the length of a curved slice of a circle's edge — an arc — together with the area of the pie-slice-shaped sector it bounds, from just a radius and a central angle. Enter the angle in either degrees or radians and the calculator converts automatically, returning arc length, sector area, and the angle re-expressed in radians for reference.

Where Quanta's area-circle and circumference calculators answer questions about a whole circle, this calculator is built for the partial-circle case: whenever the shape you actually care about is a slice rather than the full disc. That distinction matters constantly in practice. A pizza cut into eight equal slices has each slice spanning a 45° central angle; the crust length of one slice is an arc length, and the amount of pizza in it is a sector area. A road engineer designing a curved section of highway specifies a radius and a deflection angle, and the arc length is exactly the length of pavement that curve will require. A plumber bending a length of conduit through a 90° elbow needs the arc length of the bend to know how much pipe the bend consumes. A landscaper laying out a curved garden bed along one edge of a circular lawn needs the arc length for edging material and the sector area for sod. Mechanical designers computing the tooth spacing on a gear, animators easing a camera along a circular path, and data-visualisation designers sizing a wedge of a pie chart are all, underneath the specific vocabulary of their field, solving the same two-line arc-length-and-sector-area problem.

The central angle can be entered in degrees, the everyday unit most people learn in school, or in radians, the unit calculus and physics use natively because it makes the arc length formula exactly L = rθ with no conversion constant at all. The calculator restricts the angle to at most one full turn — 360° or 2π radians — because a sector, by definition, cannot wrap around the circle more than once; if you need the length of a multi-turn spiral or helix, that is a different geometric object and a different formula. Below the calculator you will find the classical derivation connecting central angle to arc length (going back to Euclid's proof that equal central angles subtend equal arcs), a fully worked quarter-circle example, and answers to the questions people ask most often about finding arc length and sector area.

What is arc length calculator?

An arc is a connected portion of a circle's circumference — the curved path you get by walking partway around the circle rather than all the way. The central angle θ is the angle formed at the circle's centre by the two radii drawn to the arc's endpoints; it determines exactly how much of the circle the arc covers. When θ is measured in radians — the ratio of arc length to radius, by definition — the arc length formula is simply L = r × θ: multiply the radius by the angle. This is why radians are the natural unit for this formula; using degrees requires first converting with θ_radians = θ_degrees × π/180.

The sector is the pie-slice-shaped region enclosed by the arc and the two radii bounding it. Its area is proportional to the fraction of the full circle the central angle represents: sectorArea = (θ / 2π) × πr² = (1/2) × r² × θ, again with θ in radians. Both formulas reduce to the familiar full-circle formulas when θ = 2π radians (360°): arc length becomes 2πr, the circumference, and sector area becomes πr², the full circle's area — a useful sanity check built into the worked example below. Because a sector cannot represent more than a complete revolution of the circle, the central angle is restricted to the interval (0°, 360°] or, equivalently, (0, 2π] radians.

How to use this calculator.

  1. Enter the radius of the circle. Zero is accepted (a degenerate point with no arc), but negative radii are rejected as physically meaningless.
  2. Enter the central angle that the arc spans — the angle at the centre of the circle between the two radii drawn to the arc's endpoints.
  3. Select whether that angle is in degrees or radians using the unit dropdown. The calculator converts internally, so you never need to do the conversion yourself.
  4. Read the primary output, arc length, in the same linear unit as your radius (metres in, metres out; feet in, feet out).
  5. Check the sector area output for the pie-slice area bounded by the arc and the two radii, reported in square units of your radius's unit.
  6. The angle-in-radians output is shown for reference — useful if you need to feed the value into a formula, spreadsheet, or CAD tool that expects radians.
  7. For a full circle's circumference or area rather than a partial arc or sector, use Quanta's circumference calculator or area of a circle calculator instead.

The formula.

L = r × θ

The arc length formula follows directly from the definition of the radian. One radian is defined as the central angle that subtends an arc exactly as long as the circle's radius — so an angle of θ radians subtends an arc θ times as long as the radius, giving L = r × θ with no conversion constant needed. This proportionality between central angle and arc length is exactly what Euclid proves in Book III, Proposition 26 of the Elements: in equal circles, equal central angles stand on equal arcs. Modern radian measure simply makes that ancient proportionality numerically explicit — double the angle and you double the arc, at any radius, because the ratio arc-length-to-radius is what defines the angle in the first place.

If your angle is measured in degrees, convert first: since a full 360° turn corresponds to 2π radians, one degree equals π/180 radians, so θ_radians = θ_degrees × π/180. Substituting into L = rθ gives the degrees version directly: L = r × θ_degrees × π/180.

Sector area follows from a proportionality argument rather than a fresh derivation. A sector with central angle θ (radians) is the fraction θ/(2π) of the whole circle, because 2π radians is a complete turn. The whole circle's area is πr², so the sector's area is that fraction of the whole: sectorArea = (θ/2π) × πr². The π cancels, leaving sectorArea = (1/2) × r² × θ. Both formulas contain the same core quantity — θ in radians multiplied against powers of r — which is why arc length and sector area are always computed together: once θ_radians is known, both follow in one line each. Setting θ to a full turn (2π radians, 360°) recovers the whole-circle formulas exactly: arc length becomes 2πr (the circumference) and sector area becomes πr² (the full area), confirming the sector formulas are strict generalisations of the whole-circle ones rather than approximations.

A worked example.

Example

A landscaper is edging a quarter-circle flower bed cut from a 10-metre-radius circular lawn, spanning a 90° central angle. Converting the angle to radians: 90° × π/180 = π/2 ≈ 1.5707963 radians. The arc length — the length of curved edging material needed along the curved side of the bed — is L = r × θ = 10 × 1.5707963 ≈ 15.707963 metres. The sector area — the area of sod or mulch the bed will need — is (1/2) × r² × θ = (1/2) × 100 × 1.5707963 ≈ 78.539816 square metres. Both numbers check out against the full circle: the full circumference would be 2π × 10 ≈ 62.831853 metres, and one quarter of that is 15.707963 metres, matching the arc length exactly; the full area would be π × 100 ≈ 314.159265 square metres, and one quarter of that is 78.539816 square metres, matching the sector area exactly — because a 90° angle is, by definition, exactly one quarter of a full 360° turn.

angle Unitdegrees
angle90
radius10

Frequently asked questions.

What is the difference between arc length and circumference?
Circumference is the total distance around an entire circle — a full 360° turn. Arc length is the distance along only part of that circle, determined by a central angle smaller than a full turn. Every circumference is technically an arc length with θ = 360° (2π radians); the arc length formula L = rθ reduces exactly to the circumference formula 2πr when the angle equals a full turn. Use the circumference calculator when you need the whole circle; use this calculator whenever you only need a slice of it.
Why does the arc length formula need the angle in radians?
Because the radian is defined so that an angle of exactly 1 radian subtends an arc exactly as long as the radius — that definition is precisely what makes L = r × θ true with no extra multiplying constant. If you measure the angle in degrees instead, the same proportionality holds, but you must first convert: multiply the degree value by π/180 to get radians, because 360° corresponds to exactly 2π radians all the way around the circle. This calculator does that conversion automatically whenever you select degrees.
How do I convert degrees to radians for this formula?
Multiply the angle in degrees by π/180 (approximately 0.0174533). For example, 90° × π/180 = π/2 ≈ 1.5708 radians, and 45° × π/180 = π/4 ≈ 0.7854 radians. To go the other direction, multiply radians by 180/π (approximately 57.2958) to get degrees. The calculator performs this conversion internally and also reports the angle-in-radians value directly, so you can copy it into another tool without doing the arithmetic yourself.
What is sector area and how is it different from the arc length?
Arc length is a one-dimensional measurement — the length of the curved boundary alone, in linear units like metres or feet. Sector area is a two-dimensional measurement — the area of the entire pie-slice-shaped region bounded by the arc and the two straight radii on either side, in square units. They are related but answer different questions: arc length tells you how much edging, trim, or curved material you need along the boundary; sector area tells you how much surface — paint, sod, tiling, pizza — the whole wedge covers.
Can the central angle be greater than 360°?
Not in this calculator. A sector, by definition, is a slice of a single circle and cannot represent more than one complete revolution — an angle beyond 360° (or 2π radians) would mean wrapping around the circle more than once, which describes a spiral rather than a simple sector, and needs a different formula entirely. The calculator restricts the angle to the interval (0°, 360°] or (0, 2π] radians and rejects anything outside that range with a clear error rather than returning a number that does not correspond to any real sector.
What real-world problems use arc length and sector area?
Common examples include: sizing a curved road or racetrack segment from its radius and deflection angle, finding the length of pipe or conduit consumed by a bend of a given angle, computing the crust length and filling area of a slice of pizza or pie, laying out curved garden edging and the sod area it encloses, sizing a wedge on a pie chart, computing gear-tooth spacing along a pitch circle, and finding the swept path length of a robotic arm or crane rotating through a fixed angle.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon