algebra

Polynomial Degree

The degree of a polynomial is the highest exponent on its variable. Degree 1 = linear, 2 = quadratic, 3 = cubic, 4 = quartic.

The degree of a polynomial is the largest exponent appearing on its variable (with non-zero coefficient). For 3x42x+73x^4 - 2x + 7, the degree is 44.

Names by degree:

  • 0: constant (55)
  • 1: linear (2x+32x + 3)
  • 2: quadratic (x2+5x+6x^2 + 5x + 6)
  • 3: cubic
  • 4: quartic
  • 5: quintic

Multivariable polynomials: degree of a term is the sum of variable exponents in that term. Degree of 4x2y34x^2 y^3 is 55.

The Fundamental Theorem of Algebra says a polynomial of degree nn has exactly nn roots (with multiplicity, allowing complex). Degree limits how many x-intercepts the graph can have, and how many turning points (at most n1n - 1).