Polynomial root isolation

The calculators isolates real roots of the input univariate polynomial using Sturm and VAS-CF methods.

According to Abel–Ruffini theorem, a general polynomial equation of degree 5 or higher has no solution in radicals, contrary to lower-degree equations, see Solution of quadratic equation, Cubic equation, Quartic equation solution, which can be evaluated by the algebraic solution.
To solve the 5-degree or higher degree equations, several numeric methods can be used, e.g.: Newton's method, Bisection method, False position method or Secant method.
Every numeric method listed above requires the approximate root location intervals to be known. The calculators listed below can solve this task. Both calculators find root location intervals by different methods.
The first calculator uses a more effective method, developed by Akritas and Strzebonski. The method finds root isolation intervals with the aid of continued fractions based on the Vincent theorem. The algorithm is known by Vincent-Akritas-Strzebonski Continued Fractions name, or shortly VAS-CF1.
An input polynomial must be square-free. To ensure your input polynomial meets this condition, use Squarefree polynomial factorization calculator.

PLANETCALC, Polynomial root isolation. VAS-CF method.

Polynomial root isolation. VAS-CF method.

Polynomial coefficients, space separated.
Calculate negative interval values.
Digits after the decimal point: 2
The file is very large. Browser slowdown may occur during loading and creation.

The next calculator produces the Sturm sequence and calculates the number of sign changes in all Sturm polynomials for different points. The difference in Sturm sequence polynomial sign changes between two points gives the real root number of the input polynomial located in interval bounded by these points according to Sturm theorem2.

PLANETCALC, Sturm sequence

Sturm sequence

Polynomial coefficients, space separated.
The file is very large. Browser slowdown may occur during loading and creation.


  1. A.G. Akritas, A.W. Strzebonski, P. S. Vigklas, Improving the Performance of the Continued Fractions Method Using New Bounds of Positive Roots, Nonlinear Analysis: Modelling and Control, 2008, Vol. 13, No. 3, pp. 265–279 

  2. L.Y.Kulikov. Algebra and number theory, 1979, pp. 521-525 

URL copied to clipboard
PLANETCALC, Polynomial root isolation

Comments