Math

Arc Length Calculator

Calculate the arc length of a circle from radius and angle. Supports degrees and radians with sector area calculation.

Solve for
Arc Length
15.7080
Arc length
15.7080
Radius
10.0000
Angle (degrees)
90.0000°
Angle (radians)
1.5708
Sector area
78.5398
Chord length
14.1421
% of circumference
25.0000%

Understanding Arc Length

Arc length is the distance along a curved line, specifically a portion of the circumference of a circle.

The Arc Length Formula

For a circle with radius r and central angle θ (in radians):

s=r×θs = r \times \theta

Where:

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

Converting Degrees to Radians

Since most people think in degrees, convert first:

θrad=θdeg×π180\theta_{rad} = \theta_{deg} \times \frac{\pi}{180}

Or use the combined formula:

s=r×θdeg×π180s = r \times \theta_{deg} \times \frac{\pi}{180}

Rearranging the Formula

To find radius

r=sθr = \frac{s}{\theta}

To find angle

θ=sr\theta = \frac{s}{r}

Related Calculations

Sector area

The area of a "pie slice" of a circle:

A=12r2θ=12r×sA = \frac{1}{2} r^2 \theta = \frac{1}{2} r \times s

Chord length

The straight-line distance between arc endpoints:

c=2rsin(θ2)c = 2r \sin\left(\frac{\theta}{2}\right)

Common Arc Lengths

AngleArc Length
360° (full circle)2πr
180° (semicircle)πr
90° (quarter circle)πr/2
60°πr/3
45°πr/4

Examples

Quarter circle

For r = 10 and θ = 90°:

s=10×90×π180=10×π2=5π15.71s = 10 \times 90 \times \frac{\pi}{180} = 10 \times \frac{\pi}{2} = 5\pi \approx 15.71

Full circle

For r = 5 and θ = 360°:

s=5×2π=10π31.42s = 5 \times 2\pi = 10\pi \approx 31.42

This equals the circumference.

Applications

Architecture

  • Designing curved walls and arches
  • Calculating material for curved surfaces
  • Staircase handrails

Engineering

  • Road and railway curves
  • Gear teeth design
  • Belt and pulley systems

Navigation

  • Great circle distances (spherical arcs)
  • Flight path calculations
  • Maritime routes

Sports

  • Running track lane lengths
  • Curved playing fields
  • Trajectory analysis

Arc Length on a Sphere

For a sphere with radius R, the arc length between two points is:

s=R×θs = R \times \theta

Where θ is the central angle in radians.

Parametric Arc Length

For a curve defined by x(t) and y(t):

s=ab(dxdt)2+(dydt)2dts = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt

Relationship to Circumference

The arc length as a fraction of circumference:

s2πr=θ2π\frac{s}{2\pi r} = \frac{\theta}{2\pi}

Or in degrees:

s2πr=θdeg360\frac{s}{2\pi r} = \frac{\theta_{deg}}{360}

Tips for Calculations

  1. Check units: Ensure angle is in radians for the basic formula
  2. Verify reasonableness: Arc length should be less than circumference
  3. Full circle check: If θ = 2π, s should equal 2πr