The document discusses various methods of interpolation, including Lagrange and Newton interpolation polynomials. Lagrange interpolation involves constructing a polynomial that passes through a set of n data points, represented by its values at the points. Newton interpolation similarly uses a polynomial but is based on divided differences. Both can be used to interpolate values within or extrapolate beyond the original data range. The complexity of calculating the interpolation polynomials is also addressed.