Numerical Methods and Analysis discusses various root-finding methods including bisection, false position, and Newton-Raphson. Bisection uses interval halving to find a root between two values with opposite signs. False position uses the slope of a line between two points to estimate the next root. Newton-Raphson approximates the root using Taylor series expansion neglecting higher order terms. Interpolation uses forward difference tables to construct a polynomial approximation of a function.