1 Definition of degree
The degree of a polynomial is a numerical measure of its highest power. In the simplest one-variable case, it is the largest exponent attached to a term with a nonzero coefficient. For polynomials in several variables, the degree is typically taken as the greatest total exponent among the terms. This idea is basic to polynomial classification and is often used to describe algebraic complexity.
1.1 Degree of a monomial
A monomial is a single-term polynomial such as \(7x^3\) or \(2x^2y\). Its degree is the sum of the exponents on its variables. Thus \(7x^3\) has degree 3, while \(2x^2y\) has degree 3 because \(2+1=3\). Constant nonzero monomials have degree 0.
1.2 Degree of a polynomial in one variable
For a polynomial in one variable, the degree is the highest exponent of that variable appearing in any term with a nonzero coefficient. For example, \(5x^4-3x+1\) has degree 4. Terms with zero coefficients are ignored because they do not contribute to the polynomial.
1.3 Degree of a multivariable polynomial
For a polynomial in several variables, each term is examined by adding the exponents of all variables in that term. The degree of the polynomial is the largest such total among its nonzero terms. For instance, in \(x^2y+xy^3+y\), the term \(xy^3\) has total degree 4, so the polynomial has degree 4.
1.4 Degree of the zero polynomial
The zero polynomial is a special case. Since it has no nonzero terms, it does not have a highest exponent in the usual sense. In many algebraic settings, its degree is left undefined, while some conventions assign it degree \(-\infty\) to make formulas involving degrees behave more smoothly.
2 Basic properties
Degree gives a compact summary of a polynomial's structure. It often determines the broad behavior of the expression, especially in arithmetic and in the study of roots. Several familiar special cases are worth noting because they appear frequently in elementary algebra.
2.1 Degree of a constant polynomial
A nonzero constant polynomial, such as \(8\) or \(-\pi\), has degree 0. Although it contains no variable, it is still considered a polynomial. The zero polynomial is treated separately because it lacks a nonzero term.
2.2 Degree of a linear polynomial
A linear polynomial has degree 1. In one variable, it is typically written in the form \(ax+b\) with \(a\neq 0\). Linear polynomials describe straight-line graphs and are the simplest nonconstant polynomials.
2.3 Degree of a quadratic polynomial
A quadratic polynomial has degree 2. In one variable, it often appears as \(ax^2+bx+c\) with \(a\neq 0\). Quadratics are widely studied because they produce parabolas and have a manageable root structure.
2.4 Degree of a polynomial sum
The degree of a sum is usually no greater than the larger of the degrees of the addends. However, cancellation can reduce the result. For example, \(x^2+x\) and \(-x^2+3\) each have degree 2, but their sum is \(x+3\), which has degree 1.
2.5 Degree of a polynomial product
When polynomials are multiplied, their degrees usually add. This is one of the most useful rules in algebra, since it gives a fast way to predict the size of the result. The precise behavior depends on whether the factors are nonzero.
2.5.1 Leading term behavior
The highest-degree part of a product comes from multiplying the highest-degree terms of the factors. If those leading terms do not cancel, the degree of the product is the sum of the degrees of the factors. This principle underlies many arguments in factorization and equation solving.
2.5.2 Degrees under multiplication by monomials
Multiplying a polynomial by a monomial increases the degree by the monomial's degree, provided the monomial is nonzero. For example, multiplying \(x^2+1\) by \(3x^4\) produces a polynomial of degree 6. Such operations shift all terms to higher degree in a predictable way.
3 Leading coefficient and leading term
The top-degree part of a polynomial carries special importance. It often determines the most prominent features of the polynomial, especially its behavior for large values of the variable. Two related ideas are the leading term and the leading coefficient.
3.1 Definition of leading term
The leading term is the term of highest degree in a polynomial, usually written first when terms are arranged in descending order. In \(4x^5-2x^2+7\), the leading term is \(4x^5\). If terms share the same highest degree in a multivariable setting, the chosen ordering convention matters.
3.2 Definition of leading coefficient
The leading coefficient is the coefficient of the leading term. For \(4x^5-2x^2+7\), the leading coefficient is 4. It is especially important because, together with the degree, it helps determine end behavior and the dominant scaling of the polynomial.
3.3 Relation to degree
The degree identifies which term is leading, while the leading coefficient measures its size and sign. Together they summarize the polynomial's dominant contribution. Lower-degree terms become less significant compared with the leading term as the variable grows in magnitude.
4 Degree in polynomial operations
Degree behaves in regular ways under many standard polynomial operations. These rules make degree a practical tool for estimating results before carrying out full calculations. They also help organize algebraic manipulations.
4.1 Addition and subtraction
In addition and subtraction, the degree of the result is at most the larger of the degrees involved. Exact equality may fail if the highest-degree terms cancel. For this reason, degree is stable under addition only when no leading-term cancellation occurs.
4.2 Multiplication
For nonzero polynomials, the degree of a product is the sum of the degrees of the factors. This rule reflects the way leading terms combine. It is one of the central structural facts about polynomial arithmetic.
4.3 Composition of polynomials
When one polynomial is substituted into another, degrees usually multiply. For example, if \(f(x)\) has degree \(m\) and \(g(x)\) has degree \(n\), then \(f(g(x))\) typically has degree \(mn\). This remains true as long as the leading terms do not cancel in a special way.
4.4 Differentiation
Differentiation lowers the degree of a polynomial in most nonconstant cases. Since each term is differentiated separately, the exponent of each term decreases by 1. The effect is straightforward, though special cases require attention.
4.4.1 Effect on degree
If \(p(x)\) has degree \(n\ge 1\), then \(p'(x)\) usually has degree \(n-1\). The leading term differentiates to a term one degree lower, and the new highest degree comes from that result. Repeated differentiation eventually produces a constant or the zero polynomial.
4.4.2 Special cases
A constant polynomial differentiates to zero. Therefore, after differentiation, the notion of degree may become undefined or follow the convention used for the zero polynomial. For the zero polynomial itself, differentiation again yields zero.
5 Degree in several variables
Polynomials in more than one variable require a slightly broader notion of degree. Different conventions are used depending on whether one wants to measure the overall size of terms or focus on one variable at a time. Both approaches are common in algebra.
5.1 Total degree
The total degree of a term is the sum of the exponents of all variables in that term. The total degree of the polynomial is the maximum total degree among its terms. This is the standard generalization of degree to multivariable polynomials.
5.2 Degree with respect to a single variable
A polynomial may also be viewed as a polynomial in one chosen variable while treating the others as parameters. The degree with respect to that variable is then the highest exponent of that variable that appears. This viewpoint is useful when comparing the role of different variables.
5.3 Homogeneous polynomials
A homogeneous polynomial is one in which all nonzero terms have the same total degree. Examples include \(x^2+xy+y^2\) and \(x^3+3x^2y+3xy^2+y^3\). Homogeneous polynomials often have a particularly regular scaling behavior.
5.4 Mixed terms and comparison of terms
Mixed terms involve more than one variable, such as \(x^2y\) or \(xyz^2\). Their degree is determined by adding exponents across variables. When comparing terms, the one with the greatest total degree is dominant in the usual degree ordering, though specific algebraic contexts may use different tie-breaking rules.
6 Applications
Degree is not merely a formal label; it plays a practical role in several areas of algebra. It helps organize computations, estimate complexity, and predict qualitative behavior. Many standard results about polynomials depend on degree in an essential way.
6.1 Solving polynomial equations
The degree of a polynomial equation gives a broad indication of the possible number of solutions. A polynomial of degree \(n\) can have at most \(n\) roots in many familiar settings, counting multiplicities over the complex numbers. This makes degree a first guide in equation analysis.
6.2 Graphing polynomial functions
In graphing, the degree and leading coefficient help determine the overall shape and end behavior of a polynomial function. Higher-degree terms dominate far from the origin, while lower-degree terms affect local features such as turning points and intercepts. This allows a sketch to begin with the dominant term.
6.3 Polynomial factorization
Degree is central in factorization because factors must combine to produce the original degree. Factoring often breaks a polynomial into lower-degree pieces, making roots easier to identify. Degree counting also helps check whether a proposed factorization is plausible.
6.4 Estimating end behavior
For large values of the variable, the highest-degree term usually controls the polynomial. This makes it possible to estimate whether the function grows or falls, and in which direction. Such estimates are especially valuable when exact calculations are unnecessary.
7 Related concepts
Several nearby notions are closely connected to degree. Some are historical or informal, while others belong to broader algebraic notation. Distinguishing them helps prevent confusion in more advanced work.
7.1 Order of a polynomial
The word order is sometimes used as a synonym for degree, especially in older texts or informal discussion. In some contexts, however, order may refer to a different concept, so the intended meaning should be checked carefully. Degree is the more standard term in modern algebra.
7.2 Polynomial ring notation
Polynomial rings provide the formal setting in which degree is defined and studied. Notation such as \(R[x]\) or \(R[x,y]\) indicates polynomials with coefficients from a ring \(R\). Degree behaves especially well in polynomial rings over fields and integral domains.
7.3 Degrees in rational functions and expressions
Degree can also be extended to rational functions by comparing the degrees of numerator and denominator. For more general expressions, degree-like ideas may describe complexity, growth rate, or dominant powers. These extensions depend on context and are not identical to the degree of a polynomial.