Measure the exact length of any curve between two points
The arc length of a curve y = f(x) from x = a to x = b is:
L = \int_a^b \sqrt{1 + [f'(x)]^2}\, dx
For parametric curves (x(t), y(t)):
L = \int_{t_1}^{t_2} \sqrt{[x'(t)]^2 + [y'(t)]^2}\, dt
This arc length calculator with graph highlights the curve segment on an interactive graph — see exactly which part of the curve is being measured. Type any function and a range, and the AI computes the exact arc length using numerical integration. Zoom, pan, and explore the curve visually. Works with polynomials, trigonometric, exponential, and parametric curves.