This document summarizes Newton's method, an iterative process for finding approximations of the zeroes of a function. It works by using tangent lines to get better approximations with each iteration. The method starts with an initial guess x1 and calculates successive approximations x2, x3, etc. by finding the x-intercept of the tangent line at the previous point. If the approximations converge to a limit, Newton's method has found a zero of the function. The document provides examples of functions where Newton's method does and does not converge.