Polynomial ring

The ring R[x] of polynomials in an indeterminate x with coefficients in R.
Polynomial ring

Let RR be a with 11. The polynomial ring R[x]R[x] consists of finite sums i=0naixi\sum_{i=0}^n a_i x^i with coefficients aiRa_i\in R, with addition termwise and multiplication determined by distributivity and xixj=xi+jx^i x^j=x^{i+j}.

Polynomial rings provide the basic algebraic enlargement of a by adjoining an indeterminate, and they interact strongly with divisibility and factorization (e.g. via ). The coefficient data of a polynomial is often packaged by its .

Examples:

  • Z[x]\mathbb{Z}[x] is the ring of integer-coefficient polynomials.
  • If kk is a field, then k[x,y]k[x,y] can be viewed as (k[x])[y](k[x])[y], polynomials in yy with coefficients in k[x]k[x].
  • The polynomial f(x)=2x23x+1Z[x]f(x)=2x^2-3x+1\in \mathbb{Z}[x] has degree 22 and leading coefficient 22.