This document discusses different interpolation methods:
- Interpolation finds values of a function between known x-values where the function values are given.
- Newton's forward and backward interpolation formulas are presented along with examples.
- Newton's divided difference interpolation uses a formula involving differences to find interpolating polynomials.
- Langrange's interpolation formula expresses the interpolating polynomial as a linear combination of basis polynomials defined in terms of the x-values. An example computing an interpolated value is shown.