This document discusses interpolation and extrapolation techniques. Interpolation involves estimating the value of a function at points within the range of known data points, while extrapolation estimates values outside the known range. Linear, polynomial, and spline interpolation methods are described. Cubic spline interpolation fits low-degree polynomial pieces between points to create a smooth interpolating curve. The document also discusses searching tables of data points and differentiating between interpolation and function approximation.