Math

Arc Length Guide: Formula, Degrees vs Radians, and Real-World Uses

By The hakaru Team·Last updated March 2026

Quick Answer

  • 1.In radians: Arc Length = r × θ
  • 2.In degrees: Arc Length = (θ / 360) × 2πr
  • 3.A semicircle arc length = πr — exactly half the full circumference.
  • 4.Arc length is always greater than chord length (the straight-line distance between the two endpoints).

What Is Arc Length?

Arc length is the distance along the curved edge of a circle (or any curve) between two points. It is a portion of the circle's circumference, determined by the central angle subtended by that arc and the circle's radius. The full circumference of a circle is 2πr; an arc is simply that fraction of the circumference corresponding to its central angle.

Arc length is a fundamental concept in geometry, trigonometry, and calculus, with practical applications ranging from engineering and architecture to animation and astronomy.

The Arc Length Formula

Using Radians (Preferred)

The simplest and most elegant form of the arc length formula uses radians:

s = r × θ

Where:

  • s = arc length
  • r = radius of the circle
  • θ = central angle in radians

This formula works because a radian is defined as the angle that subtends an arc equal in length to the radius. So when θ = 1 radian, the arc length equals exactly one radius.

Using Degrees

If your angle is in degrees, use the following formula:

s = (θ / 360) × 2πr

The (θ / 360) factor converts the angle to a fraction of a full circle, and multiplying by the circumference (2πr) gives the arc length. Both formulas are mathematically equivalent.

Worked Examples

Example 1: Arc Length in Radians

A circle has a radius of 8 cm. What is the arc length for a central angle of π/3 radians?

s = r × θ = 8 × (π / 3) = 8π / 3 ≈ 8.38 cm

Example 2: Arc Length in Degrees

A circle has a radius of 10 inches. What is the arc length for a 72° central angle?

s = (72 / 360) × 2π × 10 = 0.2 × 20π = 4π ≈ 12.57 inches

Example 3: Finding the Radius from Arc Length

If the arc length is 15 cm and the central angle is 1.5 radians, what is the radius?

r = s / θ = 15 / 1.5 = 10 cm

Degrees to Radians Conversion

Most real-world angle measurements start in degrees. Convert to radians by multiplying by π/180:

DegreesRadians (exact)Radians (decimal)
30°π/60.5236
45°π/40.7854
60°π/31.0472
90°π/21.5708
120°2π/32.0944
180°π3.1416
270°3π/24.7124
360°6.2832

Sector Area: The Related Formula

A sector is the “pie slice” region of a circle bounded by two radii and an arc. Its area is directly related to arc length:

In radians:Area = ½ × r² × θ

In degrees:Area = (θ / 360) × πr²

You can also express sector area in terms of arc length:

Area = ½ × r × s

This elegant relationship — area equals half the radius times the arc length — is useful when you already know the arc length and want to find the enclosed area.

Arc Length vs Chord Length

The arc is the curved path along the circle; the chord is the straight line connecting the two endpoints. They are different measurements of the same two points:

MeasurementFormulaNature
Arc Lengths = rθCurved distance along circle edge
Chord Lengthc = 2r × sin(θ/2)Straight-line distance between endpoints

For small angles (below about 10°), arc length and chord length are very close. For large angles, the difference becomes significant. For a semicircle (180°), the arc length is πr ≈ 3.14r, while the chord length is simply 2r (the diameter). The arc is about 57% longer than the chord.

Top 6 Real-World Applications of Arc Length

  • 1. Road and railway curve design — Civil engineers use arc length to calculate the length of curved road sections, ensuring smooth transitions between straight and curved segments. The American Association of State Highway and Transportation Officials (AASHTO) defines design standards in terms of radius and central angle.
  • 2. Architecture and construction — Arched doorways, circular windows, curved facades, and domes all require precise arc length calculations for material cutting and fitting. A common use case is calculating the length of curved handrails or arched trim molding.
  • 3. Manufacturing and CNC machining — CNC machines use arc length calculations to program curved tool paths. The G-code commands G02 and G03 specify circular arcs by radius and angle, requiring arc length to determine feed rates and machining time.
  • 4. Animation and game development — Objects moving in circular paths need arc length to compute speed (pixels per second along a circular route) for physically realistic motion. Parameterizing motion by arc length rather than angle ensures constant-speed movement.
  • 5. Astronomy and navigation — The angular separation of stars or celestial objects is measured in degrees, minutes, and seconds of arc. Converting to physical distance (arc length) requires the object's distance, making arc length central to calculating actual sizes of nebulae, galaxies, and planetary features.
  • 6. Rope, cable, and belt length — Calculating how much belt or cable is needed to wrap around a pulley or drum requires arc length. In engineering, the belt contact angle on a pulley directly translates to arc length to ensure proper friction and torque transmission.

Common Mistakes to Avoid

Using Degrees When the Formula Expects Radians

The formula s = rθ only works when θ is in radians. If you plug in 90 (degrees) instead of π/2 (radians), you get an answer roughly 57 times too large. Always convert to radians first, or use the degree-specific formula explicitly.

Confusing Arc Length with Sector Area

Arc length is a one-dimensional measurement (units: cm, inches, etc.). Sector area is two-dimensional (units: cm², in²). They are related but distinct. The area formula is ½r²θ; the arc length formula is rθ. Don't mix them up.

Confusing Arc Length with Chord Length

If you need the straight-line distance between two points on a circle, use the chord formula (c = 2r sin(θ/2)). Arc length gives you the curved path, which is always longer than the chord — sometimes significantly so for large angles.

Forgetting to Check the Angle Unit

Before doing any calculation, confirm whether your angle is in degrees or radians. Most scientific calculators operate in degree mode by default. Switch to radian mode when using s = rθ directly.

Frequently Asked Questions

What is the formula for arc length?

There are two common forms. In radians: Arc Length = r × θ, where r is the radius and θ is the central angle in radians. In degrees: Arc Length = (θ/360) × 2πr. Both formulas give the same result; the radian form is simpler because it avoids the 2π/360 conversion factor.

How do I convert degrees to radians?

Multiply the degree measure by π/180. For example: 90° × π/180 = π/2 ≈ 1.5708 radians. To convert radians back to degrees, multiply by 180/π. Common conversions: 30° = π/6, 45° = π/4, 60° = π/3, 90° = π/2, 180° = π, 360° = 2π.

What is a sector of a circle and how is its area calculated?

A sector is the “pie slice” region of a circle bounded by two radii and an arc. Sector Area = (θ/360) × πr² in degrees, or Sector Area = ½ × r² × θ in radians. For a sector with a 6-inch radius and a 60° central angle: (60/360) × π × 36 ≈ 18.85 square inches.

What is the difference between arc length and chord length?

Arc length is the curved distance along the circle's edge between two points. Chord length is the straight-line distance between those same two points. Arc length is always greater than chord length. Chord length formula: c = 2r × sin(θ/2), where θ is the central angle in radians.

Where is arc length used in real life?

Arc length appears in civil engineering (road curve design), manufacturing (curved CNC tool paths), architecture (arched doorways, domes), astronomy (angular separation of objects), animation and game development (circular motion paths), and everyday contexts like calculating belt or cable length around a pulley.

How do I find the arc length of a semicircle?

A semicircle has a central angle of 180° (π radians). Using the radian formula: Arc Length = r × π. For a circle with radius 5 inches, the semicircle arc length is 5π ≈ 15.71 inches — exactly half the circumference of the full circle.