This document presents Newton's divided difference polynomial method of interpolation. It defines interpolation as finding the value of 'y' at an unspecified value of 'x' given a set of (x,y) data points. Newton's method uses divided differences to determine the coefficients of a polynomial that can be used to interpolate and estimate y-values between the given data points. The document includes an example of applying Newton's method to find the interpolating polynomial and estimate an unknown y-value for a given set of 5 (x,y) data points.