FACTOID # 83: More than half of Indonesia's primary school teachers are under 30years of age .
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Degree of a polynomial

The degree of a polynomial is the maximum of the degrees of all terms in the polynomial. For example, in 2x3 + 4x2 + x + 7, the term of highest degree is 2x3; therefore the polynomial is said to have degree 3. Sometimes the same concept is called the order of the polynomial. In mathematics, a polynomial is an expression that is constructed from one or more variables and constants, using only the operations of addition, subtraction, multiplication, and constant positive whole number exponents. ...

Contents

Examples

  • The polynomial 3 − 5x + 2x5 − 7x9 has degree 9.
  • The polynomial (y − 3)(2y + 6)( − 4y − 21) has degree 3.
  • The polynomial (3z8 + z5 − 4z2 + 6) + ( − 3z8 + 8z4 + 2z3 + 14z) has degree 5.

In general, to determine the degree of a polynomial expression, the expression has to be brought in "canonical form" by multiplying out until all terms are a product of constants and variables, in which terms with the same product of variables are collected together, and terms in which the constant factor is zero are elided. Usually (but not necessarily) the terms are also ordered from highest to lowest degree. The canonical forms of the three examples above are:

  • for 3 − 5x + 2x5 − 7x9, after reordering, − 7x9 + 2x5 − 5x + 3;
  • for (y − 3)(2y + 6)( − 4y − 21), after multiplying out and collecting terms of the same degree, − 8y3 − 42y2 + 72y + 378;
  • for (3z8 + z5 − 4z2 + 6) + ( − 3z8 + 8z4 + 2z3 + 14z), in which the two terms of degree 8 cancel, z5 + 8z4 + 2z3 − 4z2 + 14z + 6.

Behaviour under addition, subtraction and multiplication

The degree of the sum (or difference) of two polynomials is equal to or less than the greater of their degrees i.e.

deg(P + Q) leq max(deg(P),deg(Q)).
deg(P - Q) leq max(deg(P),deg(Q)).

For example:

  • The degree of (x3 + x) + (x2 + 1) = x3 + x2 + x + 1 is 3. Note that 3 ≤ max(3,2)
  • The degree of (x3 + x) − (x3 + x2) = − x2 + x is 2. Note that 2 ≤ max(3,3)

The degree of the product of two polynomials is the sum of their degrees

deg(PQ) = deg(P) + deg(Q).

For example:

  • The degree of (x3 + x)(x2 + 1) = x5 + 2x3 + x is 3+2 = 5.

The degree of the zero polynomial

The function f(x)=0 is a polynomial, called the zero polynomial. It has no terms, and so, strictly speaking, it has no degree either. The above rules for the degree of sums and products of polynomials do not apply if any of the polynomials involved is the zero polynomial.


It is convenient, however, to define that the degree of the zero polynomial is minus infinity, −∞, and introduce the rules

 max(a,-infty) = a,

and

 a + -infty = -infty.

For example:

  • The degree of the sum  (x^3+x)+(0)=x^3+x is 3. Note that 3 le max(3, -infty).
  • The degree of the difference  x-x = 0 is -infty. Note that  -infty le max(1,1).
  • The degree of the product  (0)(x^2+1)=0 is  (-infty)+2 = -infty.

The price to be paid for saving the rules for computing the degree of sums and products of polynomials is that the general rule

 a+b=a quad Rightarrow quad b=0,

breaks down when  a = -infty.


The degree computed from the function values

If a polynomial f(x) has positive values for sufficiently large values of x, then the degree of that polynomial can be computed by the formula

deg(f) = lim_{xrarrinfty}frac{log(f(x))}{log(x)}

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

The reciprocal function: y = 1/x. ... In mathematics, a square root of a number x is a number r such that , or in words, a number r whose square (the result of multiplying the number by itself) is x. ... Above is the graph plots of Logarithms to various bases: is to base e, is to base 10, and is to base 1. ... The exponential function is one of the most important functions in mathematics. ...

Extension to polynomials with two or more variables

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 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.

x2y2 + 3x3 + 4y = (3)x3 + (y2)x2 + (4y) = (x2)y2 + (4)y + (3x3)

This polynomial has degree 3 in x and degree 2 in y.


Degree function in abstract algebra

Given a ring R, the polynomial ring R[x] is the set of all polynomials in x that have coefficients chosen from R. In the special case that R is also a field, then the polynomial ring R[x] is a principal ideal domain and, more importantly to our discussion here, a euclidean domain. In mathematics, a ring is an algebraic structure in which addition and multiplication are defined and have properties listed below. ... In abstract algebra, a polynomial ring is the set of polynomials in one or more variables with coefficients in a ring. ... In abstract algebra, a field is an algebraic structure in which the operations of addition, subtraction, multiplication and division (except division by zero) may be performed, and the same rules hold which are familiar from the arithmetic of ordinary numbers. ... In abstract algebra, a principal ideal domain (PID) is an integral domain in which every ideal is principal (that is, generated by a single element). ... In abstract algebra, a Euclidean domain (also called a Euclidean ring) is a type of ring in which the Euclidean algorithm can be used. ...


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:

deg( f(x) • g(x) ) = deg(f(x)) + deg(g(x))

For an example of why the degree function may fail over a ring that is not a field, take the following example. Let R = mathbb{Z}/4mathbb{Z}, the ring of integers modulo 4. This ring is not a field (and is not even an integral domain) because 2•2 = 4 (mod 4) = 0. Therefore, let f(x) = g(x) = 2x + 1. Then, f(x)•g(x) = 4x2 + 4x + 1 = 1. Thus deg(fg) = 0 which is not greater than the degrees of f and g (which each had degree 1). Modular arithmetic (sometimes called modulo arithmetic, or clock arithmetic because of its use in the 24-hour clock system) is a system of arithmetic for integers, where numbers wrap around after they reach a certain value — the modulus. ... Look up field in Wiktionary, the free dictionary A green field or paddock Field may refer to: A field is an open land area, used for growing agricultural crops. ... In abstract algebra, an integral domain is a commutative ring with an additive identity 0 and a multiplicative identity 1 such that 0 ≠ 1, in which the product of any two non-zero elements is always non-zero; that is, there are no zero divisors. ...


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.


Names of polynomials by degree

Polynomials with small degrees may be named according to their degree as follows:

  • Degree 1 - linear
  • Degree 2 - quadratic
  • Degree 3 - cubic
  • Degree 4 - quartic
  • Degree 5 - quintic
  • Degree 6 - sextic or hexic
  • Degree 7 - septic or heptic
  • Degree 8 - octic
  • Degree 9 - nonic
  • Degree 10 - decic
  • Degree 100 - hectic[1]

The names beyond "quintic" are uncommon and rarely used. The word linear comes from the Latin word linearis, which means created by lines. ... f(x) = x2 - x - 2 In mathematics, a quadratic function is a polynomial function of the form , where a is nonzero. ... Polynomial of degree 3 In mathematics, a cubic function is a function of the form where b is nonzero; or in other words, a polynomial of degree three. ... Polynomial of degree 4: f(x) = (x+4)(x+1)(x-1)(x-3)/14+0. ... Polynomial of degree 5: f(x) = (x+4)(x+2)(x+1)(x-1)(x-3)/20+2 In mathematics, a quintic equation is a polynomial equation in which the greatest exponent on the independent variable is five. ...


See also

This article is about the term degree as used in mathematics. ...

References

  1. ^ Miami Dade College; Polynomials

  Results from FactBites:
 
Degree of a polynomial - Wikipedia, the free encyclopedia (564 words)
The degree of a polynomial is the maximum of the degrees of all terms in the polynomial.
In general, to determine the degree of a polynomial expression, the expression has to be brought in "canonical form" by multiplying out until all terms are a product of constants and variables, in which terms with the same product of variables are collected together, and terms in which the constant factor is zero are elided.
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 of the polynomial is again the maximum of the degrees of all terms in the polynomial.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.