The document discusses numerical methods for finding roots of functions. It introduces the bisection method for finding a root of a continuous function f(x) within a given interval [a,b] where f(a) and f(b) have opposite signs. The method bisects the interval into two subintervals and recursively narrows in on the root by testing the sign of f(x) at the midpoint of each subinterval. An example applies the bisection method to find a root of the function f(x)=x^3-x-1 between 1 and 2.