CalcMountain

Arc Length Calculator

Enter the radius and central angle to find the arc length. Choose between degrees and radians for the angle input. Formula: L = r x theta (radians).

Arc length is the distance along a curved path — specifically, along part of a circle's circumference between two points. It's not the straight-line chord distance, but the actual curved distance you'd walk along the circle. Arc length appears in countless practical contexts: measuring distance along curved roads, calculating belt and pulley lengths, designing curved architectural elements, navigating great-circle paths on Earth, and analyzing any rotational system.

The formula is beautifully simple when angles are in radians: L = r × θ. The arc length equals the radius times the central angle (the angle subtended at the center by the arc). This elegance is why radians, despite seeming awkward, are the "natural" unit for angles in calculus and physics.

For angles in degrees, convert first: θ_radians = θ_degrees × π / 180. Or use the equivalent formula L = (θ_degrees / 360) × 2πr, which expresses arc length as a fraction of the full circumference.

Different applications care about different things: belt-drive length needs arc on each pulley plus straight runs between them; great-circle navigation needs angular distance × Earth's radius; CNC machining tool paths need precise arc length for time and material estimates; bicycle wheel rotations × wheel circumference gives distance traveled.

Common applications: engineering (belts, gears, pipes around curves), navigation (great-circle distances), machining (CNC arcs), architecture (curved beams, dome panels), surveying (curved boundaries), and any problem involving curved distances on circular paths.

Inputs

Results

Arc Length

15.707963

Angle (degrees)

90°

Angle (radians)

1.570796 rad

Full Circumference

62.831853

Fraction of Circle

25%

Last updated:

Formula

**Arc length (radians):** L = r × θ Where: - L = arc length - r = radius - θ = central angle in radians **Arc length (degrees):** L = (θ / 360) × 2πr = (πrθ) / 180 **Conversions:** - 1 radian ≈ 57.296° - 1° ≈ 0.01745 radians - Full circle: 2π rad = 360° **Worked example: quarter circle** Radius r = 10, angle = 90°. Convert: 90° = π/2 ≈ 1.571 rad. L = 10 × 1.571 = 15.71 Or in degrees: L = (90/360) × 2π × 10 = (1/4) × 62.832 ≈ 15.708. Either method gives same result. **Full circumference check:** For full circle: θ = 2π rad = 360°. L = r × 2π = 2πr (the familiar circumference formula). **Common angles and arc lengths (r = 1):** | Angle | Degrees | Radians | Arc length (r=1) | |---|---|---|---| | 30° | 30 | π/6 ≈ 0.524 | 0.524 | | 45° | 45 | π/4 ≈ 0.785 | 0.785 | | 60° | 60 | π/3 ≈ 1.047 | 1.047 | | 90° | 90 | π/2 ≈ 1.571 | 1.571 | | 120° | 120 | 2π/3 ≈ 2.094 | 2.094 | | 180° | 180 | π ≈ 3.142 | 3.142 | | 270° | 270 | 3π/2 ≈ 4.712 | 4.712 | | 360° | 360 | 2π ≈ 6.283 | 6.283 | For other radii, multiply by r. **Arc length for variable curves (calculus):** For a parametric curve x(t), y(t) from t=a to t=b: L = ∫_a^b √((dx/dt)² + (dy/dt)²) dt For y = f(x) from x=a to x=b: L = ∫_a^b √(1 + (dy/dx)²) dx For polar curves r = f(θ): L = ∫ √(r² + (dr/dθ)²) dθ **Chord vs arc:** For central angle θ (radians): - **Chord** (straight line): c = 2r × sin(θ/2) - **Arc length** (curved): L = r × θ For small angles, chord ≈ arc. For 180° (half circle): chord = 2r (diameter), arc = πr. **Sagitta (height of arc):** s = r × (1 − cos(θ/2)) Used in optics and engineering to describe arc dimensions. **Earth's great-circle distance:** Distance between two points on Earth at angular separation θ (rad): L = R × θ Where R ≈ 6,371 km (Earth's radius). For 1° of latitude: 6,371 × π/180 ≈ 111.2 km per degree. For 1' (minute): ≈ 1.853 km (close to 1 nautical mile by design). For 1" (second): ≈ 30.9 m. **Pulley/belt length:** For two pulleys radii r₁, r₂ connected by belt: - Arc on pulley 1: L₁ = r₁ × θ₁ - Arc on pulley 2: L₂ = r₂ × θ₂ - Straight runs between Total belt length depends on pulley positions and configurations. **Bicycle wheel distance:** Each wheel rotation = 1 circumference of arc = 2πr. For wheel radius 35 cm: circumference ~2.2 m. 100 RPM gives ~220 m/min = 13.2 km/h. **Speed on circular track:** Speed = (angular velocity) × (radius) = ω × r. For race car going 100 km/h on 200 m radius curve: - Convert: 100 km/h = 27.78 m/s. - Angular velocity: ω = v/r = 27.78/200 = 0.139 rad/s. - Going around full loop (2π rad): T = 2π/0.139 ≈ 45.2 s per lap. **Radian-degree conversions (key values):** | Radians | Degrees | |---|---| | π/6 | 30° | | π/4 | 45° | | π/3 | 60° | | π/2 | 90° | | π | 180° | | 3π/2 | 270° | | 2π | 360° | **Programming:** Most programming languages use radians for trig functions: - Math.sin(angle_in_radians) - For degrees: convert first or use degree-versions like sind() in MATLAB. **Common applications:** - **Engineering**: belt drives, pipe bends, curved structural elements. - **Navigation**: great-circle distances on Earth. - **Machining**: CNC tool paths for arcs. - **Architecture**: curved walls, domes, arches. - **Sports**: track design (banking on curved sections). - **Surveying**: curved property boundaries. - **Photography**: panoramic stitching (angular field of view). - **Mechanical engineering**: cam profiles, gear arc design. **Special case: full circumference:** L = 2πr (when θ = 2π radians = 360°) **Special case: semi-circle:** L = πr (when θ = π radians = 180°)

How to use this calculator

  1. Enter the circle's radius.
  2. Enter the central angle (degrees or radians).
  3. Select angle unit.
  4. Calculator returns arc length.
  5. For full circumference: use 360° (or 2π rad).
  6. For semicircle: use 180° (or π rad).

Worked examples

Curved roadway design

**Scenario:** A highway curve has 500 m radius and turns through 30°. Length of curved section? **Calculation:** Convert: 30° = π/6 ≈ 0.524 rad. L = 500 × 0.524 ≈ 261.8 m. **Result:** ~262 m of curved road. Important for surveying, asphalt purchasing, and right-of-way calculations. Compare straight chord: c = 2 × 500 × sin(15°) ≈ 258.8 m. Arc is only ~3 m longer than chord at this gentle curve, but difference grows with angle.

Earth great-circle distance

**Scenario:** Two cities 5° of latitude apart. Distance on Earth's surface? **Calculation:** R = 6,371 km. θ = 5° = 0.0873 rad. L = 6,371 × 0.0873 ≈ 556 km. **Result:** ~556 km. This is the great-circle distance — the shortest path along Earth's surface. Quick check: 1° of latitude = 111 km, so 5° ≈ 555 km. Matches. Used in aviation route planning and shipping logistics.

Pulley belt length

**Scenario:** A small pulley (5 cm radius) drives a large pulley (15 cm radius), 50 cm apart. Approximate belt arc length on each. **Calculation:** For parallel belt: arc on small pulley wraps ~180° = π rad → 5π ≈ 15.7 cm. Arc on large pulley wraps ~180° → 15π ≈ 47.1 cm. Plus 2 straight runs of ~50 cm = 100 cm. **Result:** Approximate belt length: 15.7 + 47.1 + 100 ≈ 162.8 cm. Real calculation accounts for wrap angles (which depend on pulley size difference and center distance). Use specialized belt-design software for precise values.

When to use this calculator

**Use arc length for:**

- **Belt and pulley design**: total belt length around drive system. - **Highway/road engineering**: length of curved sections. - **Navigation**: great-circle distances on spherical Earth. - **Machining**: CNC tool paths for circular arcs. - **Architecture**: curved structural elements, archways. - **Bicycle/vehicle dynamics**: distance from wheel rotations. - **Astronomy**: angular distance × distance for chord lengths. - **Robotics**: planning curved motion paths.

**Radian vs degree:**

In radians, arc length formula is super simple: L = rθ. In degrees: L = (θ/360) × 2πr — same answer, more cumbersome.

Math and physics generally use radians; engineering and geography often use degrees.

**Conversion between angle systems:**

| To | From | Multiply by | |---|---|---| | Radians | Degrees | π/180 | | Degrees | Radians | 180/π | | Radians | Grad | π/200 | | Degrees | Grad | 0.9 | | Hours (astronomy) | Degrees | /15 |

**For very small angles (small angle approximation):**

For small θ (less than ~10°): chord ≈ arc.

Useful in astronomy (angular sizes of distant objects), surveying, optics.

**Belt length detailed:**

For two-pulley system with center distance C and pulley radii R, r: - Pulley angles depend on geometry. - Cross-belt vs parallel-belt configurations differ. - Standard formulas in mechanical design references.

For initial estimate (parallel belt): L_total ≈ 2C + π(R + r) + (R - r)²/C.

**Common applications:**

- **CNC machining**: G-code arcs specify radius and angle; controller computes arc length and feed rate. - **Roller coaster design**: tracking total track length through curves. - **Pipe bends**: ordering material for curved sections. - **Curved beams**: structural analysis with arc length. - **Robot path planning**: smooth curved motion through waypoints. - **3D printing**: G-code arcs.

**Approximations:**

For small angles (< 10°): - Arc ≈ chord. - Both ≈ r × θ.

For medium angles (10°-90°): - Arc > chord. - Use full formulas.

For large angles (90°+): - Significant difference. - Be careful which one you want.

**Software:**

- **CAD packages**: AutoCAD, SolidWorks compute arc lengths. - **GIS tools**: ArcGIS for geographic distances. - **CNC G-code**: G02/G03 arcs. - **Robotics simulators**: ROS, MATLAB Robotics Toolbox.

**Pitfalls:**

- **Mixing units**: degree θ in radian formula = wrong by factor of ~57.3. - **Arc vs chord**: arc is longer (curved); chord is straight. - **Forgetting to use radians for L = rθ**: huge errors. - **Great-circle approximations**: assumes spherical Earth. - **Tool path arc length**: includes only arc, not approach/lift motions. - **Belt arc length**: needs pulley wrap angles, not just full circumference.

Common mistakes to avoid

  • Using degrees in L = r × θ formula (need radians).
  • Confusing arc length (curved) with chord length (straight).
  • Forgetting to convert between degrees and radians.
  • Using full circumference 2πr when angle is less than 360°.
  • Treating Earth as flat for long distances (need great-circle).
  • Ignoring small-angle approximations when valid (simplifies).
  • For belt length: forgetting straight runs between pulleys.
  • For CNC: confusing chord-defined arcs with radius-defined arcs.

Frequently Asked Questions

Sources & further reading

SponsoredShop Top Deals on AmazonSupport CalcMountain — browse top-rated products at no extra cost to you.

Related Calculators