Arc Length- Calculation Methods and Formulas

What Is Arc Length?

Arc length is the distance along a curved line between two points. It's not a straight line measurement—you're measuring how long the curve actually is. Simple enough in concept. The math gets trickier.

You encounter arc length in geometry problems, engineering, physics, and computer graphics. The same principles apply everywhere. Master the formula once, and you can handle any variation.

The Core Arc Length Formula

The fundamental formula is:

s = r × θ

Where:

This formula only works when your angle is in radians. That's the catch most people miss.

Radians vs. Degrees: The Critical Difference

Most people think in degrees. Circles have 360°. But the arc length formula requires radians. One full circle equals 2π radians, which equals 360°.

Conversion formulas you'll need constantly:

π equals approximately 3.14159. Use the π symbol or 3.1416 in calculations—your instructor will specify which.

Arc Length Formula for Degrees

If your angle is in degrees and you don't want to convert first, use this version:

s = (θ/360) × 2πr

This is the same formula, just rearranged. Both versions give identical results.

Why Two Versions Exist

The radian version is cleaner for calculus and advanced work. The degree version is more intuitive for basic geometry. Use whichever matches your input.

Practical How To: Calculating Arc Length

Example 1: Using Radians

Problem: Find the arc length of a circle with radius 5 cm and a central angle of 2 radians.

Step 1: Identify your values

Step 2: Apply the formula

s = r × θ

s = 5 × 2

Answer: s = 10 cm

Example 2: Using Degrees

Problem: Find the arc length of a circle with radius 5 cm and a central angle of 60°.

Step 1: Convert degrees to radians

θ = 60 × (π/180) = π/3 radians ≈ 1.047 radians

Step 2: Apply the formula

s = r × θ

s = 5 × 1.047

Answer: s ≈ 5.24 cm

Or use the degree formula directly:

s = (60/360) × 2π(5) = (1/6) × 10π = 10π/6 = 5π/3 ≈ 5.24 cm

Example 3: Full Circle Arc Length

A full circle has a central angle of 360° or 2π radians.

s = (360/360) × 2πr = 2πr

The arc length of a full circle is simply the circumference. Makes sense.

Arc Length vs. Sector Area

Students mix these up constantly. Here's the difference:

Sector area formula: A = (θ/2) × r² (when θ is in radians)

Same θ, same r, completely different calculation. Don't confuse them.

Quick Reference Table

GivenFormulaNotes
Angle in radianss = r × θDirect calculation
Angle in degreess = (θ/360) × 2πrConvert or use degree formula
Arc angle in degreess = (θ × π × r) / 180Simplified degree formula
Full circles = 2πrArc length equals circumference

Common Mistakes to Avoid

Arc Length in Calculus

For curved lines that aren't circles, you need integration. The formula:

s = ∫√(1 + (dy/dx)²) dx

For parametric curves:

s = ∫√((dx/dt)² + (dy/dt)²) dt

If you're taking calculus, you already know this. If you're not, stick with the circle formulas above.

When to Use Each Formula

Bottom Line

Arc length equals radius times the angle in radians. That's the formula. Everything else is conversion and context. Convert your angle first, plug in the numbers, and solve. The math isn't complicated if you keep track of your units.