Skip to main content
Mathematics LibreTexts

17: Polynomials

  • Page ID
    81170
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Most people are fairly familiar with polynomials by the time they begin to study abstract algebra. When we examine polynomial expressions such as

    \begin{align*} p(x) & = x^3 -3x +2\\ q(x) & = 3x^2 -6x +5\text{,} \end{align*}

    we have a pretty good idea of what \(p(x) + q(x)\) and \(p(x) q(x)\) mean. We just add and multiply polynomials as functions; that is,

    \begin{align*} (p +q)(x) & = p(x) + q(x)\\ & = ( x^3 - 3 x + 2 ) + ( 3 x^2 - 6 x + 5 )\\ & = x^3 + 3 x^2 - 9 x + 7 \end{align*}

    and

    \begin{align*} (p q)(x) & = p(x) q(x)\\ & = ( x^3 - 3 x + 2 ) ( 3 x^2 - 6 x + 5 )\\ & = 3 x^5 - 6 x^4 - 4 x^3 + 24 x^2 - 27 x + 10\text{.} \end{align*}

    It is probably no surprise that polynomials form a ring. In this chapter we shall emphasize the algebraic structure of polynomials by studying polynomial rings. We can prove many results for polynomial rings that are similar to the theorems we proved for the integers. Analogs of prime numbers, the division algorithm, and the Euclidean algorithm exist for polynomials.


    This page titled 17: Polynomials is shared under a GNU Free Documentation License 1.3 license and was authored, remixed, and/or curated by Thomas W. Judson (Abstract Algebra: Theory and Applications) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?