Math calculators

Arc Length Calculator

Updated Sep 1, 2026 By Jehan Wadia
Rate Formulas
r r L θ c Sector Area (A) = shaded region
Enter any two values (radius and diameter count as one) to compute all others.
Invalid value
Invalid value
Auto-synced with radius Invalid value
Invalid value
Invalid value
Invalid value
Results
Central Angle (θ) 45°
Radius (r) 10 m
Diameter (d) 20 m
Arc Length (L) 7.85398 m
Sector Area (A) 39.26991 m²
Chord Length (c) 7.65367 m
Compute the arc length of y = f(x) over [a, b] using the integral: L = ∫ₐᵇ √(1 + [f'(x)]²) dx
Supported: +, -, *, /, ^, sqrt(), sin(), cos(), tan(), log(), ln(), exp(), abs(), pi, e
Invalid function
Invalid value
Invalid value
Higher = more accurate (Simpson's rule)
Result
Function y = x^2
Interval [0, 2]
Arc Length (L) 4.64679
Method Simpson's Rule (n=1000)

Introduction

Arc length is the distance along the curved part of a circle between two points. Think of it like measuring a piece of string that follows the curve instead of cutting straight across. The arc length calculator on this page helps you find that curved distance quickly and easily. All you need to know is the radius of your circle and the angle of the arc, and the calculator finds the arc length. This calculator gives you an accurate answer for a geometry homework problem, a design project, or just understanding circles better.

How to Use Our Arc Length Calculator

Enter the radius and central angle of a circle, and this calculator will find the arc length for you.

Radius: Type in the radius of your circle. This is the distance from the center of the circle to any point on its edge. You can use any unit of measurement, like inches, centimeters, or feet.

Central Angle: Enter the central angle that forms the arc. This is the angle at the center of the circle between two radius lines. You can enter the angle in degrees or radians, depending on the option you choose.

Angle Unit: Pick whether your central angle is in degrees or radians. Degrees go from 0 to 360, while radians go from 0 to 2π (about 6.28).

Result (Arc Length): After you enter your values, the calculator will show you the arc length. The arc length is the distance along the curved part of the circle between the two endpoints of the arc. It will be in the same unit you used for the radius.

Arc Length Calculator

Arc length is the distance along a curved line that forms part of a circle or any other curve. Think of it like this: if you could take a piece of string and lay it perfectly along a curve, then straighten it out, the length of that string would be the arc length. It is one of the most useful measurements in geometry and shows up in everything from building roads to designing roller coasters.

Arc Length of a Circle

When you are working with a circle, the arc length depends on two things: the radius of the circle and the central angle that the arc covers. The central angle is the angle formed at the center of the circle between two radii that touch the ends of the arc. The formula is simple:

Arc Length (L) = r × θ

Here, r is the radius and θ (theta) is the central angle measured in radians. If your angle is in degrees, you first convert it to radians by multiplying by π/180. For example, a 90° angle on a circle with a radius of 5 meters gives an arc length of 5 × (π/2) ≈ 7.854 meters.

Related Circle Measurements

When you know the radius and central angle, you can also find several other useful values:

  • Sector Area (A) is the pie-shaped region enclosed by the arc and two radii. The formula is A = ½ × r² × θ.
  • Chord Length (c) is the straight-line distance between the two endpoints of the arc. The formula is c = 2r × sin(θ/2).
  • Diameter (d) is simply twice the radius: d = 2r.

Because all of these values are connected, knowing any two independent measurements lets you calculate the rest. For instance, if you know the arc length and the radius, you can work backward to find the central angle, and then find the chord length and sector area from there.

Arc Length of Any Curve

Arc length is not limited to circles. You can find the length of any smooth curve described by a function y = f(x) over an interval from a to b. The formula uses calculus:

L = ∫ab √(1 + [f'(x)]²) dx

In plain words, you take the derivative of the function (which tells you the slope at every point), square it, add 1, take the square root, and then add up all those tiny values across the interval. This integral is often hard or impossible to solve by hand, so numerical methods like Simpson's Rule are used to get a very accurate approximation by breaking the curve into many small segments. The derivative represents the slope at each point along the curve.

Common Uses of Arc Length

Arc length comes up in many real-world situations. Engineers use it to calculate the length of curved roads, railway tracks, and bridges. In physics, arc length helps describe the path an object travels along a curved trajectory, for example when analyzing projectile motion or the swing of a pendulum. Architects and designers use it when working with arches, domes, and circular structures. Even on a map, the distance between two cities along the curved surface of the Earth is an arc length calculation. In construction, understanding curved measurements is important when designing features like circular patios or curved walls.

Degrees vs. Radians

One common source of mistakes is mixing up degrees and radians. A full circle is 360° or 2π radians (about 6.2832 radians). The arc length formula L = r × θ only works when θ is in radians. If you use degrees by accident, your answer will be wrong. Always check your angle unit before calculating. Other angle units like gradians (where a full circle is 400 grad), arcminutes, and arcseconds also exist and can be converted to radians for use in the formula.


Formulas used

Arc Length (geometric)
L = r \times \theta
Sector Area
A = \frac{1}{2} r^{2} \theta
Chord Length
c = 2r \sin\!\left(\frac{\theta}{2}\right)
Diameter
d = 2r
Arc Length (function/parametric)
L = \int_{a}^{b} \sqrt{1 + \left[f'(x)\right]^{2}} \, dx

Frequently asked questions

What is arc length?

Arc length is the distance along the curved part of a circle (or any curve) between two points. Instead of measuring straight across, you measure along the curve itself, like laying a string on the curved path and then measuring the string.

Can I use degrees instead of radians?

Yes. The calculator lets you pick your angle unit from the dropdown menu. You can choose degrees, radians, gradians, arcminutes, arcseconds, or milliradians. The tool converts your input to radians behind the scenes before calculating.

What is sector area?

Sector area is the area of the pie-shaped slice of a circle formed by two radii and the arc between them. The formula is A = ½ × r² × θ, where θ is in radians. This calculator finds it automatically when you have enough information.

What is chord length?

Chord length is the straight-line distance between the two endpoints of an arc. It cuts directly across the circle rather than following the curve. The formula is c = 2r × sin(θ/2).

What is Simpson's Rule?

Simpson's Rule is a method for estimating the value of an integral (area under a curve). It breaks the interval into many small segments and uses curved approximations to get a very accurate result. The more segments you use, the more accurate the answer.

How many integration segments should I use?

The default of 1,000 works well for most functions. If your function changes rapidly or you need extra precision, you can increase it up to 100,000. Higher numbers give more accuracy but take slightly longer to compute.

Why does my parametric calculation say the function produces undefined values?

This means the function cannot be evaluated at some point in your interval. For example, sqrt(x) is undefined for negative x, and 1/x is undefined at x = 0. Adjust your interval so the function is defined at every point within it.

Can the arc length be longer than the chord length?

Yes, always. The arc follows the curve, which is a longer path than the straight line (chord) between the same two points. The only time they would be equal is for an angle of zero, which means no arc at all.

What is the arc length of a full circle?

The arc length of a full circle is the circumference, which equals 2πr. If you set the central angle to 360° (or 2π radians), the calculator will give you the full circumference.

Why does my angle need to be positive and at most 360°?

An arc on a circle is defined by a central angle between 0° and 360° (0 to 2π radians). An angle of 0 means no arc, and 360° means the full circle. Negative or larger angles don't make sense for a single arc on a circle.