This document discusses various interpolation methods:
- Newton's divided differences method uses finite differences to determine polynomial coefficients that fit scattered data points. Lagrange polynomials provide an alternative formulation.
- Spline interpolation smooths transitions by fitting different lower order polynomials to intervals between data points, maintaining continuity of derivatives at knots.
- Inverse interpolation finds the independent variable value corresponding to a given dependent variable value, using normal interpolation and root finding.