This document discusses different methods of interpolation, including Newton's divided-difference interpolating polynomials and Lagrange interpolating polynomials. Newton's method uses finite divided differences to determine the coefficients of a polynomial that fits a set of data points exactly. Lagrange's method expresses the interpolating polynomial as a weighted sum of basis polynomials, where each basis polynomial passes through one data point. The document also provides an example of using Newton's method to interpolate logarithm values and estimates the logarithm of 2. Image interpolation techniques like Radon reconstruction are discussed, which reconstruct an image from its projections by approximating the inverse Radon transform.