Graeffe's method

It was developed independently by Germinal Pierre Dandelin in 1826 and Lobachevsky in 1834.

In 1837 Karl Heinrich Gräffe also discovered the principal idea of the method.

[1] The method separates the roots of a polynomial by squaring them repeatedly.

This squaring of the roots is done implicitly, that is, only working on the coefficients of the polynomial.

Finally, Viète's formulas are used in order to approximate the roots.

as its roots, Then we can write: q(x) can now be computed by algebraic operations on the coefficients of the polynomial p(x) alone.

Let: then the coefficients are related by Graeffe observed that if one separates p(x) into its odd and even parts: then one obtains a simplified algebraic expression for q(x): This expression involves the squaring of two polynomials of only half the degree, and is therefore used in most implementations of the method.

Iterating this procedure several times separates the roots with respect to their magnitudes.

Repeating k times gives a polynomial of degree n: with roots If the magnitudes of the roots of the original polynomial were separated by some factor

, then the roots of the k-th iterate are separated by a fast growing factor Next the Vieta relations are used If the roots

The coefficients of the iterated polynomial can then be approximated by their leading term, implying Finally, logarithms are used in order to find the absolute values of the roots of the original polynomial.

These magnitudes alone are already useful to generate meaningful starting points for other root-finding methods.

, m ranging from k to 1, and testing which of the two sign variants is a root of

, it might be necessary to numerically improve the accuracy of the root approximations for

Graeffe's method works best for polynomials with simple real roots, though it can be adapted for polynomials with complex roots and coefficients, and roots with higher multiplicity.

This allows to estimate the multiplicity structure of the set of roots.

From a numerical point of view, this method is problematic since the coefficients of the iterated polynomials span very quickly many orders of magnitude, which implies serious numerical errors.

One second, but minor concern is that many different polynomials lead to the same Graeffe iterates.

Symbolically, this is achieved by introducing an "algebraic infinitesimal"

If one assumes complex coordinates or an initial shift by some randomly chosen complex number, then all roots of the polynomial will be distinct and consequently recoverable with the iteration.

If the size of the inner coefficients is bounded by M, then the size of the inner coefficients after one stage of the Graeffe iteration is bounded by

To overcome the limit posed by the growth of the powers, Malajovich–Zubelli propose to represent coefficients and intermediate results in the kth stage of the algorithm by a scaled polar form where

is a complex number of unit length and

in the exponent reduces the absolute value of c to the corresponding dyadic root.

Since this preserves the magnitude of the (representation of the) initial coefficients, this process was named renormalization.

Multiplication of two numbers of this type is straightforward, whereas addition is performed following the factorization

of the final stage k of the Graeffe iteration, for some reasonably large value of k, are represented by pairs

By identifying the corners of the convex envelope of the point set

one can determine the multiplicities of the roots of the polynomial.

Combining this renormalization with the tangent iteration one can extract directly from the coefficients at the corners of the envelope the roots of the original polynomial.