This document discusses methods for solving algebraic and transcendental equations. It begins by defining key terms like roots, simple roots, and multiple roots. It then distinguishes between direct and iterative methods. Direct methods provide exact solutions, while iterative methods use successive approximations that converge to the exact root. The document focuses on iterative methods and describes how to obtain initial approximations, including using Descartes' rule of signs and the intermediate value theorem. It also discusses criteria for terminating iterations. One iterative method described in detail is the method of false position, which approximates the curve defined by the equation as a straight line between two points.