Chapter 6: Polynomials

6.4 Basic Operations Using Polynomials

Many applications in mathematics have to do with what are called polynomials. Polynomials are made up of terms. Terms are a product of numbers and/or variables. For example, [latex]5x[/latex], [latex]2y^2[/latex], [latex]-5[/latex], [latex]ab^3c[/latex], and [latex]x[/latex] are all terms. Terms are connected to each other by addition or subtraction.

Expressions are often defined by the number of terms they have.

[latex]\begin{array}{l} \text{A monomial has one term, such as } x, xy, 3x^2.\\ \text{A binomial has two terms connected by a + or -, such as } a^2-b^2, 3x-y, 4x+2xy^3 \\ \text{A trinomial has three terms connected by a + or -, such as } ax^2 + bx + c \end{array}[/latex]

The term polynomial is generic for many terms. Monomials, binomials, trinomials, and expressions with more terms all fall under the umbrella of “polynomials.”

Polynomials are classified by the sum of exponents of the term with the highest exponent sum, which is called the degree of the polynomial.

A first degree polynomial is a linear polynomial and would not have any terms with a sum of exponents greater than one. Examples include [latex]3x + 2y + 4z[/latex], [latex]42x - 56y[/latex], [latex]22z[/latex].

A second degree polynomial is a quadratic polynomial and would not have any terms with a sum of exponents greater than two. Examples include [latex]3x^2 + 2x + 4y^2[/latex], [latex]42xy - 3z[/latex], [latex]2zx[/latex].

A third degree polynomial is a cubic polynomial and would not have any terms with a sum of exponents greater than three. Examples include [latex]5x^2 + 2xy^2 + 4y^2[/latex], [latex]42xyz - 5z^2[/latex], [latex]3zx^2[/latex].

A fourth degree polynomial is a quartic polynomial and would not have any terms with a sum of exponents greater than four. Examples include [latex]5x^2 + 3xy^2z + 4y^2[/latex], [latex]42xyz - 6z^4[/latex], [latex]8z^3x[/latex].

A fifth degree polynomial is a quintic polynomial.

A sixth degree polynomial is a sextic polynomial.

A seventh degree polynomial is a septic polynomial.

A eighth degree polynomial is a octic polynomial.

A ninth degree polynomial is a nonic polynomial.

A tenth degree polynomial is a decic polynomial.

The degree of any term is the sum of its exponents:

[latex]x^9, x^7y^2, x^3y^3z^3[/latex] are all ninth degree terms (nonic polynomial)

[latex]x^6, x^4y^2, x^3yz^2[/latex] are all sixth degree terms (sextic polynomial)

[latex]x^4, x^2y^2, xyz^2[/latex] are all fourth degree terms (quartic polynomial)

Terms of a polynomial are named in the order of their appearance. For instance, the polynomial [latex]2x^4y + x^3y^2 - x^2y^3 + 5xy^4[/latex] has four terms, each one of the fifth degree. The terms are numbered in order for this polynomial, starting from the first term [latex](2x^4y)[/latex] and continuing to the second ((x^3y^2)[/latex], third [latex](-x^2y^3)[/latex], and fourth terms [latex](5xy^4)[/latex].

If it is known what the variable in a polynomial represents, it is possible to substitute in the value and evaluate the polynomial, as shown in the following example.

Example 6.4.1

Simplify the expression [latex]2x^2 - 4x + 6[/latex] using [latex]x = -4[/latex].

[latex]\begin{array}{rlllll} \text{When } x=-4, \text{ replace all }x\text{ with }-4:&2x^2&-&4x&+&6 \\ \text{Reduce the exponents:}&2(-4)^2&-&4(-4)&+&6 \\ \text{Multiply all coefficients:}&2(16)&-&4(-4)&+&6 \\ \text{Add:}&32&+&16&+&6 \\ \text{Solution:}&54&&&& \end{array}[/latex]

Remember the exponent only affects the number to which it is physically attached. This means −32 = −9 because the exponent is only attached to the 3, whereas (−3)2 = 9 because the exponent is attached to the parentheses and everything inside.

Example 6.4.2

Simplify the expression [latex]-x^2 + 2x + 6[/latex] using [latex]x = 3[/latex].

[latex]\begin{array}{rlllll} \text{When }x=3,\text{ replace all }x \text{ with 3:}&-x^2&+&2x&+&6 \\ \text{Reduce the exponents:}&-(3)^2&+&2(3)&+&6 \\ \text{Multiply:}&-9&+&2(3)&+&6 \\ \text{Add:}&-9&+&6&+&6 \\ \text{Solution:}&3&&&& \end{array}[/latex]

Sometimes, when working with polynomials, the value of the variable is unknown and the polynomial will be simplified rather than ending with some value. The simplest operation with polynomials is addition. When adding polynomials, it is merely combining like terms. Consider the following example.

Example 6.4.3

Simplify the expression [latex](4x^3 - 2x + 8) + (3x^3 - 9x^2 - 11).[/latex]

The first thing one should do is place the equations one over top of the other, ordering each of the terms into columns so they can simply be added or subtracted.

[latex]\begin{array}{rrrrrrrl} 4x^3&&&-&2x&+&8& \\ 3x^3&-&9x^2&&&-&11&\text{Add each of the columns} \\ \hline 7x^3&-&9x^2&-&2x&-&3&\text{Solution} \\ \end{array}[/latex]

Subtracting polynomials is almost as fast as addition. Subtraction is generally shown by a minus sign in front of the parentheses. When there is a negative sign in front of parentheses, distribute it throughout the expression, changing the signs of everything inside.

Example 6.4.4

Simplify the expression [latex](5x^2 - 2x + 7) - (3x^2 + 6x - 4).[/latex]

[latex]\begin{array}{rrrrrrl} &5x^2&-&2x&+&7& \\ -&(3x^2&+&6x&-&4)&\text{Subtract each bottom term from each top term} \\ \hline &2x^2&-&8x&+&11&\text{Solution} \end{array}[/latex]

Example 6.4.5

Simplify the expression [latex](2x^2 - 4x + 3) + (5x^2 - 6x + 1) - (x^2 - 9x + 8).[/latex]

[latex]\begin{array}{rrrrrrl} &2x^2&-&4x&+&3& \\ &5x^2&-&6x&+&1& \\ -&(x^2&-&9x&+&8)&\text{Add and subtract} \\ \hline &6x^2&-&x&-&4&\text{Solution} \\ \end{array}[/latex]

Questions

For questions 1 to 8, simplify each expression using the variables given.

  1. [latex]-a^3 - a^2 + 6a - 21 \text{ when }a = -4[/latex]
  2. [latex]n^2 + 3n - 11 \text{ when }n = -6[/latex]
  3. [latex]-5n^4 - 11n^3 - 9n^2 - n - 5 \text{ when } n = -1[/latex]
  4. [latex]x^4 - 5x^3 - x + 13 \text{ when } x = 5[/latex]
  5. [latex]x^2 + 9x + 23 \text{ when } x = -3[/latex]
  6. [latex]-6x^3 + 41x^2 - 32x + 11 \text{ when } x = 6[/latex]
  7. [latex]x^4 - 6x^3 + x^2 - 24 \text{ when } x = 6[/latex]
  8. [latex]m^4 + 8m^3 + 14m^2 + 13m + 5 \text{ when } m = -6[/latex]

For questions 9 to 28, simplify the following expressions.

  1. [latex](5p - 5p^4) - (8p - 8p^4)[/latex]
  2. [latex](7m^2 + 5m^3) - (6m^3 - 5m^2)[/latex]
  3. [latex](1 + 5p^3) - (1 - 8p^3)[/latex]
  4. [latex](6x^3 + 5x) - (8x + 6x^3)[/latex]
  5. [latex](5n^4 + 6n^3) + (8 - 3n^3 - 5n^4)[/latex]
  6. [latex](8x^2 + 1) - (6 - x^2 - x^4)[/latex]
  7. [latex](2a + 2a^4) - (3a^2 - 5a^4 + 4a)[/latex]
  8. [latex](6v + 8v^3) + (3 + 4v^3 - 3v)[/latex]
  9. [latex](4p^2 - 3 - 2p) - (3p^2 - 6p + 3)[/latex]
  10. [latex](7 + 4m + 8m^4) - (5m^4 + 1 + 6m)[/latex]
  11. [latex](3 + 2n^2 + 4n^4) + (n^3 - 7n^2 - 4n^4)[/latex]
  12. [latex](7x^2 + 2x^4 + 7x^3) + (6x^3 - 8x^4 - 7x^2)[/latex]
  13. [latex](8r^4 - 5r^3 + 5r^2) + (2r^2 + 2r^3 - 7r^4 + 1)[/latex]
  14. [latex](4x^3 + x - 7x^2) + (x^2 - 8 + 2x + 6x^3)[/latex]
  15. [latex](2n^2 + 7n^4 - 2) + (2 + 2n^3 + 4n^2 + 2n^4)[/latex]
  16. [latex](7b^3 - 4b + 4b^4) - (8b^3 - 4b^2 + 2b^4 - 8b)[/latex]
  17. [latex](8 - b + 7b^3) - (3b^4 + 7b - 8 + 7b^2) + (3 - 3b + 6b^3)[/latex]
  18. [latex](1 - 3n^4 - 8n^3) + (7n^4 + 2 - 6n^2 + 3n^3) + (4n^3 + 8n^4 + 7)[/latex]
  19. [latex](8x^4 + 2x^3 + 2x) + (2x + 2 - 2x^3 - x^4) - (x^3 + 5x^4 + 8x)[/latex]
  20. [latex](6x - 5x^4 - 4x^2) - (2x - 7x^2 - 4x^4 - 8) - (8 - 6x^2 - 4x^4)[/latex]

Answer Key 6.4

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Intermediate Algebra Copyright © 2020 by Terrance Berg is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book