A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Polynomial Rings

Graduate Depth 91 in the knowledge graph I know this Set as goal
476topics build on this
388prerequisites beneath it
See this on the map →
Ring Definition and ExamplesUnique Factorization DomainsFast Fourier Transform and Polynomial MultiplicationField Extensions+6 more
polynomial-ring R[x] evaluation-homomorphism

Core Idea

For a ring R, the polynomial ring R[x] is the set of polynomials with coefficients in R. If R is a UFD, so is R[x]. If F is a field, F[x] is a principal ideal domain.

Explainer

You already know what a ring is: a set with addition and multiplication satisfying the usual arithmetic laws, but possibly without division. The polynomial ring R[x] is a systematic way to extend any ring R by adding a new "formal variable" x. An element of R[x] is a finite sum a₀ + a₁x + a₂x² + ⋯ + aₙxⁿ where each aᵢ lies in R. Addition works coefficientwise, and multiplication works exactly as polynomial multiplication does in high school — distribute and collect like terms. The result is another ring, built on top of R.

The variable x is "formal" in an important sense: you do not evaluate it at any particular value. This distinguishes R[x] as a ring of expressions from the idea of a polynomial *function*. However, there is a natural evaluation homomorphism: for any fixed element c ∈ R, the map that sends f(x) to f(c) is a ring homomorphism from R[x] to R. This map is the algebraic version of "plugging in" and it respects both addition and multiplication. Its kernel — the set of polynomials that evaluate to 0 at c — is an ideal in R[x], and understanding that ideal tells you which polynomials have c as a root.

The richest structure appears when R is a unique factorization domain (UFD) — your prerequisite. In a UFD, every element factors uniquely (up to units and order) into irreducibles. The theorem that R a UFD implies R[x] a UFD is one of the central results of this topic. The key ingredient is Gauss's lemma: if a polynomial factors in the fraction field of R, it factors in R[x] itself. This lets you lift unique factorization from R up to polynomials. The theorem applies iteratively: if R is a UFD, so is R[x], and so is R[x, y] = (R[x])[y], giving you polynomial rings in multiple variables with unique factorization.

When R is a field F, R[x] inherits even more structure: it becomes a principal ideal domain (PID). Every ideal in F[x] is generated by a single polynomial — the greatest common divisor of all elements in the ideal. This mirrors the way every ideal in ℤ is generated by a single integer. In F[x], you have a division algorithm: given polynomials f and g with g ≠ 0, you can always write f = qg + r where deg(r) < deg(g). Division with remainder, Euclidean algorithm, gcd — all of the number-theoretic machinery you know for integers lifts intact to F[x]. This is why F[x] is the foundational object for studying field extensions: the minimal polynomial of an algebraic element generates the kernel of an evaluation map, and F[x] modulo that ideal gives the extension field.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesSet Operations: Union, Intersection, and ComplementProof by CasesProving by Cases and ExhaustionVacuous Truth and Trivial CasesProof by Cases (Proof by Exhaustion)Mathematical InductionBinary Operations and Algebraic StructuresGroup Definition and ExamplesBasic Properties of GroupsGroup HomomorphismsGroup IsomorphismsCayley's TheoremCosets and Lagrange's TheoremNormal SubgroupsQuotient GroupsFirst Isomorphism Theorem for GroupsFirst Isomorphism Theorem for RingsFirst Isomorphism Theorem for GroupsThird Isomorphism Theorem for GroupsFirst Isomorphism Theorem for RingsIntegral DomainsPrincipal Ideal DomainsUnique Factorization DomainsPolynomial Rings

Longest path: 92 steps · 388 total prerequisite topics

Prerequisites (2)

Leads To (8)