bisseção
Bisseção, also known as the bisection method, is a root-finding algorithm used in numerical analysis. It is a simple and robust method that works by repeatedly narrowing down an interval that contains a root of a continuous function. The method relies on the Intermediate Value Theorem, which states that if a continuous function has values of opposite signs at the endpoints of an interval, then it must have at least one root within that interval.
The bisection method begins with an initial interval [a, b] such that f(a) and f(b) have opposite
The bisection method is guaranteed to converge to a root, provided that the initial interval is chosen