integral calculus
Arc Length
You should know: integral, derivative
Overview
The arc length formula computes the exact length of a curve y=f(x) over an interval [a,b] by integrating the local stretching factor √(1+[f'(x)]²), which accounts for how much longer a small piece of curve is than its horizontal projection.
Interactive Graph
Formal Definition
For a smooth curve y=f(x) on [a,b], the arc length is:
Worked Examples
Compute f'(x) = (3/2)x^(1/2), so [f'(x)]² = (9/4)x.
Set up the arc length integral.
Substitute u=1+(9/4)x, du=(9/4)dx.
Evaluate.
Answer: L = (8/27)(10√10 - 1) ≈ 9.07
Practice Problems
Set up (but do not evaluate) the arc length integral for y = x² from x=0 to x=2.
A highway horizontal curve is a circular arc of radius R = 300 m subtending a central angle of 40°. Find the length of the curve (the distance a car actually travels around it).
A cable hangs as a shallow parabola y = 0.01x² between towers at x = −50 m and x = 50 m. Set up the integral for its length, and explain why the cable is longer than the 100 m tower spacing.
Quiz
Summary
- Arc length L = ∫ₐᵇ √(1+[f'(x)]²) dx accounts for the extra length a curve has compared to its horizontal projection.
- The formula comes from approximating the curve with tiny straight-line segments (via the Pythagorean theorem) and taking the limit as the segments shrink — essentially a Riemann sum.
- Many arc length integrals don't have elementary closed forms and require numerical methods or substitution techniques.
References
- WebsiteWikipedia — Arc length
Mathematics