Arc Length Integral Calculator

Calculate the arc length of a curve y=f(x) using L=∫√(1+(f')²)dx (Simpson's rule). Also supports parametric (x(t),y(t)) and polar r=f(θ) curves. Includes surface of revolution area.

Arc Length L
Chord Length
Curve/Chord ratio
Extended More scenarios, charts & detailed breakdown
Arc Length
Chord
Professional Full parameters & maximum detail

Arc Length

Arc Length
Chord Length
Curve/Chord ratio

Surface of Revolution

Surface of Revolution (about x-axis)

How to Use This Calculator

  1. Enter the function f(x) (e.g. x^2, sin(x)).
  2. Set the bounds a and b.
  3. Set subdivisions n (default 1000 gives high accuracy).
  4. Get arc length L, chord length, and curve/chord ratio.
  5. Use Parametric or Polar tabs for those curve types.

Formula

Cartesian: L = ∫ₐᵇ √(1+(f'(x))²) dx  |  Parametric: ∫√((x'(t))²+(y'(t))²) dt

Polar: ∫√(r²+(dr/dθ)²) dθ  |  Surface: 2π∫|f(x)|√(1+(f'(x))²) dx

Example

f(x)=x² from 0 to 2: L = ∫₀²√(1+4x²)dx ≈ 4.6468. Chord = √(4+16) ≈ 4.472. Ratio ≈ 1.039.

Frequently Asked Questions

  • L = ∫ₐᵇ √(1 + (f'(x))²) dx. The integrand is the length of an infinitesimal tangent segment ds = √(dx²+dy²) = √(1+(dy/dx)²) dx.
  • For x=x(t), y=y(t) from t=a to t=b: L = ∫ₐᵇ √((dx/dt)² + (dy/dt)²) dt. A circle of radius r traced once gives L = 2πr.
  • For r=f(θ) from θ₁ to θ₂: L = ∫ √(r² + (dr/dθ)²) dθ. For a circle r=a, dr/dθ=0, so L = ∫a dθ = a(θ₂−θ₁) = 2πa for a full circle.
  • Rotating y=f(x) about the x-axis generates surface area S = 2π ∫ₐᵇ |f(x)| √(1+(f'(x))²) dx. This uses the arc length element ds times the circumference 2π|y|.
  • The integrand √(1+(f')²) rarely simplifies to a closed form. Most arc length problems require numerical integration. Simple exceptions include lines (f'=constant) and some trigonometric/hyperbolic functions.

Related Calculators

Sources & References (5)
  1. Arc Length — Stewart's Calculus Ch. 8 — Cengage / Stewart
  2. Arc Length — MIT OCW 18.02 — MIT OpenCourseWare
  3. Arc Length — Paul's Online Math Notes — Lamar University
  4. Wolfram MathWorld — Arc Length — Wolfram MathWorld
  5. OpenStax Calculus Vol. 2 — Ch. 2.4 — OpenStax