Bisection method

In mathematics, the bisection method is a root-finding method that applies to any continuous functions for which one knows two values with opposite signs. The method consists of repeatedly bisecting the interval defined by these values and then selecting the subinterval in which the function changes sign, and therefore must contain a root. It is a very simple and robust method, but it is also relatively slow. Because of this, it is often used to obtain a rough approximation to a solution which is then used as a starting point for more rapidly converging methods. The method is also called the interval halving method, the binary search method, or the dichotomy method.For polynomials, more elaborated methods exist for testing the existence of a root in an interval (Descartes' rule of signs, Sturm's theorem, Budan's theorem). They allow extending bisection method into efficient algorithms for finding all real roots of a polynomial; see Real-root isolation.

View More On Wikipedia.org
  • 24

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,451
    • Media
      227
    • Reaction score
      10,043
    • Points
      1,237
  • 1

    sarah_frtrn

    A PF Quark
    • Messages
      6
    • Reaction score
      1
    • Points
      4
  • 1

    CandidFlakes

    A PF Quark
    • Messages
      3
    • Reaction score
      0
    • Points
      4
  • 1

    ramzerimar

    A PF Electron
    • Messages
      178
    • Reaction score
      23
    • Points
      18
  • 1

    roam

    A PF Organism
    • Messages
      1,271
    • Reaction score
      12
    • Points
      159
  • 1

    Leonardo Machado

    A PF Molecule
    • Messages
      57
    • Reaction score
      2
    • Points
      58
  • Back
    Top