terican

Last verified · v1.0

Calculator · math

Arc Length Calculator

Compute the arc length of any circular arc by entering the radius and central angle. Supports degrees, radians, gradians, and turns.

FreeInstantNo signupOpen source

Inputs

Arc Length

Explain my result

0/3 free

Get a plain-English breakdown of your result with practical next steps.

Arc Lengthunits

The formula

How the
result is
computed.

Understanding the Arc Length Formula

Arc length measures the distance along the curved edge of a circle between two endpoints defined by a central angle. Engineers, architects, and mathematicians apply this calculation daily — from laying out highway curves and programming CNC toolpaths to computing satellite orbital arcs and sizing decorative architectural elements.

The Core Formula

The arc length L of a circular arc follows the formula:

L = r · θ

where r is the radius of the circle and θ is the central angle expressed in radians. This relationship emerges directly from the definition of a radian: one radian is the angle subtended at the center when the arc length equals the radius. For any angle θ in radians, the arc scales proportionally, yielding an exact — not approximate — result for any circular arc.

Variable Breakdown

  • Radius (r): The fixed distance from the circle's center to its edge. The computed arc length carries the same unit as the radius — millimeters, centimeters, meters, inches, or feet — with no additional conversion needed.
  • Central Angle (θ): The angle at the circle's center subtended by the arc. Direct substitution into L = rθ requires radians. A full circle spans exactly 2π ≈ 6.2832 radians.
  • Angle Unit: This calculator accepts degrees, radians, gradians, and turns, converting each to radians internally. One full revolution equals 360°, 2π radians, 400 gradians, or 1 turn.

Angle Unit Conversions

The calculator applies the following exact conversion factors before computing arc length:

  • Degrees to radians: θ_rad = θ_deg × π/180. Example: 90° × π/180 = π/2 ≈ 1.5708 rad.
  • Gradians to radians: θ_rad = θ_grad × π/200. Example: 100 grad × π/200 = π/2 rad.
  • Turns to radians: θ_rad = θ_turns × 2π. Example: 0.25 turns × 2π = π/2 rad.

Formula Derivation

A full circle of radius r has circumference 2πr. A central angle of θ radians represents the fraction θ/(2π) of the complete circle. Multiplying that fraction by the full circumference yields:

L = (θ / 2π) × 2πr = rθ

This algebraic cancellation confirms the formula is exact for all circular arcs. For non-circular curves, calculus-based integral formulas extend this approach — as detailed in Paul's Online Math Notes: Arc Length (Calculus II) and Whitman College Calculus Online, Section 13.3: Arc Length and Curvature.

Worked Examples

Example 1 — Bicycle wheel: Radius = 35 cm; central angle = 120° = 2π/3 rad. Arc length: L = 35 × (2π/3) ≈ 35 × 2.0944 ≈ 73.3 cm.

Example 2 — Highway horizontal curve: Design radius = 500 m; central angle = 15°. Conversion: 15° × π/180 ≈ 0.2618 rad. Arc length: L = 500 × 0.2618 = 130.9 m. The Federal Highway Administration Field Formulas (M 22-24) specifies this exact method for horizontal curve layout on public roads, confirming its use at the highest engineering standard.

Example 3 — Clock minute hand: Hand length = 12 cm; 20-minute sweep = 120° = 2π/3 rad. Arc length: L = 12 × (2π/3) ≈ 25.1 cm.

Practical Applications

  • Highway and civil engineering: Horizontal curve layout and road staking using arc lengths derived from design radii and deflection angles per FHWA standards. Engineers compute arc lengths to establish tangent-to-curve transitions and control stations along the centerline.
  • Mechanical drives: Belt contact arc on pulleys determines friction surface area and torque transmission capacity. Larger contact arcs enable greater power transfer without slippage.
  • Astronomy and navigation: Great-circle arc distances between geographic waypoints and arc lengths of orbital segments. Satellite ground tracks and flight path planning rely on precise arc length calculations.
  • Architecture and construction: Sizing curved arches, circular staircases, barrel vaults, and decorative trim elements. Accurate arc lengths ensure proper fit and structural integrity of curved members.
  • CNC and laser manufacturing: Toolpath programming for curved cuts and laser-etching arcs on circular stock. Machines require precise arc length specifications to achieve dimensional accuracy.
  • Polar and parametric curves: Extended integral methods for non-circular arcs, described in depth by UT Austin Calculus — Arc Length of Polar Curves.

Reference

Frequently asked questions

What is arc length and how is it calculated?
Arc length is the distance along the curved edge of a circle between two endpoints of an arc. It is calculated using the formula L = r × θ, where r is the radius and θ is the central angle in radians. For example, a circle with radius 10 m and a central angle of π/2 radians (90°) has an arc length of 10 × π/2 ≈ 15.71 m.
How do I convert degrees to radians for the arc length formula?
Multiply the degree value by π/180 to obtain radians. For example, 45° × π/180 = π/4 ≈ 0.7854 rad, 180° = π ≈ 3.1416 rad, and a full 360° circle equals 2π ≈ 6.2832 rad. This arc length calculator performs the conversion automatically when degrees is selected as the angle unit, so no manual conversion is required.
Does the radius unit affect the arc length output?
Yes — the output arc length always carries the same unit as the input radius. If the radius is entered in meters, the arc length result is in meters; if in inches, the result is in inches. No extra conversion factor is applied. Consistent use of a single unit for the radius is all that is needed to obtain a correctly dimensioned arc length result.
What is the difference between arc length and chord length?
Arc length is the curved distance along the circle's edge between two points, while chord length is the straight-line distance between those same two points. For radius r and central angle θ in radians, chord length equals 2r × sin(θ/2). Arc length is always greater than or equal to chord length, and the two values converge only as the angle approaches zero, when the curve becomes nearly indistinguishable from a straight line.
What is the maximum possible arc length for a given circle?
The maximum arc length equals the full circumference of the circle, computed as 2πr. For a circle with radius 5 m, the maximum arc length is 2π × 5 ≈ 31.416 m. An arc reaches this maximum only when the central angle equals exactly 360° (2π radians or 1 full turn), meaning the arc traces the entire perimeter of the circle without any gap.
Where is arc length calculation used in real-world engineering and science?
Arc length calculations appear across many disciplines. Highway engineers compute arc lengths to design horizontal road curves from design radii and deflection angles, following Federal Highway Administration Field Formulas standards. Mechanical engineers size belt contact arcs on pulleys to determine torque limits. Architects dimension curved arches and staircases, and CNC machinists program arc toolpaths by specifying arc lengths and radii for precise curved cuts on circular stock.