The document discusses the Newton Raphson method for finding roots of equations. It describes how Isaac Newton and Joseph Raphson discovered the method in the 17th century. The method works by taking the derivative of the function and using it to calculate successive approximations that converge on a root. The document provides an example of using the method to find the root of a function and discusses advantages like fast convergence and requiring only an initial guess, as well as potential drawbacks such as failure to converge or slow convergence for roots with multiplicity greater than one.