logo

Polynomial Rings 📂Abstract Algebra

Polynomial Rings

Definition 1

f(x):=k=0nakxk=a0+a1x++anxn f(x) : = \sum_{k=0}^{n} a_{k} x^{k} = a_{0} + a_{1} x + \cdots + a_{n} x^{n} A polynomial f(x)f(x) over a ring RR is defined as above.

  1. aiRa_{i} \in R are called the coefficients of f(x)f(x).
  2. If n<n < \infty, then nn is called the degree of f(x)f(x).
  3. R[x]R[x] is the set of all polynomials with coefficients in RR. R[x]:={a0+a1x++anxn  a0,,anR} R[x] := \left\{ a_{0} + a_{1} x + \cdots + a_{n} x^{n} \ | \ a_{0}, \cdots , a_{n} \in R \right\}
  4. R[[x]]R[[x]] is the set of all formal power series with coefficients in RR. R[[x]]:={a0+a1x++anxn+  a0,,an,R} R[[x]] := \left\{ a_{0} + a_{1} x + \cdots + a_{n} x^{n} + \cdots \ | \ a_{0}, \cdots , a_{n} , \cdots \in R \right\}

Explanation

After a long detour, we are back to the ‘algebra’ learned in middle and high school. The reason for redefining polynomials is to treat polynomial ’equations’ as elements of groups, rings, and fields.

It is essential to know the following important theorems. They may not seem like much but they guarantee that the ring of polynomials preserves the useful properties of the original ring.

Theorems

  • [1]: If RR is a ring, then R[x]R[x] is also a ring with respect to the addition and multiplication of polynomials.
  • [2]: If RR is a commutative ring, then R[x]R[x] is also commutative.
  • [3]: If RR has a multiplicative identity 101 \ne 0, then R[x]R[x] also has a multiplicative identity 101 \ne 0.

These theorems hold for R[x]R[x] also apply to R[[x]]R[[x]].


  1. Fraleigh. (2003). A first course in abstract algebra(7th Edition): p199. ↩︎