Friday, April 20, 2007

polynomial

A polynomial is a mathematical expression consisting of a sum of terms, each term including a variable or variables raised to a power and multiplied by a coefficient. The simplest polynomials have one variable. A one-variable (univariate) polynomial of degree n has the following form:

anxn + an-1xn-1 + ... + a2x2 + a1x1 + a0x0

where the a's represent the coefficients and x represents the variable. Because x1 = x and x0 = 1 for all complex numbers x, the above expression can be simplified to:

anxn + an-1xn-1 + ... + a2x2 + a1x + a0

When an nth-degree univariate polynomial is equal to zero, the result is a univariate polynomial equation of degree n:

anxn + an-1xn-1 + ... + a2x2 + a1x + a0 = 0

There may be several different values of x, called roots, that satisfy a univariate polynomial equation. In general, the higher the order of the equation (that is, the larger the value of n), the more roots there are.

A univariate polynomial equation of degree 1 (n = 1) constitutes a linear equation. When n = 2, it is a quadratic equation; when n = 3, it is a cubic equation; when n = 4, it is a quartic equation; when n = 5, it is a quintic equation. The larger the value of n, the more difficult it is to find all the roots of a univariate polynomial equation.

Some polynomials have two, three, or more variables. A two-variable polynomial is called bivariate; a three-variable polynomial is called trivariate.

No comments: