Jump to content

Durand–Kerner method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jitse Niesen (talk | contribs) at 12:55, 10 January 2006 (moved from root-finding algorithm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In numerical analysis, Jacoby's method is a root-finding algorithm for solving polynomial equations. In other words, Jacoby's method can be used to solve numerically the equation

f(x) = 0

where f is a given polynomial.

The method is explained here for equations of degree four in order to simplify the notation. It is easily generalized to equations of other degrees.

An algebraic equation of degree four is of the form , where is a monic polynomial of degree four

for all .

The known numbers are the coefficients.

Let the (complex) numbers be the roots of this polynomial .

Then

for all

This implies

for , where the denominator is nonzero, and

for , where the denominator is nonzero.

This is the clue to the method.

Initialize :

There is nothing special about choosing except that it is neither a real number nor a root of unity.

Make the substitutions:

Re-iterate until the numbers stop essentially changing. Then they have the values in some order. So the problem is solved.

Note that you must use complex number arithmetic, and that the roots are found simultaneously rather than one at a time.

References

  • Agnethe Knudsen, Numeriske Metoder (lecture notes), Københavns Teknikum.