Mathwords logoReference LibraryMathwords

Arc Length of a Curve

Arc Length of a Curve

The length of a curve or line.

The length of an arc can be found by one of the formulas below for any differentiable curve defined by rectangular, polar, or parametric equations.

For the length of a circular arc, see arc of a circle.

Formula:

Arc length equals the integral from a to b of ds

 

where a and b represent x, y, t, or θ-values as appropriate, and ds can be found as follows.

1. In rectangular form, use whichever of the following is easier:

Formula: ds equals the square root of 1 plus (dy/dx) squared, multiplied by dx

ds = square root of (1 + (dx/dy)²) dy

2. In parametric form, use

Formula: ds = sqrt((dx/dt)² + (dy/dt)²) dt, used to find arc length in parametric form.

3. In polar form, use

Formula: ds equals the square root of r squared plus (dr/dθ) squared, times dθ

 

Example 1: Rectangular    

Find the length of an arc of the curve y = (1/6) x3 + (1/2) x–1 from

 

x = 1 to x = 2.

Graph of y = (1/6)x³ + (1/2)x⁻¹ with a highlighted red arc segment between x = 1 and x = 2.

Step-by-step arc length calculation: integral from 1 to 2 of sqrt(1+(dy/dx)²)dx, simplifying to 17/12.

 

Example 2: Parametric Find the length of the arc in one period of the cycloid x = t – sin t, y = 1 – cos t. The values of t run from 0 to 2π.

A red arc (semicircle) with maximum height 2, plotted from t=0 to t=2π, with x-axis labels at 2, 4, 6.

Arc length of a cycloid

 

Example 3: Polar Find the length of the first rotation of the logarithmic spiral r = eθ. The values of θ run from 0 to 2π.

A curve plotted on a coordinate grid spanning x: -100 to 500, y: -100 to 100, showing a parabolic arc opening rightward.

Arc length formula in polar form: integral from 0 to 2π of √((e^θ)²+(e^θ)²)dθ, simplified to √2(e^2π−1)

 

See also

Surface area of a surface of revolution

Key Formula

L=abdsL = \int_a^b ds \text{Rectangular (integrating over } x\text{):}\quad ds = \sqrt{1 + \left(\frac{dy}{dx}\right)^2}\, dx \text{Rectangular (integrating over } y\text{):}\quad ds = \sqrt{1 + \left(\frac{dx}{dy}\right)^2}\, dy \text{Parametric:}\quad ds = \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\, dt \text{Polar:}\quad ds = \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2}\, d\theta
Where:
  • LL = The arc length of the curve between the two limits
  • a,ba, b = The limits of integration (values of x, y, t, or θ as appropriate)
  • dsds = The infinitesimal arc length element
  • dy/dxdy/dx = The derivative of y with respect to x (rectangular form)
  • dx/dt,dy/dtdx/dt, dy/dt = The derivatives of the parametric equations with respect to parameter t
  • rr = The radial function in polar coordinates
  • dr/dθdr/dθ = The derivative of r with respect to the angle θ (polar form)

Worked Example

Problem: Find the arc length of the curve y = (1/6)x³ + (1/2)x⁻¹ from x = 1 to x = 2.
Step 1: Find dy/dx by differentiating the function.
dydx=12x212x2\frac{dy}{dx} = \frac{1}{2}x^2 - \frac{1}{2}x^{-2}
Step 2: Square the derivative and add 1. Factor the result to simplify the square root.
1+(dydx)2=1+14x412+14x4=14x4+12+14x4=(12x2+12x2)21 + \left(\frac{dy}{dx}\right)^2 = 1 + \frac{1}{4}x^4 - \frac{1}{2} + \frac{1}{4}x^{-4} = \frac{1}{4}x^4 + \frac{1}{2} + \frac{1}{4}x^{-4} = \left(\frac{1}{2}x^2 + \frac{1}{2}x^{-2}\right)^2
Step 3: Take the square root. Since (1/2)x² + (1/2)x⁻² is positive on [1, 2], the absolute value is unnecessary.
1+(dydx)2=12x2+12x2\sqrt{1 + \left(\frac{dy}{dx}\right)^2} = \frac{1}{2}x^2 + \frac{1}{2}x^{-2}
Step 4: Integrate from x = 1 to x = 2.
L=12(12x2+12x2)dx=[x3612x]12L = \int_1^2 \left(\frac{1}{2}x^2 + \frac{1}{2}x^{-2}\right) dx = \left[\frac{x^3}{6} - \frac{1}{2x}\right]_1^2
Step 5: Evaluate at the bounds and subtract.
L=(8614)(1612)=431416+12=1632+612=1712L = \left(\frac{8}{6} - \frac{1}{4}\right) - \left(\frac{1}{6} - \frac{1}{2}\right) = \frac{4}{3} - \frac{1}{4} - \frac{1}{6} + \frac{1}{2} = \frac{16 - 3 - 2 + 6}{12} = \frac{17}{12}
Answer: The arc length is 17/12 ≈ 1.417.

Another Example

This example uses the parametric arc length formula instead of the rectangular form, and it demonstrates a common trigonometric simplification technique with the half-angle identity.

Problem: Find the arc length of one full period of the cycloid defined parametrically by x = t − sin t, y = 1 − cos t, for 0 ≤ t ≤ 2π.
Step 1: Compute the derivatives of x and y with respect to t.
dxdt=1cost,dydt=sint\frac{dx}{dt} = 1 - \cos t, \qquad \frac{dy}{dt} = \sin t
Step 2: Form the expression under the square root.
(dxdt)2+(dydt)2=(1cost)2+sin2t=12cost+cos2t+sin2t=22cost\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 = (1-\cos t)^2 + \sin^2 t = 1 - 2\cos t + \cos^2 t + \sin^2 t = 2 - 2\cos t
Step 3: Use the identity 2 − 2cos t = 4 sin²(t/2) to simplify the square root.
22cost=4sin2(t/2)=2sint2=2sint2(since 0t2π)\sqrt{2 - 2\cos t} = \sqrt{4\sin^2(t/2)} = 2\left|\sin\frac{t}{2}\right| = 2\sin\frac{t}{2} \quad \text{(since } 0 \le t \le 2\pi\text{)}
Step 4: Integrate from 0 to 2π.
L=02π2sint2dt=[4cost2]02π=4cosπ(4cos0)=4(1)+4(1)=8L = \int_0^{2\pi} 2\sin\frac{t}{2}\, dt = \left[-4\cos\frac{t}{2}\right]_0^{2\pi} = -4\cos\pi - (-4\cos 0) = -4(-1) + 4(1) = 8
Answer: The arc length of one arch of the cycloid is 8.

Frequently Asked Questions

What is the difference between arc length and displacement?
Arc length measures the total distance traveled along the curve, accounting for every twist and turn. Displacement is the straight-line distance between the starting and ending points. Arc length is always greater than or equal to the magnitude of displacement.
Why is there a square root in the arc length formula?
The square root comes from the Pythagorean theorem. A tiny piece of the curve has a horizontal change dx and a vertical change dy, so its length is ds = √(dx² + dy²). The arc length integral sums up all these tiny hypotenuse lengths along the curve.
When do you use the parametric arc length formula vs. the rectangular one?
Use the rectangular formula when the curve is given as y = f(x) or x = g(y) and the derivative is straightforward. Use the parametric formula when the curve is defined by separate x(t) and y(t) functions, such as a cycloid or an ellipse traced over time. The rectangular form is actually a special case of the parametric form where the parameter is x itself.

Arc Length of a Curve vs. Arc Length of a Circle

Arc Length of a CurveArc Length of a Circle
DefinitionLength along any differentiable curve between two pointsLength along the circumference of a circle between two points
FormulaL = ∫ₐᵇ √(1 + (dy/dx)²) dx (or parametric/polar variants)s = rθ, where r is the radius and θ is the central angle in radians
Requires calculus?Yes — integration is neededNo — it is a direct multiplication
When to useGeneral curves: parabolas, cycloids, spirals, etc.Circles only

Why It Matters

Arc length appears throughout calculus, physics, and engineering — for example, when computing the distance a particle travels along a trajectory, the length of a cable hanging in a catenary curve, or the total path of a roller-coaster track. It is also the foundation for the concept of arc length parameterization, which is essential in differential geometry and computer graphics for moving along a curve at constant speed.

Common Mistakes

Mistake: Forgetting to square the derivative before adding 1 inside the square root.
Correction: The formula requires (dy/dx)², not dy/dx. Always square the derivative first: √(1 + (dy/dx)²).
Mistake: Using the wrong variable of integration for the limits. For example, plugging in t-values when the integral is set up with respect to x.
Correction: Make sure your limits match the variable of integration. If you integrate with respect to t, use t-bounds; if with respect to x, use x-bounds. Convert limits if you change variables.

Related Terms