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:
- s = arc length
- r = radius of the circle
- θ = central angle in radians
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:
- Radians to Degrees: degrees = radians × (180/π)
- Degrees to Radians: radians = degrees × (π/180)
π 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
- r = 5 cm
- θ = 2 radians
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:
- Arc length measures the curve's distance (a length)
- Sector area measures the region inside the arc (an area)
Sector area formula: A = (θ/2) × r² (when θ is in radians)
Same θ, same r, completely different calculation. Don't confuse them.
Quick Reference Table
| Given | Formula | Notes |
|---|---|---|
| Angle in radians | s = r × θ | Direct calculation |
| Angle in degrees | s = (θ/360) × 2πr | Convert or use degree formula |
| Arc angle in degrees | s = (θ × π × r) / 180 | Simplified degree formula |
| Full circle | s = 2πr | Arc length equals circumference |
Common Mistakes to Avoid
- Using degrees in the radian formula. This is the #1 error. Convert first or use the degree version.
- Forgetting to convert. Always check what unit your angle is in before starting.
- Mixing up radius and diameter. The formula uses radius, not diameter. If you're given diameter, divide by 2 first.
- Using the wrong value of π. 3.14 works for basic problems. Your calculator's π button gives more precision.
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
- Basic geometry problems → s = rθ (radians) or s = (θ/360) × 2πr (degrees)
- Engineering/physics with angular velocity → Use radians; many physics formulas assume radian measure
- Computer graphics/animation → Parametric arc length for Bezier curves and splines
- Surveying/construction → Degree-based formulas for practical measurement
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.