Polynomial
A mathematical expression of variables and coefficients using addition and multiplication.
A polynomial is a finite mathematical expression built from indeterminates (often called variables) and coefficients, using only addition, subtraction, multiplication, and exponentiation by whole numbers (zero or positive). For instance, \(x^2 - 4x + 7\) is a polynomial in one indeterminate, while \(x^3 + 2xyz^2 - yz + 1\) is one with three indeterminates. Polynomials show up across mathematics and science: they form polynomial equations that model everything from simple word problems to complex scientific issues; they define polynomial functions used in chemistry, physics, economics, and social science; and they help approximate other functions in calculus and numerical analysis. In advanced math, polynomials are key to building polynomial rings and algebraic varieties, central ideas in algebra and algebraic geometry.
The word "polynomial" blends the Greek *poly* ("many") with the Latin *nomen* ("name"), replacing the Latin *bi-* from "binomial" with the Greek *poly-*. It essentially means a sum of many terms (many monomials) and was first used in the 17th century.
In notation, the symbol \(x\) in a polynomial is often called a variable or an indeterminate. As an expression, \(x\) is a fixed symbol with no value (it is "indeterminate"), but when the polynomial defines a function, \(x\) becomes the function's argument and is then called a variable; many authors use the terms interchangeably. A polynomial in \(x\) is usually denoted by a letter like \(P\) or \(p\), or by functional notation \(P(x)\) or \(p(x)\)—a holdover from when the polynomial and its associated function were not clearly distinguished. This functional notation is handy for specifying both the polynomial and its indeterminate in one phrase (e.g., "let \(P(x)\) be a polynomial" means "let \(P\) be a polynomial in \(x\)"). However, when the indeterminate's name is unnecessary, omitting it often makes formulas simpler.
The ambiguity between these two notations is resolved by the general meaning of functional notation: if \(a\) is a number, variable, another polynomial, or any expression, then \(P(a)\) means the result of substituting \(a\) for \(x\) in \(P\). Thus, the polynomial \(P\) defines the function \(a \mapsto P(a)\), the polynomial function associated with \(P\). Usually \(a\) is a number, but it can be any domain where addition and multiplication work (any ring); if \(a\) is a polynomial, then \(P(a)\) is also a polynomial. Specifically, when \(a\) is the indeterminate \(x\) itself, the function's image is just \(P\) (since substituting \(x\) for \(x\) changes nothing), so \(P(x) = P\).
- field
- Mathematics
- known_for
- Building blocks of algebra, polynomial equations, polynomial functions, polynomial rings, and algebraic varieties
Lore & Background
The word polynomial joins two diverse roots: the Greek poly, meaning 'many', and the Latin nomen, or 'name'. It was derived from the term binomial by replacing the Latin root bi- with the Greek poly-, meaning a sum of many terms (many monomials). The word polynomial was first used in the 17th century. An example of a polynomial of a single indeterminate x is x² − 4x + 7. An example with three indeterminates is x³ + 2xyz² − yz + 1.
A polynomial is a mathematical expression built from indeterminates (also called variables) and coefficients, using only addition, subtraction, multiplication, and exponentiation to nonnegative integer powers, with a finite number of terms. The constants used as coefficients are typically numbers but can be any mathematical objects that do not involve the indeterminates and can be added and multiplied. Two polynomial expressions define the same polynomial if they can be transformed into each other using commutativity, associativity, and distributivity. A polynomial in a single indeterminate can always be written as a sum of terms, each consisting of a coefficient multiplied by the indeterminate raised to a non-negative integer power. The exponent on an indeterminate in a term is that indeterminate's degree; the term's degree is the sum of the degrees of its indeterminates, and the polynomial's degree is the largest degree among its nonzero terms. A term with no indeterminates is a constant term, and a polynomial with no indeterminates is a constant polynomial; the degree of a nonzero constant is zero, while the degree of the zero polynomial is generally undefined. Polynomials appear throughout mathematics and science, forming polynomial equations, defining polynomial functions used in chemistry, physics, economics, and social science, and serving in calculus and numerical analysis to approximate other functions. In advanced mathematics, they are central to constructing polynomial rings and algebraic varieties in algebra and algebraic geometry.
Reader's Guide
Polynomials are fundamental in mathematics, serving as expressions that can be built from constants and symbols called variables or indeterminates by addition, multiplication, and exponentiation to a non-negative integer power. They are used to form polynomial equations, which encode a wide range of problems from elementary word problems to complicated scientific problems. Polynomials define polynomial functions, appearing in settings from basic chemistry and physics to economics and social science. In calculus and numerical analysis, they approximate other functions. In advanced mathematics, polynomials construct polynomial rings and algebraic varieties, which are central concepts in algebra and algebraic geometry. The notation for polynomials can be ambiguous: a polynomial may be denoted by a letter like P or p, or by functional notation P(x) or p(x). The functional notation is often useful for specifying a polynomial and its indeterminate, and substituting a value a for x yields P(a), defining the polynomial function a ↦ P(a). Two polynomial expressions are considered the same if they can be transformed by commutativity, associativity, and distributivity of addition and multiplication.
Did You Know?
- The word polynomial joins the Greek 'poly' (many) and the Latin 'nomen' (name), derived from 'binomial' by replacing 'bi-' with 'poly-'.
- The word polynomial was first used in the 17th century.
- A polynomial in a single indeterminate x can always be written in the form aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ⋯ + a₂x² + a₁x + a₀, where the aᵢ are constants called coefficients.
- When a polynomial is considered as an expression, the symbol x is a fixed symbol with no value (it is 'indeterminate'), but when considered as a function, x represents the argument.
The Anatomy of a Polynomial Ring
A polynomial ring, most commonly written as K[X], is constructed by taking a base ring K (typically a field, though any commutative ring will do) and adjoining a single new symbol X. This symbol, called an indeterminate, is deliberately distinct from a variable in the function-theoretic sense: it carries no numerical value, cannot be substituted, and simply sits alongside the elements of K as a formal placeholder. The elements of K[X] are finite sums of the form p₀ + p₁X + p₂X² + … + pₘXᵐ, where each coefficient pᵢ belongs to K and m is a nonnegative integer. The powers of X obey the familiar exponent rules—X⁰ equals 1, X¹ equals X, and Xᵏ · Xˡ equals Xᵏ⁺ˡ for any nonnegative integers k and l. Two polynomials are declared equal precisely when every pair of corresponding coefficients matches. In this way, the entire structure is determined by the coefficient ring and the formal multiplication rules governing the powers of X, with no additional constraints imposed on X beyond commuting with every element of K.
Arithmetic and the Commutative Algebra Structure
The ring K[X] is not merely a set of formal expressions; it is equipped with addition, multiplication, and scalar multiplication that together make it a commutative algebra over K. Addition is performed coefficient-by-coefficient: if p has degree m and q has degree n, their sum has degree at most max(m, n), and the i-th coefficient of the result is simply pᵢ + qᵢ, treating any missing coefficients as zero. Multiplication follows the distributive expansion familiar from elementary algebra: the product of a degree-m polynomial and a degree-n polynomial yields a polynomial of degree m + n, whose i-th coefficient sᵢ is obtained by summing all products pⱼqᵢ₋ⱼ across valid indices. These operations are defined entirely by the ordinary rules for manipulating algebraic expressions and inherit commutativity from the base ring K. The result is a structure that generalizes the ring of integers while preserving many of their most useful algebraic properties, which is precisely why the single-variable case over a field is so often the default reference when mathematicians say "polynomial ring."
A Template for Broader Ring Theory
Polynomial rings occupy a central position not only in algebra but across several branches of mathematics, including number theory, commutative algebra, and algebraic geometry. Their influence extends well beyond their own definition: a remarkable number of important ring classes were introduced specifically to capture and generalize properties that polynomial rings exhibit. Unique factorization domains, regular rings, group rings, rings of formal power series, Ore polynomials, and graded rings all emerged, in part, as frameworks that extend or mirror structural features of K[X]. This pattern reveals polynomial rings as a kind of prototype or benchmark in ring theory. When a new class of rings is defined, the question often becomes whether it retains the factorization, regularity, or grading properties that make polynomial rings so tractable. In this sense, the study of polynomial rings is less a narrow technical topic than a foundational lens through which the broader landscape of algebraic structures is organized and understood.
From Formal Symbols to Geometric Functions
Although the indeterminate X in K[X] is a purely formal object with no assigned value, the construction sits in a close conceptual relationship with the ring of polynomial functions on a vector space. In that setting, one does evaluate the expression at actual points, and the resulting collection of functions forms a ring in its own right. More generally, the same idea extends to the ring of regular functions on an algebraic variety, a cornerstone of algebraic geometry. The distinction is subtle but important: in the polynomial ring, X is a constant symbol that commutes with every coefficient and obeys only the exponent-multiplication rule; in the function-theoretic setting, the variable genuinely varies over a domain. Nevertheless, the algebraic machinery of K[X]—its addition, multiplication, and commutative algebra structure—provides the formal skeleton that underlies both the purely algebraic and the geometric interpretations. This duality between formal algebra and concrete function spaces is one of the reasons polynomial rings remain a bridge between abstract algebra and the study of geometric objects.
Frequently Asked Questions
Who is Polynomial in Algebra 1-20?
Polynomial is the foundational expression of the Algebra series, assembled from variables and coefficients linked by addition, subtraction, multiplication, and whole-number exponents. It is the core building block from which polynomial equations, functions, and all higher structures in the canon emerge.
What are Polynomial's powers and role in the series?
Polynomial can form equations, define functions, and approximate other functions within calculus and numerical analysis. In the later arcs it constructs polynomial rings and algebraic varieties, anchoring the worlds of abstract algebra and algebraic geometry.
How does Polynomial's story arc conclude?
Rather than a single ending, Polynomial's narrative extends into advanced mathematics where it underpins polynomial rings and algebraic varieties. Its legacy persists as the structural backbone connecting elementary algebra to the most abstract branches of the field.
Why is Polynomial considered so important in the Algebra canon?
Polynomial acts as the connective tissue across nearly every branch of mathematics and science, from solving equations to approximating complex functions. Without it, the later arcs on rings, varieties, and algebraic geometry would lack a foundation to build upon.
What are Polynomial's limitations or weaknesses?
Polynomial is restricted to a finite number of terms and only nonnegative integer exponents, so it cannot on its own express infinite series or fractional powers. This constraint is what pushes the story toward calculus and analysis for handling more exotic functions.
More in Algebra 1-20
Spotted an error? Know more?
This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record
