A Polynomial can be expressed in terms that only have positive integer exponents and the operations of addition, subtraction, and multiplication. In other words, it must be possible to write the expression without division. It’s easiest to understand what makes something a polynomial equation by looking at examples and non examples as shown below.
x² + 2x +5 (Since all of the variables have integer exponents that are positive this is a polynomial)
5x + 1 (Since all of the variables have integer exponents that are positive this is a polynomial)
5x³ -3x² +6x (Since all of the variables have integer exponents that are positive this is a polynomial)
6x¼ -3 (Not a polynomial because a term has a fraction exponent)
(5x +1) ÷ 3x (Not a polynomial because of division)
5x-2 +1 (Not a polynomial, because a term has a negative exponent)
(6x2 +3x) ÷ (3x) (Is actually a polynomial because it’s possible to simplify this to 3x + 1 –which of course satisfies the requirements of a polynomial.
Polynomial Equation of Degree n
A polynomial equation is an equation that can be written in the form axn + bxn-1 + . . . + rx + s = 0,
where a, b, . . . , r and s are constants. The largest exponent of x appearing in a non-zero term of a polynomial is called the degree of that polynomial.
A polynomial equation of degree n has n roots, but some of them may be multiple roots. For example, consider x3 – 9 x2 + 24 x-16 =0.
It is clearly a polynomial of degree 3 and so will have three roots. The equation can be factored as (x-1) (x-4) (x-4) =0. Hence, this implies that the roots of the equation are x=1, x=4, x=4. Hence, the root x=4 is repeated.