Processing math: 100%
Skip to main content

Section A.7 Polynomials and Factoring

In Section A.6, we used the first law of exponents to multiply two or more monomials. In this section, we review techniques for multiplying and factoring polynomials of several terms.

Subsection Polynomials

A polynomial is a sum of terms in which all the exponents on the variables are whole numbers and no variables appear in the denominator or under a radical. The expressions

0.1R4,  d2+32dβˆ’21,   and   128x3βˆ’960x2+8000

are all examples of polynomials in one variable.

An algebraic expression consisting of one term of the form cxn, where c is a constant and n is a whole number, is called a monomial. For example,

y3,  βˆ’3x8,   and   0.1R4

are monomials. A polynomial is just a sum of one or more monomials.

A polynomial with exactly two terms, such as 12n2+12n, is called a binomial. A polynomial with exactly three terms, such as d2+32dβˆ’21 or 128x3βˆ’960x2+8000, is called a trinomial. We have no special names for polynomials with more than three terms.

Which of the following expressions are polynomials?

  1. \(\pi r^2\)

  2. \(23.4s^6 - 47.9s^4\)

  3. \(\dfrac{2}{3}w^3 - \dfrac{7}{3}w^2 + \dfrac{1}{3}w\)

  4. \(7 + m^{-2}\)

  5. \(\dfrac{x-2}{x+2}\)

  6. \(\sqrt[3]{4y}\)

Solution

The first three are all polynomials. In fact, (a) is a monomial, (b) is a binomial, and (c) is a trinomial. The last three are not polynomials. The variable in (d) has a negative exponent, the variable in (e) occurs in the denominator, and the variable in (f) occurs under a radical.

In a polynomial containing only one variable, the greatest exponent that appears on the variable is called the degree of the polynomial. If there is no variable at all, then the polynomial is called a constant, and the degree of a constant is zero.

Give the degree of each polynomial.

  1. \(b^3 - 3b^2 + 3b - 1\)

  2. \(10^{10}\)

  3. \(-4w^3\)

  4. \(s^2 - s^6\)

Solution
  1. This is a polynomial in the variable \(b\text{,}\) and because the greatest exponent on \(b\) is \(3\text{,}\) the degree of this polynomial is \(3\text{.}\)

  2. This is a constant polynomial, so its degree is \(0\text{.}\) (The exponent on a constant does not affect the degree.)

  3. This monomial has degree \(3\text{.}\)

  4. This is a binomial of degree \(6\text{.}\)

We can evaluate a polynomial just as we evaluate any other algebraic expression: We replace the variable with a number and simplify the result.

Let \(p(x) = -2x^2 + 3x - 1\text{.}\) Evaluate each of the following.

  1. \(p(2)\)

  2. \(p(-1)\)

  3. \(p(t)\)

  4. \(p(t+3)\)

Solution

In each case, we replace \(x\) by the given value.

  1. \(p(\alert{2})=-2(\alert{2})^2 + 3(\alert{2}) - 1=-8+6-1=-3\)

  2. \(p(\alert{-1})=-2(\alert{-1})^2 + 3(\alert{-1}) - 1=-2+(-3)-1=-6\)

  3. \(p(\alert{t})=-2(\alert{t})^2 + 3(\alert{t}) - 1=--2t^2+3t-1\)

  4. \(\begin{aligned}[t] \amp \\ p(\alert{t+3})\amp =-2(\alert{t+3})^2 + 3(\alert{t+3}) - 1\\ \amp = -2(t^2+6t+9)+3(t+3)-1\\ \amp = -2t^2-9t-10 \end{aligned}\)

Subsection Products of Polynomials

To multiply polynomials, we use a generalized form of the distributive property:

a(b+c+d+β‹―)=ab+ac+ad+β‹―

To multiply a polynomial by a monomial, we multiply each term of the polynomial by the monomial.

  1. \(\begin{aligned}[t] \amp\\ 3x(x + y + z) \amp = 3x(x) + 3x(y) + 3x(z)\\ \amp = 3x^2+3xy+3xz \end{aligned}\)

  2. \(\begin{aligned}[t] \amp\\ -2ab^2(3a^2 - ab + 2b^2) \amp = -2ab^2(3a^2) - 2ab^2(-ab) - 2ab^2(2b^2)\\ \amp = -6a^3b^2+2a^2b^3-4ab^4 \end{aligned}\)

Subsection Products of Binomials

Products of binomials occur so frequently that it is worthwhile to learn a shortcut for this type of multiplication. We can use the following scheme to perform the multiplication mentally. (See Figure A.51.)

figure identifying thefirst, outer, inner, and last terms in a binomial product
Figure A.51.

This process is sometimes called the FOIL method, where FOIL represents

the product of the First termsthe product of the Outer termsthe product of the Inner termsthe product of the Last terms
\begin{align*} (2x - 1)(x + 3) \amp = 2x^2 + 6x - x - 3\\ \amp = 2x^2 + 5x - 3 \end{align*}

Subsection Factoring

We sometimes find it useful to write a polynomial as a single term composed of two or more factors. This process is the reverse of multiplication and is called factoring. For example, observe that

3x2+6x=3x(x+2)

We will only consider factorization in which the factors have integer coefficients.

Subsection Common Factors

We can factor a common factor from a polynomial by using the distributive property in the form

ab+ac=a(b+c)

We first identify the common factor. For example, each term of the polynomial

6x3+9x2βˆ’3x

contains the monomial 3x as a factor; therefore,

6x3+9x2βˆ’3x=3x(_)

Next, we insert the proper polynomial factor within the parentheses. This factor can be determined by inspection. We ask ourselves for monomials that, when multiplied by 3x, yield 6x3, 9x2, and βˆ’3x, respectively, and obtain

6x3+9x2βˆ’3x=3x(2x2+3xβˆ’1)

We can check the result of factoring an expression by multiplying the factors. In the example above,

3x(2x2+3xβˆ’1)=6x3+9x2βˆ’3x
  1. \(\begin{aligned}[t] \\ 18x^2 y - 24xy^2 \amp = 6xy(\text{?} - \text{?}) \\ \amp = 6xy(3x - 4y) \end{aligned}\)

    because

    \begin{equation*} 6xy(3x - 4y) = 18x^2 y - 24xy^2 \end{equation*}
  2. \(\begin{aligned}[t] \\ y(x - 2) + z(x - 2) \amp = (x - 2)(\text{?} - \text{?}) \\ \amp = (x - 2)(y + z) \end{aligned}\)

    because

    \begin{equation*} (x - 2)(y + z) = y(x - 2) + z(x - 2) \end{equation*}

Subsection Opposite of a Binomial

It is often useful to factor βˆ’1 from the terms of a binomial.

aβˆ’b=(βˆ’1)(βˆ’a+b)=(βˆ’1)(bβˆ’a)=βˆ’(bβˆ’a)

Hence, we have the following important relationship.

Opposite of a Binomial.
aβˆ’b=βˆ’(bβˆ’a)

That is, aβˆ’b and bβˆ’a are opposites or negatives of each other.

  1. \(3x - y = -(y - 3x)\)

  2. \(a - 2b = -(2b - a)\)

Subsection Polynomial Division

We can divide one polynomial by a polynomial of lesser degree. The quotient will be the sum of a polynomial and a simpler algebraic fraction.

If the divisor is a monomial, we can simply divide the monomial into each term of the numerator.

Divide \(\dfrac{9x^3 - 6x^2 + 4}{3x}\)

Solution

Divide \(3x\) into each term of the numerator.

\begin{align*} \frac{9x^3 - 6x^2 + 4}{3x} \amp = \frac{9x^3}{3x}- \frac{6x^2}{3x}+ \frac{4}{3x}\\ \amp = 3x^2 - 2x + \frac{4}{3x} \end{align*}

The quotient is the sum of a polynomial, \(3x^2 - 2x\text{,}\) and an algebraic fraction, \(\dfrac{4}{3x}\text{.}\)

If the denominator is not a monomial, we can use a method similar to the long division algorithm used in arithmetic.

Divide \(\dfrac{2x^2+x-7}{x+3}\)

Solution

First write

long division box

and divide \(2x^2\) (the first term of the numerator) by \(x\) (the first term of the denominator) to obtain \(2x\text{.}\) (It may be helpful to write down the division: \(\dfrac{2x^2}{2x}=x\text{.}\)) Write \(2x\) above the quotient bar as the first term of the quotient, as shown below.

Next, multiply \(x+3\) by \(2x\) to obtain \(2x^2 + 6x\text{,}\) and subtract this product from \(2x^2 + x - 7\text{:}\)

long division box

Repeating the process, divide \(-5x\) by \(x\) to obtain \(-5\text{.}\) Write \(-5\) as the second term of the quotient. Then multiply \(x+3\) by \(-5\) to obtain \(-5x - 15\text{,}\) and subtract:

long division box

Because the degree of \(8\) is less than the degree of \(x + 3\text{,}\) the division is finished. The quotient is \(2x - 5\text{,}\) with a remainder of \(8\text{.}\) We write the remainder as a fraction to obtain

\begin{equation*} \frac{2x^2 + x - 7}{x + 3}= 2x - 5 + \frac{8}{x + 3} \end{equation*}

When using polynomial division, it helps to write the polynomials in descending powers of the variable. If the numerator is missing any terms, we can insert terms with zero coefficients so that like powers will be aligned. For example, to perform the division

3xβˆ’1+4x32xβˆ’1

we first write the numerator in descending powers as 4x3+3xβˆ’1. We then insert 0x2 between 4x3 and 3x and set up the quotient as

long division box

We then proceed as in Example A.56. You can check that the quotient is

2x2+x+2+12xβˆ’1

Subsection Section Summary

Subsubsection Vocabulary

Look up the definitions of new terms in the Glossary.

  • Polynomial

  • Common factor

  • Degree

  • Constant

  • Trinomial

  • Monomial

  • Binomial

Subsubsection SKILLS

Practice each skill in the exercises listed.

  1. Identify polynomials: #1–12

  2. Evaluate polynomials: #13–20

  3. Multiply polynomials: #21–42

  4. Factor out a common factor: #43–68

  5. Divide polynomials: #69–80

Exercises Exercises A.7

For Problems 1-8, identify the polynomial as a monomial, a binomial, or a trinomial. Give the degree of the polynomial.

Which of the expressions in Problems 9-12 are not polynomials?

9.
  1. 1βˆ’0.04t2

  2. 3x2βˆ’4x+2x

  3. 2√zβˆ’7z3+2

  4. √2w3+34w2βˆ’w

10.
  1. √3p2βˆ’7p+2

  2. 2h4/3+6h1/3βˆ’2

  3. 2x2βˆ’6x+5

  4. 14yβˆ’2+3yβˆ’1+4

11.
  1. 1m2+3

  2. v2βˆ’16+2v

  3. √x3βˆ’4x

  4. m412

12.
  1. 3tβˆ’5t3+2

  2. q+3qβˆ’1

  3. c1/2βˆ’c

  4. 3√d+1

For Problems 13-20, evaluate the polynomial function for the given values of the variable.

13.

P(x)=x3βˆ’3x2+x+1

  1. x=2

  2. x=βˆ’2

  3. x=2b

14.

P(x)=2x3+x2βˆ’3x+4

  1. x=3

  2. x=βˆ’3

  3. x=βˆ’a

15.

Q(t)=t2+3t+1

  1. t=12

  2. t=βˆ’13

  3. t=βˆ’w

16.

Q(t)=2t2βˆ’t+1

  1. t=14

  2. t=βˆ’12

  3. t=3v

17.

R(z)=3z4βˆ’2z2+3

  1. z=1.8

  2. z=βˆ’2.6

  3. z=kβˆ’1

18.

R(z)=z4+4zβˆ’2

  1. z=2.1

  2. z=βˆ’3.1

  3. z=h+2

19.

N(a)=a6βˆ’a5

  1. a=βˆ’1

  2. a=βˆ’2

  3. a=m3

20.

N(a)=a5βˆ’a4

  1. a=βˆ’1

  2. a=βˆ’2

  3. a=q2

For Problems 21-42, write the product as a polynomial and simplify.

23.

βˆ’6x(2x2βˆ’x+1)

24.

βˆ’2y(y2βˆ’3y+2)

25.

a2b(3a2βˆ’2abβˆ’b)

26.

ab3(βˆ’a2b2+4abβˆ’3)

27.

2x2y2(4xy4βˆ’2xyβˆ’3x3y2)

28.

5x2y2(3x4y2+3x2yβˆ’xy6)

30.

(rβˆ’1)(rβˆ’6)

33.

(2z+1)(zβˆ’3)

34.

(3tβˆ’1)(2t+1)

35.

(4r+3s)(2rβˆ’s)

36.

(2zβˆ’w)(3z+5w)

37.

(2xβˆ’3y)(3xβˆ’2y)

38.

(3a+5b)(3a+4b)

39.

(3tβˆ’4s)(3t+4s)

40.

(2xβˆ’3z)(2x+3z)

41.

(2a2+b2)(a2βˆ’3b2)

42.

(s2βˆ’5t2)(3s2+2t2)

For Problems 43-60, factor completely. Check your answers by multiplying factors.

45.

3n4βˆ’6n3+12n2

46.

2x4βˆ’4x2+6x

47.

15r2s+18rs2βˆ’3r

48.

2x2y2βˆ’3xy+5x2

49.

3m2n4βˆ’6m3n3+14m3n2

50.

6x3yβˆ’6xy3+12x2y2

51.

15a4b3c4βˆ’12a2b2c5+6a2b3c4

52.

14xy4z3+21x2y3z2βˆ’28x3y2z5

54.

b(aβˆ’2)+a(aβˆ’2)

55.

y(yβˆ’2)βˆ’3x(yβˆ’2)

56.

2x(x+3)βˆ’y(x+3)

57.

4(xβˆ’2)2βˆ’8x(xβˆ’2)3

58.

6(x+1)βˆ’3x(x+1)2

59.

x(xβˆ’5)2βˆ’x2(xβˆ’5)3

60.

x2(x+3)3βˆ’x(x+3)2

For Problems 61-68, supply the missing factors or terms.

61.

3mβˆ’n=βˆ’(    ?    )

62.

2aβˆ’b=βˆ’(    ?    )

63.

βˆ’2x+2=βˆ’2(    ?    )

64.

βˆ’6xβˆ’9=βˆ’3(    ?    )

65.

βˆ’abβˆ’ac= ? (b+c)

66.

βˆ’a2+ab= ? (aβˆ’b)

67.

2xβˆ’y+3z=βˆ’(    ?    )

68.

3x+3yβˆ’2z=βˆ’(    ?    )

For Problems 69-80, divide.

69.

18r2s2βˆ’15rs+63rs

70.

8a2x2βˆ’4ax2+ax2ax

71.

15s10βˆ’21s5+6βˆ’3s2

72.

25m6βˆ’15m4+7βˆ’5m3

73.

4y2+12y+72y+1

74.

4t2βˆ’4tβˆ’52tβˆ’1

75.

x3+2x2+x+1xβˆ’2

76.

2x3βˆ’3x2βˆ’2x+4x+1

77.

4z2+5z+8z4+32z+1

78.

7βˆ’3t3βˆ’23t2+10t42t+3

79.

x4βˆ’1xβˆ’2

80.

y5+1yβˆ’1