Classifying polynomials by degree and number of terms

Polynomials are classified according to two attributes -- number of terms and degree.

Classification of Polynomials by Number of Terms

A monomial is an expression with a single term. It is a real number, a variable, or the product of real numbers and variables. For example, 4, 3x2, and 15xy3 are all monomials, but 4x2 + x, (3 + y)2, and 12 - z are not monomials.

A polynomial is a monomial or the sum or difference of monomials. 4x3 +3y + 3x2 + z, -12zy, and 15 - x2 are all polynomials.

Polynomials are classified according to their number of terms. 4x3 +3y + 3x2 has three terms, -12zy has 1 term, and 15 - x2 has two terms. As already mentioned, a polynomial with 1 term is a monomial. A polynomial with two terms is a binomial, and a polynomial with three terms is a trinomial.

Classification of Polynomials by Degree

The degree of a monomial is the sum of the exponents of its variables. For example, 12x3 has degree 3, x2y5 has degree 2 + 5 = 7, and 11xy has degree 1 + 1 = 2.

A polynomial can be arranged in ascending order, in which the degree of each term is at least as large as the degree of the preceding term, or in descending order, in which the degree of each term is no larger than the degree of the preceding term. The polynomial 3 + 12x - xy + 7x2y + y5 -12x3y3 is written in ascending order, while the same polynomial expressed as -12x3y3 + y5 +7x2y - xy + 12x + 3 is written in descending order.

Mathematicians generally write polynomials in descending order. The coefficient of the first term of a polynomial written in descending order is known as the leading coefficient.

The degree of a polynomial is the largest of the degrees of its monomial terms.

#color(indigo)("Classification by degree ")= color(blue)("Quartic or Fourth degree"#

#color(crimson)("Classification by no. of terms "= color(maroon)(Four"#

#4x^4 + 6x^3 - 2 - x*4#

#4x^4 + 6x^3 - 4x - 2, " writing in descending order of x"#

The degree of the polynomial is found by looking at the term with the highest exponent on its variable(s).

Polynomials are also classified according to their number of terms.

In the given sum,

Classification by degree = Quartic or Fourth degree

Classification by no. of terms = Four

In mathematics, the degree of a polynomial is the highest of the degrees of the polynomial's monomials (individual terms) with non-zero coefficients. The degree of a term is the sum of the exponents of the variables that appear in it, and thus is a non-negative integer. For a univariate polynomial, the degree of the polynomial is simply the highest exponent occurring in the polynomial.[1][2] The term order has been used as a synonym of degree but, nowadays, may refer to several other concepts (see order of a polynomial (disambiguation)).

For example, the polynomial which can also be written as has three terms. The first term has a degree of 5 (the sum of the powers 2 and 3), the second term has a degree of 1, and the last term has a degree of 0. Therefore, the polynomial has a degree of 5, which is the highest degree of any term.

To determine the degree of a polynomial that is not in standard form, such as

, one can put it in standard form by expanding the products (by distributivity) and combining the like terms; for example, is of degree 1, even though each summand has degree 2. However, this is not needed when the polynomial is written as a product of polynomials in standard form, because the degree of a product is the sum of the degrees of the factors.

Names of polynomials by degree[edit]

The following names are assigned to polynomials according to their degree:[3][4][5][2]

  • Special case – zero (see Degree of the zero polynomial below)
  • Degree 0 – non-zero constant[6]
  • Degree 1 – linear
  • Degree 2 – quadratic
  • Degree 3 – cubic
  • Degree 4 – quartic (or, if all terms have even degree, biquadratic)
  • Degree 5 – quintic
  • Degree 6 – sextic (or, less commonly, hexic)
  • Degree 7 – septic (or, less commonly, heptic)

For higher degrees, names have sometimes been proposed,[7] but they are rarely used:

  • Degree 8 – octic
  • Degree 9 – nonic
  • Degree 10 – decic

Names for degree above three are based on Latin ordinal numbers, and end in -ic. This should be distinguished from the names used for the number of variables, the arity, which are based on Latin distributive numbers, and end in -ary. For example, a degree two polynomial in two variables, such as , is called a "binary quadratic": binary due to two variables, quadratic due to degree two.[a] There are also names for the number of terms, which are also based on Latin distributive numbers, ending in -nomial; the common ones are monomial, binomial, and (less commonly) trinomial; thus is a "binary quadratic binomial".

Examples[edit]

The polynomial is a cubic polynomial: after multiplying out and collecting terms of the same degree, it becomes , with highest exponent 3.

The polynomial is a quintic polynomial: upon combining like terms, the two terms of degree 8 cancel, leaving , with highest exponent 5.

Behavior under polynomial operations[edit]

The degree of the sum, the product or the composition of two polynomials is strongly related to the degree of the input polynomials.[8]

Addition[edit]

The degree of the sum (or difference) of two polynomials is less than or equal to the greater of their degrees; that is,

and .

For example, the degree of is 2, and 2 ≤ max{3, 3}.

The equality always holds when the degrees of the polynomials are different. For example, the degree of is 3, and 3 = max{3, 2}.

Multiplication[edit]

The degree of the product of a polynomial by a non-zero scalar is equal to the degree of the polynomial; that is,

.

For example, the degree of is 2, which is equal to the degree of .

Thus, the set of polynomials (with coefficients from a given field F) whose degrees are smaller than or equal to a given number n forms a vector space; for more, see Examples of vector spaces.

More generally, the degree of the product of two polynomials over a field or an integral domain is the sum of their degrees:

.

For example, the degree of is 5 = 3 + 2.

For polynomials over an arbitrary ring, the above rules may not be valid, because of cancellation that can occur when multiplying two nonzero constants. For example, in the ring of integers modulo 4, one has that , but , which is not equal to the sum of the degrees of the factors.

Composition[edit]

The degree of the composition of two non-constant polynomials and over a field or integral domain is the product of their degrees:

.

For example:

Note that for polynomials over an arbitrary ring, this is not necessarily true. For example, in , , but .

Degree of the zero polynomial[edit]

The degree of the zero polynomial is either left undefined, or is defined to be negative (usually −1 or ).[9]

Like any constant value, the value 0 can be considered as a (constant) polynomial, called the zero polynomial. It has no nonzero terms, and so, strictly speaking, it has no degree either. As such, its degree is usually undefined. The propositions for the degree of sums and products of polynomials in the above section do not apply, if any of the polynomials involved is the zero polynomial.[10]

It is convenient, however, to define the degree of the zero polynomial to be negative infinity, and to introduce the arithmetic rules[11]

and

These examples illustrate how this extension satisfies the behavior rules above:

Computed from the function values[edit]

A number of formulae exist which will evaluate the degree of a polynomial function f. One based on asymptotic analysis is

;

this is the exact counterpart of the method of estimating the slope in a log–log plot.

This formula generalizes the concept of degree to some functions that are not polynomials. For example:

The formula also gives sensible results for many combinations of such functions, e.g., the degree of is .

Another formula to compute the degree of f from its values is

;

this second formula follows from applying L'Hôpital's rule to the first formula. Intuitively though, it is more about exhibiting the degree d as the extra constant factor in the derivative of .

A more fine grained (than a simple numeric degree) description of the asymptotics of a function can be had by using big O notation. In the analysis of algorithms, it is for example often relevant to distinguish between the growth rates of and , which would both come out as having the same degree according to the above formulae.

Extension to polynomials with two or more variables[edit]

For polynomials in two or more variables, the degree of a term is the sum of the exponents of the variables in the term; the degree (sometimes called the total degree) of the polynomial is again the maximum of the degrees of all terms in the polynomial. For example, the polynomial x2y2 + 3x3 + 4y has degree 4, the same degree as the term x2y2.

However, a polynomial in variables x and y, is a polynomial in x with coefficients which are polynomials in y, and also a polynomial in y with coefficients which are polynomials in x. The polynomial

has degree 3 in x and degree 2 in y.

Degree function in abstract algebra[edit]

Given a ring R, the polynomial ring R[x] is the set of all polynomials in x that have coefficients in R. In the special case that R is also a field, the polynomial ring R[x] is a principal ideal domain and, more importantly to our discussion here, a Euclidean domain.

It can be shown that the degree of a polynomial over a field satisfies all of the requirements of the norm function in the euclidean domain. That is, given two polynomials f(x) and g(x), the degree of the product f(x)g(x) must be larger than both the degrees of f and g individually. In fact, something stronger holds:

For an example of why the degree function may fail over a ring that is not a field, take the following example. Let R = , the ring of integers modulo 4. This ring is not a field (and is not even an integral domain) because 2 × 2 = 4 ≡ 0 (mod 4). Therefore, let f(x) = g(x) = 2x + 1. Then, f(x)g(x) = 4x2 + 4x + 1 = 1. Thus deg(f⋅g) = 0 which is not greater than the degrees of f and g (which each had degree 1).

Since the norm function is not defined for the zero element of the ring, we consider the degree of the polynomial f(x) = 0 to also be undefined so that it follows the rules of a norm in a Euclidean domain.

See also[edit]

  • Abel–Ruffini theorem
  • Fundamental theorem of algebra

Notes[edit]

  1. ^ For simplicity, this is a homogeneous polynomial, with equal degree in both variables separately.

  1. ^ Weisstein, Eric W. "Polynomial Degree". mathworld.wolfram.com. Retrieved 31 August 2020.
  2. ^ a b "Degree (of an Expression)". www.mathsisfun.com. Retrieved 31 August 2020.
  3. ^ "Names of Polynomials". 25 November 1997. Retrieved 5 February 2012.
  4. ^ Mac Lane and Birkhoff (1999) define "linear", "quadratic", "cubic", "quartic", and "quintic". (p. 107)
  5. ^ King (2009) defines "quadratic", "cubic", "quartic", "quintic", "sextic", "septic", and "octic".
  6. ^ Shafarevich (2003) says of a polynomial of degree zero, : "Such a polynomial is called a constant because if we substitute different values of x in it, we always obtain the same value ." (p. 23)
  7. ^ James Cockle proposed the names "sexic", "septic", "octic", "nonic", and "decic" in 1851. (Mechanics Magazine, Vol. LV, p. 171)
  8. ^ Lang, Serge (2005). Algebra (3rd ed.). Springer. p. 100. ISBN 978-0-387-95385-4.
  9. ^ Shafarevich (2003) says of the zero polynomial: "In this case, we consider that the degree of the polynomial is undefined." (p. 27)
    Childs (1995) uses −1. (p. 233)
    Childs (2009) uses −∞ (p. 287), however he excludes zero polynomials in his Proposition 1 (p. 288) and then explains that the proposition holds for zero polynomials "with the reasonable assumption that + m = for m any integer or m = ".
    Axler (1997) uses −∞. (p. 64)
    Grillet (2007) says: "The degree of the zero polynomial 0 is sometimes left undefined or is variously defined as −1 ∈ or as , as long as deg 0 < deg A for all A ≠ 0." (A is a polynomial.) However, he excludes zero polynomials in his Proposition 5.3. (p. 121)
  10. ^ Barile, Margherita. "Zero Polynomial". MathWorld.
  11. ^ Axler (1997) gives these rules and says: "The 0 polynomial is declared to have degree so that exceptions are not needed for various reasonable results." (p. 64)

References[edit]

  • Axler, Sheldon (1997), Linear Algebra Done Right (2nd ed.), Springer Science & Business Media
  • Childs, Lindsay N. (1995), A Concrete Introduction to Higher Algebra (2nd ed.), Springer Science & Business Media
  • Childs, Lindsay N. (2009), A Concrete Introduction to Higher Algebra (3rd ed.), Springer Science & Business Media
  • Grillet, Pierre Antoine (2007), Abstract Algebra (2nd ed.), Springer Science & Business Media
  • King, R. Bruce (2009), Beyond the Quartic Equation, Springer Science & Business Media
  • Mac Lane, Saunders; Birkhoff, Garrett (1999), Algebra (3rd ed.), American Mathematical Society
  • Shafarevich, Igor R. (2003), Discourses on Algebra, Springer Science & Business Media

External links[edit]

  • Polynomial Order; Wolfram MathWorld

How do you classify a polynomial by its degree?

The following names are assigned to polynomials according to their degree:.
Special case – zero (see Degree of the zero polynomial below).
Degree 0 – non-zero constant..
Degree 1 – linear..
Degree 2 – quadratic..
Degree 3 – cubic..
Degree 4 – quartic (or, if all terms have even degree, biquadratic).
Degree 5 – quintic..

Toplist

Latest post

TAGs