Polynomial Interpolation

Computational Math
Interpolation
Linear Interpolation
Cubic Splines
Arc Length
Author

Apurva Nakade

Published

July 13, 2026

Connects \(n+1\) samples of \(f\) on \([a,b]\) with straight segments (linear) or with cubics matching value and first two derivatives at each node (cubic spline), then compares how fast each interpolant’s arc length converges to \(f\)’s true arc length as \(n\) grows.