Polynomials

Polynomial is a monomial or sum/difference of monomials.

Monomials are called terms of the polynomial.

Note, that binomial is also polynomial.

Examples of polynomial are:

  • 5+x+x2{5}+{x}+{{x}}^{{2}}
  • 2x2+y3x+zy3{2}{{x}}^{{2}}+{{y}}^{{3}}{x}+{z}{{y}}^{{3}}
  • 10xy3zy2x{10}{x}{{y}}^{{3}}-{z}{{y}}^{{2}}{x}

Examples of expressions, that are not polynomials:

  • x+1x+3{x}+\frac{{1}}{{x}}+{3} (second term is not a monomial)
  • 2xx+2\frac{{{2}-{x}}}{{{x}+{2}}} (division is not allowed)

Degree of the polynomial is the largest number among degrees of its monomials.

Leading term is a monomial with the largest degree. Leading coeffcient is a coefficient of the leading term.

For example, in polynomial 4x4y39z8y7+3x2{4}{{x}}^{{4}}{{y}}^{{3}}-{9}{{z}}^{{8}}{{y}}^{{7}}+{3}{{x}}^{{2}} first term has degree 4+3=7{4}+{3}={7}, second term has degree 8+7=15{8}+{7}={15} and third term has degree 2{2}. The largest of numbers 7, 15 and 2 is 15.

Thus, degree of the 4x4y39z8y7+3x2{4}{{x}}^{{4}}{{y}}^{{3}}-{9}{{z}}^{{8}}{{y}}^{{7}}+{3}{{x}}^{{2}} is 15. Its leading term is 9z8y7-{9}{{z}}^{{8}}{{y}}^{{7}} and leading coefficient is 9-{9}.

Polynomial in one variable is a polynomial, that contains only one variable.

In general, it can be written as anxn+an1xn1++a2x2+a1x+a0{a}_{{n}}{{x}}^{{n}}+{a}_{{{n}-{1}}}{{x}}^{{{n}-{1}}}+\ldots+{a}_{{2}}{{x}}^{{2}}+{a}_{{1}}{x}+{a}_{{0}}, where n{n} is positive integer.

Using above definitions, we find, that degree of such polynomial is n{n}, leading term is anxn{a}_{{n}}{{x}}^{{n}} and leading coefficient is an{a}_{{n}}.

Examples of polynomials in one variable:

  • 2y5+y4+3y2-{2}{{y}}^{{5}}+{{y}}^{{4}}+{3}{{y}}^{{2}} (degree is 5, leading term is 2y5-{2}{{y}}^{{5}}, leading coefficient is 2-{2})
  • 1+x3+x22x2{1}+{{x}}^{{3}}+{{x}}^{{2}}-{2}{{x}}^{{2}} (degree is 3, leading term is x3{{x}}^{{3}}, leading coefficient is 1{1})

Depending on the degree, polynomial in one variable has different names:

  • zero degree: constant. For example, 7{7}.
  • 1st degree: linear. For example, 2x+3{2}{x}+{3}.
  • 2nd degree: quadratic. For example, x22x+5{{x}}^{{2}}-{2}{x}+{5}.
  • 3rd degree: cubic. For example, 4x3+2x25-{4}{{x}}^{{3}}+{2}{{x}}^{{2}}-{5}.
  • 4th degree: quartic. For example, 3x42x3+x2+x+7{3}{{x}}^{{4}}-{2}{{x}}^{{3}}+{{x}}^{{2}}+{x}+{7}.

Exercise 1. Determine whether the following is a polynomial: x3y+3y2z{{x}}^{{3}}{y}+{3}{{y}}^{{2}}-{z}?

Answer: yes.

Exercise 2. Determine whether the following is a binomial: y+x2y\sqrt{{{y}}}+{{x}}^{{2}}{y}?

Answer: no.

Exercise 3. Determine whether the following is a binomial: 3x2+2x+1{3}{{x}}^{{2}}+{2}{x}+{1}?

Answer: yes.

Exercise 4. Find degree of the following polynomial: x3+2xy3+z5{{x}}^{{3}}+{2}{x}{{y}}^{{3}}+{{z}}^{{5}}?

Answer: 5.

Exercise 5. Find degree of the following expression: x3+2x7+5x2{{x}}^{{3}}+{2}-{{x}}^{{7}}+{5}{{x}}^{{2}}?

Answer: 7.