The document discusses interpolation and divided differences. It defines interpolation as finding the value of a dependent variable y for an independent variable x within the range of known x-values. Extrapolation is finding the value of y for an x outside this range. Lagrange interpolation uses a polynomial to find values that match the known (x,y) points. The error of interpolation is defined. Divided differences are introduced as a way to define polynomials used in Newton's interpolation formula. The relations between divided differences and forward differences are also covered.