Definition and classification of polynomials

When we multiply a number (coefficient) for an unknown (variable) is a monomial. But what if we add instead of multiply?

Example

x6+10 x+1

What happens when we add monomials that are similar? and if we subtract them?

When we join not similar monomials by adding or subtracting them we get a polynomial.

Example

2x2+x1 that is the result of adding the monomials 2x2 and x, and subtracting the monomial 1.

Or 3x5x2+x5 that is the result of adding the monomials 3x5 and x, and subtracting the monomials x2 and 5.

In mathematics, to call polynomials we use one letter followed by a parenthesis with the variable (or variables, separated by commas). So the above examples would be:

p(x)=2x2+x1 and q(x)=3x5x2+x5

If there is more than one variable, as we said:

p(x,y)=x6y+xyx

q(x,y,z)=xyz2+xyzxy3zzyz+zyz

r(x,y,z,t)=xyzt

Be careful in the way we represent polynomials because it is easy to make notation mistakes.

Example

q(x,y)=3x2y+4x, q(x)=3x2y+4x

In the first polynomial, "y" acts as a variable. However, in the second, the "y" is a coefficient (which value is y, a number that we don't know a priori).

So they are two different polynomials (For example, the first one has degree 3 and the second one has degree 2).

Now, using as an example the polynomial p(x)=2x2+x1, we define the following characteristics of a polynomial:

  • Variable/s of the polynomial: unknown or unknowns that we find in the polynomial. In the polynomial p(x),x.

  • Degree of the polynomial: the greatest exponent of all monomials which has the polynomial. In our example max{2,1,0}=2

  • Leading coefficient: the coefficient of the monomial which has the higher degree. In our case, 2.

  • Independent term: the coefficient of the monomial with exponent zero. If there is no such monomial then is equal to 0. In our case, it is 1.

Classification of polynomials

We can categorize the polynomials according to their characteristics.

Classification of polynomials according to their degree

  • Degree zero: They are coefficients. q(x)=1 q(x)=12
  • The first degree: q(x)=x1 q(y)=3y34 p(y)=y2+14
  • The second degree: p(z)=z2+3z9 p(x)=x23+2x q(z)=z2103
  • Third degree: r(t)=t3+t2+1 p(t)=t34+t22t+10 q(x)=x314

And, in this way, we might continue to the number that we need.

Classification of polynomials according to their coefficients

  • Finished polynomial: it has all the coefficients other than zero. p(x)=x3+x2+x+1 p(x,y)=2x2+y2xy+x+y13 r(t)=t24t+9
  • Incomplete polynomial: it has some coefficient which value is zero. p(x)=x3+x+1 p(x,y)=2x2+y2+x+y13 r(t)=t24t
  • Null polynomial: all its coefficient are equal to zero. p(x)=0

Classification of polynomials according to the degrees of their monomials

  • Ordered polynomial: the monomials are written from greater to lesser degree. p(x)=x4+x3+x2+x+1 q(x)=x6+x4+x2+x+1 r(x)=x100+x2+2x
  • Homogeneous polynomial: all their monomials have the same degree. p(x)=2x p(x,y)=3x2y+4x3+2xy2 p(x,y)=xy2+x2+y2
  • Heterogeneous polynomial: not all their monomials have the same degree. p(x)=2x1 p(x,y)=3x2y+4x3+2xy2 p(x,y)=xy2+x2y+y2
  • Equal polynomials. They are those which satisfy the next conditions:
    • They have the same degree.
    • The coefficients of the monomials of the same degree are equal. p(x)=3x2+1 q(x)=1+3x2 p(x,y)=xy+4x1 q(y,x)=1+4x+yx