The bisection algorithm is robust but slow: it halves the error at each step, so it gains about one decimal digit every iterations. If we know the derivative of we can build a much faster algorithm: the Newton-Raphson method.
Property — Newton's iteration
Let be differentiable with derivative , and let be an initial estimate of a zero. The sequence converges (under reasonable hypotheses) to a zero of . Geometrically: one draws the tangent to the graph of at the point and takes as the intersection of the tangent with the -axis.
Newton’s method for : from the estimate the tangent meets the -axis at , closer to the root ; repeating, one approaches it rapidly.
Links
Topics: Continuita
Concepts: Algoritmo di bisezione · Derivata · Metodo di newton raphson · Retta · Retta tangente
Methods: Newton raphson
Skills: Interpretare grafico · Usare formule