"

0.3 Factoring Expressions

Now that we have reviewed the basics of polynomial arithmetic it’s time to review the basic techniques of factoring polynomial expressions. Our goal is to apply these techniques to help us solve certain specialized classes of non-linear equations. Given that factoring literally means to resolve a product into its factors, it is, in the purest sense, undoing multiplication. If this sounds like division to you then you’ve been paying attention. Let’s start with a numerical example.

Suppose we are asked to factor 16337.  We could write [latex]16337 = 16337 \cdot 1[/latex], and while this is technically a factorization of 16337,  it’s probably not an answer the poser of the question would accept.  Usually, when we’re asked to factor a natural number, we are being asked to resolve it into to a product of so-called prime numbers.[1]  Recall that prime numbers are defined as natural numbers whose only (natural number) factors are themselves and 1. They are, in essence, the building blocks of natural numbers as far as multiplication is concerned.  Said differently, we can build – via multiplication – any natural number given enough primes.

So how do we find the prime factors of 16337? We start by dividing each of the primes: 2, 3, 5, 7, etc., into 16337 until we get a remainder of 0. Eventually, we determine that [latex]16337 \div 17 = 961[/latex] with a remainder of 0, which means [latex]16337 = 17 \cdot 961[/latex]. So factoring and division are indeed closely related – factors of a number are precisely the divisors of that number which produce a zero remainder.[2] We continue our efforts to see if 961 can be factored down further, and we find that [latex]961 = 31 \cdot 31[/latex]. Hence, 16337 can be completely factored as [latex]17 \cdot 31^2[/latex]. (This factorization is called the prime factorization of 16337.)

In factoring natural numbers, our building blocks are prime numbers, so to be completely factored means that every number used in the factorization of a given number is prime. One of the challenges when it comes to factoring polynomial expressions is to explain what it means to be completely factored. In this section, our building blocks for factoring polynomials are irreducible polynomials as defined below.

Definition 0.4

A polynomial is said to be irreducible if it cannot be written as the product of polynomials of lower degree.

While Definition 0.4 seems straightforward enough, sometimes a greater level of specificity is required. For example, [latex]x^2 - 3 = (x-\sqrt{3})(x + \sqrt{3})[/latex]. While [latex]x-\sqrt{3}[/latex] and [latex]x+\sqrt{3}[/latex] are perfectly fine polynomials, factoring which requires irrational numbers is usually saved for a more advanced treatment of factoring. For now, we will restrict ourselves to factoring using rational coefficients. So, while the polynomial [latex]x^2 - 3[/latex] can be factored using irrational numbers, it is called irreducible over the rationals, because there are no polynomials with rational coefficients of smaller degree which can be used to factor it.[3]

Due to the fact that polynomials involve terms, the first step in any factoring strategy involves pulling out factors which are common to all of the terms. For example, in the polynomial [latex]18x^2y^3 - 54x^3y^2 - 12xy^2[/latex], each coefficient is a multiple of 6 so we can begin the factorization as [latex]6(3x^2y^3 - 9x^3y^2 - 2xy^2)[/latex]. The remaining coefficients: 3, 9 and 2, have no common factors so 6 was the greatest common factor. What about the variables? Each term contains an [latex]x[/latex], so we can factor an [latex]x[/latex] from each term. When we do this, we are effectively dividing each term by [latex]x[/latex] which means the exponent on [latex]x[/latex] in each term is reduced by 1: [latex]6x(3xy^3 - 9x^2y^2 - 2y^2)[/latex]. Next, we see that each term has a factor of [latex]y[/latex] in it. In fact, each term has at least two factors of [latex]y[/latex] in it, as the lowest exponent on [latex]y[/latex] in each term is 2. This means that we can factor [latex]y^2[/latex] from each term. Again, factoring out [latex]y^2[/latex] from each term is tantamount to dividing each term by [latex]y^2[/latex] so the exponent on [latex]y[/latex] in each term is reduced by two: [latex]6xy^2(3xy - 9x^2 - 2)[/latex].  Just like we checked our division by multiplication in the previous section, we can check our factoring here by multiplication, too.

\[ \begin{array}{rcl}6xy^2(3xy – 9x^2 – 2) &=& (6xy^2)(3xy) – (6xy^2)(9x^2) – (6xy^2)(2) \\ &=& 18x^2y^3 – 54x^3y^2 – 12xy^2 \, \checkmark. \end{array} \]

We summarize how to determine the Greatest Common Factor (G.C.F.) of a polynomial expression below.

Determining the G.C.F. of a Polynomial Expression

  • If the coefficients are integers, identify the G.C.F. of the coefficients.
    Note 1: If all of the coefficients are negative, consider the negative as part of the G.C.F..
    Note 2: If the coefficients involve fractions, get a common denominator, combine numerators, reduce to lowest terms and apply this step to the polynomial in the numerator.
  • If a variable is common to all of the terms, the G.C.F. contains that variable to the smallest exponent which appears among the terms.

For example, to factor [latex]-\dfrac{3}{5}z^3 - 6z^2[/latex], we would first get a common denominator and factor as:

\[ \begin{array}{rcl} -\dfrac{3}{5}z^3 – 6z^2 &=& \dfrac{-3z^3 – 30z^2}{5} \\ & & \\ &=& \dfrac{-3z^2(z + 10)}{5} \\ & & \\ &=& -\dfrac{3z^2(z + 10)}{5} \\ & & \\ &=& -\dfrac{3}{5}z^{2}(z + 10) \end{array}\]

We now list some common factoring formulas, each of which can be verified by multiplying out the right side of the equation. While they all should look familiar – this is a review section after all – some should look more familiar than others because they are special product formulas.

Common Factoring Formulas

  • Perfect Square Trinomials: [latex]a^2 + 2ab + b^2 = (a+b)^2[/latex] and [latex]a^2 - 2ab + b^2 = (a-b)^2[/latex]
  • Difference of Two Squares: [latex]a^2 - b^2 = (a-b)(a+b)[/latex]
    Note: In general, the sum of squares, [latex]a^2 + b^2[/latex] is irreducible over the rationals.
  • Sum of Two Cubes: [latex]a^3 + b^3 = (a + b)(a^2 - ab + b^2)[/latex]
    Note: In general, [latex]a^2 - ab + b^2[/latex] is irreducible over the rationals.
  • Difference of Two Cubes: [latex]a^3 - b^3 = (a - b)(a^2 + ab + b^2)[/latex]
    Note: In general, [latex]a^2 + ab + b^2[/latex] is irreducible over the rationals.

The example on the next page gives us practice with these formulas.

Example 0.3.1

Example 0.3.1.1

Factor the following polynomials completely over the rationals. That is, write each polynomial as a product polynomials of lowest degree which are irreducible over the rationals.

[latex]18x^2 - 48x + 32[/latex]

Solution:

Factor [latex]18x^2 - 48x + 32[/latex].

Our first step is to factor out the G.C.F. which in this case is 2. To match what is left with one of the special forms, we rewrite [latex]9x^2 = (3x)^2[/latex] and [latex]16 = 4^2[/latex]. We see that we have a perfect square trinomial, because the middle term is [latex]-24x = -2(4)(3x)[/latex].

\[ \begin{array}{rclr}
18x^2 – 48x + 32 & = & 2(9x^2 – 24x + 16) & \text{Factor out G.C.F.}\\
& = & 2((3x)^2 – 2(4)(3x) + (4)^2) & \\
& = & 2(3x-4)^2 & \text{Perfect Square Trinomial: } a = 3x, \;  b=4 \\
\end{array}\]

Our final answer is [latex]2(3x-4)^2[/latex].

To check our work, we multiply out [latex]2(3x-4)^2[/latex] to show that it equals [latex]18x^2 - 48x + 32[/latex].

Example 0.3.1.2

Factor the following polynomials completely over the rationals. That is, write each polynomial as a product polynomials of lowest degree which are irreducible over the rationals.

[latex]64y^2 - 1[/latex]

Solution:

Factor [latex]64y^2 - 1[/latex].

For [latex]64y^2 - 1[/latex], we note that the G.C.F. of the terms is just 1, so there is nothing (of substance) to factor out of both terms.

Due to the fact that [latex]64y^2 - 1[/latex] is the difference of two terms, one of which is a square, we look to the Difference of Squares Formula for inspiration. Seeing [latex]64y^2 = (8y)^2[/latex] and [latex]1 = 1^2[/latex], we get

\[ \begin{array}{rclr}
64y^2 – 1 & = & (8y)^2 – 1^2 & \\
& = & (8y-1)(8y+1) & \text{Difference of Squares: } a = 8y, \; b = 1 \\
\end{array} \]

As before, we can check our final answer by multiplying out [latex](8y-1)(8y+1)[/latex] to show that it equals [latex]64y^2 - 1[/latex].

Example 0.3.1.3

Factor the following polynomials completely over the rationals. That is, write each polynomial as a product polynomials of lowest degree which are irreducible over the rationals.

[latex]75t^4 + 30t^3 + 3t^2[/latex]

Solution:

Factor [latex]75t^4 + 30t^3 + 3t^2[/latex].

The G.C.F. of the terms in [latex]75t^4 + 30t^3 + 3t^2[/latex] is [latex]3t^2[/latex], so we factor that out first.

\[ \begin{array}{rclr}
75t^4 + 30t^3 + 3t^2 & = & 3t^2 (25t^2+10t + 1) & \text{Factor out G.C.F.}\\
\end{array}\]

We identify what remains as a perfect square trinomial:

\[ \begin{array}{rclr}
3t^2 (25t^2+10t + 1)& = & 3t^2 ((5t)^2 + 2(1)(5t) + 1^2) & \\
& = & 3t^2 (5t+1)^2 & \text{Perfect Square Trinomial: } a = 5t, \; b = 1 \\
\end{array}\]

Our final answer is [latex]3t^2 (5t+1)^2[/latex], which the reader is invited to check.

Example 0.3.1.4

Factor the following polynomials completely over the rationals. That is, write each polynomial as a product polynomials of lowest degree which are irreducible over the rationals.

[latex]w^4 z - w z^4[/latex]

Solution:

Factor [latex]w^4 z - w z^4[/latex].

For [latex]w^4 z - w z^4[/latex], we identify the G.C.F. as [latex]wz[/latex] and once we factor it out a difference of cubes is revealed:

\[ \begin{array}{rclr}
w^4 z – w z^4 & = & wz(w^3 – z^3) & \text{Factor out G.C.F.} \\
& = & wz(w-z)(w^2+wz+z^2) & \text{Difference of Cubes: } a=w, \;  b = z \\
\end{array} \]

Our final answer is [latex]wz(w-z)(w^2+wz+z^2)[/latex].

The reader is strongly encouraged to multiply this out to see that it reduces to [latex]w^4 z - w z^4[/latex].

Example 0.3.1.5

Factor the following polynomials completely over the rationals. That is, write each polynomial as a product polynomials of lowest degree which are irreducible over the rationals.

[latex]81 - 16t^4[/latex]

Solution:

Factor [latex]81 - 16t^4[/latex].

The G.C.F. of the terms in [latex]81 - 16t^4[/latex] is just 1 so there is nothing of substance to factor out from both terms.

With just a difference of two terms, we are limited to fitting this polynomial into either the Difference of Two Squares or Difference of Two Cubes formula. With the variable here being [latex]t^4[/latex], and 4 is a multiple of 2, we can think of [latex]t^4 = (t^2)^2[/latex]. This means that we can write [latex]16t^4 = (4t^2)^2[/latex] which is a perfect square. (As 4 is not a multiple of 3, we cannot write [latex]t^4[/latex] as a perfect cube of a polynomial.) Identifying [latex]81 = 9^2[/latex] and [latex]16t^4 = (4t^2)^2[/latex], we apply the Difference of Squares Formula to get:

\[ \begin{array}{rclr}
81 – 16t^4 & = & 9^2 – (4t^2)^2 & \\
& = & (9-4t^2)(9+4t^2) & \text{Difference of Squares: } a = 9, \; b = 4t^2 \\
\end{array}\]

At this point, we have an opportunity to proceed further in the first quantity. Identifying [latex]9 = 3^2[/latex] and [latex]4t^2 = (2t)^2[/latex], we see that we have another difference of squares in the first quantity, which we can reduce. (The sum of two squares in the second quantity cannot be factored over the rationals.)

\[ \begin{array}{rclr}
81 – 16t^4 & = & (9-4t^2)(9+4t^2) & \\
& = & (3^2 – (2t)^2) (9 + 4t^2) & \\
& = & (3 – 2t)(3+2t)(9 + 4t^2) & \text{Difference of Squares: } a = 3, \; b = 2t \\
\end{array} \]

As always, the reader is encouraged to multiply out [latex](3 - 2t)(3+2t)(9 + 4t^2)[/latex] to check the result.

Example 0.3.1.6

Factor the following polynomials completely over the rationals. That is, write each polynomial as a product polynomials of lowest degree which are irreducible over the rationals.

[latex]x^6 - 64[/latex]

Solution:

Factor [latex]x^6 - 64[/latex].

With a G.C.F. of 1 and just two terms, [latex]x^6 - 64[/latex] is a candidate for both the Difference of Squares and the Difference of Cubes formulas. Notice that we can identify [latex]x^6 = (x^3)^2[/latex] and [latex]64 = 8^2[/latex] (both perfect squares), but also [latex]x^6 = (x^2)^3[/latex] and [latex]64 = 4^3[/latex] (both perfect cubes).  If we follow the Difference of Squares approach, we get:

\[ \begin{array}{rclr}
x^6 – 64 & = & (x^3)^2 – 8^2 & \\
& = & (x^3 – 8)(x^3 + 8) & \text{Difference of Squares: } a = x^3, \; b = 8 \\
\end{array} \]

At this point, we have an opportunity to use both the Difference and Sum of Cubes formulas:

\[ \begin{array}{rclr}
x^6 – 64 & = & (x^3 – 2^3)(x^3 + 2^3) & \\
& = & (x-2)(x^2+2x+2^2)(x+2)(x^2 – 2x + 2^2) & \text{Sum / Diff. of Cubes: } a = x, \; b = 2 \\
& = & (x-2)(x+2)(x^2-2x+4)(x^2+2x+4) & \text{Rearrange factors} \\
\end{array} \]

From this approach, our final answer is [latex](x-2)(x+2)(x^2-2x+4)(x^2+2x+4)[/latex].

 

Following the Difference of Cubes Formula approach, we get:

\[ \begin{array}{rclr}
x^6 – 64 & = & (x^2)^3 – 4^3 & \\
& = & (x^2 – 4)((x^2)^2 + 4x^2 + 4^2) & \text{Difference of Cubes: } a = x^2, \; b = 4 \\
& = & (x^2 – 4)(x^4 + 4x^2 + 16) & \\
\end{array} \]

At this point, we recognize [latex]x^2 - 4[/latex] as a difference of two squares:

\[ \begin{array}{rclr}
x^6 – 64 & = & (x^2 – 2^2)(x^4 + 4x^2 + 16) & \\
& = & (x-2)(x+2)(x^4 + 4x^2 + 16) & \text{Difference of Squares: } a = x, \; b = 2 \\
\end{array} \]

Unfortunately, the remaining factor [latex]x^4 + 4x^2 + 16[/latex] is not a perfect square trinomial – the middle term would have to be [latex]8x^2[/latex] for this to work – so our final answer using this approach is [latex](x-2)(x+2)(x^4 + 4x^2 + 16)[/latex].

This isn’t as factored as our result from the Difference of Squares approach which was [latex](x-2)(x+2)(x^2-2x+4)(x^2+2x+4)[/latex]. While it is true that [latex]x^4 + 4x^2 + 16 = (x^2-2x+4)(x^2+2x+4)[/latex], there is no intuitive way to motivate this factorization at this point.[4]

The moral of the story? When given the option between using the Difference of Squares and Difference of Cubes, start with the Difference of Squares.

Our final answer to this problem is [latex](x-2)(x+2)(x^2-2x+4)(x^2+2x+4)[/latex].

The reader is strongly encouraged to show that this reduces down to [latex]x^6 - 64[/latex] after performing all of the multiplication.

The formulas above, while useful, can only take us so far. Thus, we need to review some additional factoring strategies which should be good friends from back in the day!

Additional Factoring Formulas

  • un-F.O.I.L.ing: Given a trinomial [latex]Ax^2 + Bx + C[/latex], try to reverse the F.O.I.L. process.
    That is, find [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] and [latex]d[/latex] such that [latex]Ax^2 + Bx + C= (ax+b)(cx+d)[/latex].
    Note: This means [latex]ac = A[/latex], [latex]bd = C[/latex] and [latex]B = ad+bc[/latex].
  • Factor by Grouping: If the expression contains four terms with no common factors among the four terms, try factor by grouping:
    \[ac + bc + ad + bd = (a +b)c + (a+b)d = (a+b)(c+d)\]

The techniques of un-F.O.I.L.ing and factoring by grouping are difficult to describe in general but should make sense to you with enough practice. Be forewarned – like all Rules of Thumb, these strategies work just often enough to be useful, but you can be sure there are exceptions which will defy any advice given here and will require some inspiration to solve. Even though Chapter 2 will give us more powerful factoring methods, we’ll find that, in the end, there is no single algorithm for factoring which works for every polynomial. In other words, there will be times when you just have to try something and see what happens.

Example 0.3.2

Example 0.3.2.1

Factor the following polynomials completely over the integers.  This means that all of the coefficients in the factors will be integers. While it was decided to avoid fractions in this set of examples, don’t get complacent, though, because fractions will return with a vengeance soon enough.

[latex]x^2 - x - 6[/latex]

Solution:

Factor [latex]x^2 - x - 6[/latex].

The G.C.F. of the terms [latex]x^2 - x - 6[/latex] is 1 and [latex]x^2 - x - 6[/latex] isn’t a perfect square trinomial (Think about why not.) so we try to reverse the F.O.I.L. process and look for integers [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] and [latex]d[/latex] such that \[(ax + b)(cx + d) = x^2 – x – 6.\]

To get started, we note that [latex]ac = 1[/latex].

Because [latex]a[/latex] and [latex]c[/latex] are meant to be integers, that leaves us with either [latex]a[/latex] and [latex]c[/latex] both being 1, or [latex]a[/latex] and [latex]c[/latex] both being [latex]-1[/latex].

We’ll go with [latex]a = c = 1[/latex], as we can factor the negatives into our choices for [latex]b[/latex] and [latex]d[/latex]. This yields [latex](x+b)(x+d) = x^2-x-6[/latex].

Next, we use the fact that [latex]bd = -6[/latex]. The product is negative so we know that one of [latex]b[/latex] or [latex]d[/latex] is positive and the other is negative. Given [latex]b[/latex] and [latex]d[/latex] are integers, one of [latex]b[/latex] or [latex]d[/latex] is [latex]\pm 1[/latex] and the other is [latex]\mp 6[/latex] OR one of [latex]b[/latex] or [latex]d[/latex] is [latex]\pm 2[/latex] and the other is [latex]\mp 3[/latex].

After some guessing and checking, we find that [latex]x^2 - x - 6 = (x+2)(x-3)[/latex].

Example 0.3.2.2

Factor the following polynomials completely over the integers.  This means that all of the coefficients in the factors will be integers. While it was decided to avoid fractions in this set of examples, don’t get complacent, though, because fractions will return with a vengeance soon enough.

[latex]2t^2 - 11t + 5[/latex]

Solution:

Factor [latex]2t^2 - 11t + 5[/latex].

As with the previous example, we check the G.C.F. of the terms in [latex]2t^2 - 11t + 5[/latex], determine it to be 1 and see that the polynomial doesn’t fit the pattern for a perfect square trinomial.

We now try to find integers [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] and [latex]d[/latex] such that [latex](at+b)(ct+d) = 2t^2 - 11t + 5[/latex].

As [latex]ac = 2[/latex], we have that one of [latex]a[/latex] or [latex]c[/latex] is 2, and the other is 1. (Once again, we ignore the negative options.)

At this stage, there is nothing really distinguishing [latex]a[/latex] from [latex]c[/latex] so we choose [latex]a = 2[/latex] and [latex]c = 1[/latex].

Now we look for [latex]b[/latex] and [latex]d[/latex] such that [latex](2t + b)(t+d) = 2t^2 - 11t + 5[/latex]. We know [latex]bd = 5[/latex] so one of [latex]b[/latex] or [latex]d[/latex] is [latex]\pm 1[/latex] and the other [latex]\pm 5[/latex].

Given that [latex]bd[/latex] is positive, [latex]b[/latex] and [latex]d[/latex] must have the same sign. The negative middle term [latex]-11t[/latex] guides us to guess [latex]b = -1[/latex] and [latex]d = -5[/latex] so that we get [latex](2t -1)(t -5) = 2t^2 - 11t + 5[/latex].

We verify our answer by multiplying.[5]

Example 0.3.2.3

Factor the following polynomials completely over the integers.  This means that all of the coefficients in the factors will be integers. While it was decided to avoid fractions in this set of examples, don’t get complacent, though, because fractions will return with a vengeance soon enough.

[latex]36 - 11y - 12y^2[/latex]

Solution:

Factor [latex]36 - 11y - 12y^2[/latex].

Once again, we check for a nontrivial G.C.F. and determine if [latex]36 - 11y - 12y^2[/latex] fits the pattern of a perfect square.

Twice disappointed, we rewrite [latex]36 - 11y - 12y^2 = -12y^2 - 11y + 36[/latex] for notational convenience.

We now look for integers [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] and [latex]d[/latex] such that [latex]-12y^2 - 11y + 36 = (ay + b)(cy + d)[/latex].

Due to the fact that [latex]ac =-12[/latex], we know that one of [latex]a[/latex] or [latex]c[/latex] is [latex]\pm 1[/latex] and the other [latex]\mp 12[/latex] OR one of them is [latex]\pm 2[/latex] and the other is [latex]\mp 6[/latex] OR one of them is [latex]\pm 3[/latex] while the other is [latex]\mp 4[/latex].

As their product is [latex]-12[/latex], however, we know one of them is positive, while the other is negative.

To make matters worse, the constant term 36 has its fair share of factors, too.

Our answers for [latex]b[/latex] and [latex]d[/latex] lie among the pairs [latex]\pm 1[/latex] and [latex]\pm 36[/latex], [latex]\pm 2[/latex] and [latex]\pm 18[/latex], [latex]\pm 4[/latex] and [latex]\pm 9[/latex], or [latex]\pm 6[/latex].

Because we know one of [latex]a[/latex] or [latex]c[/latex] will be negative, we can simplify our choices for [latex]b[/latex] and [latex]d[/latex] and just look at the positive possibilities.

After some guessing and checking,[6] we determine [latex](-3y + 4)(4y+9) = -12y^2 - 11y + 36[/latex].

Example 0.3.2.4

Factor the following polynomials completely over the integers.  This means that all of the coefficients in the factors will be integers. While it was decided to avoid fractions in this set of examples, don’t get complacent, though, because fractions will return with a vengeance soon enough.

[latex]18xy^2 - 54xy - 180x[/latex]

Solution:

Factor [latex]18xy^2 - 54xy - 180x[/latex].

Given the G.C.F. of the terms in [latex]18xy^2 - 54xy - 180x[/latex] is [latex]18x[/latex], we begin the problem by factoring it out first:

\[18xy^2 – 54xy – 180x = 18x(y^2 – 3y – 10).\]

We now focus our attention on [latex]y^2 - 3y - 10[/latex]. We can take [latex]a[/latex] and [latex]c[/latex] to both be 1 which yields [latex](y+b)(y+d) = y^2 - 3y - 10[/latex].

Our choices for [latex]b[/latex] and [latex]d[/latex] are among the factor pairs of [latex]-10[/latex]: [latex]\pm 1[/latex] and [latex]\mp 10[/latex] or [latex]\pm 2[/latex] and [latex]\mp 5[/latex], where one of [latex]b[/latex] or [latex]d[/latex] is positive and the other is negative. We find [latex](y-5)(y+2) = y^2 - 3y - 10[/latex].

Our final answer is [latex]18xy^2 - 54xy - 180x = 18x(y-5)(y+2)[/latex].

Example 0.3.2.5

Factor the following polynomials completely over the integers.  This means that all of the coefficients in the factors will be integers. While it was decided to avoid fractions in this set of examples, don’t get complacent, though, because fractions will return with a vengeance soon enough.

[latex]2t^3 - 10t^2 + 3t - 15[/latex]

Solution:

Factor [latex]2t^3 - 10t^2 + 3t - 15[/latex].

With [latex]2t^3 - 10t^2 - 3t + 15[/latex] being four terms, we are pretty much resigned to factoring by grouping. The strategy here is to factor out the G.C.F. from two pairs of terms, and see if this reveals a common factor.

If we group the first two terms, we can factor out a [latex]2t^2[/latex] to get [latex]2t^3 - 10t^2 = 2t^2(t-5)[/latex].

We now try to factor something out of the last two terms that will leave us with a factor of [latex](t-5)[/latex]. Sure enough, we can factor out a [latex]-3[/latex] from both: [latex]-3t + 15 = -3(t-5)[/latex]. Hence, we get

\[ \begin{array}{rcl} 2t^3 – 10t^2 – 3t + 15 &=& 2t^2(t-5) – 3(t-5) \\ &=& (2t^2-3)(t-5) \end{array}\]

Now the question becomes can we factor [latex]2t^2 - 3[/latex] over the integers? This would require integers [latex]a, \;  b, \;  c[/latex] and [latex]d[/latex] such that [latex](at + b)(ct + d) = 2t^2 - 3[/latex].

As a result of [latex]ab = 2[/latex] and [latex]cd = -3[/latex], we aren’t left with many options – in fact, we really have only four choices:

\((2t – 1)(t+3)\)

\((2t+1)(t-3)\)

\((2t – 3)(t+1)\)

or

\((2t+3)(t-1)\)

None of these produce [latex]2t^2 - 3[/latex] – which means it’s irreducible over the integers.

Thus our final answer is [latex](2t^2-3)(t-5)[/latex].

Example 0.3.2.6

Factor the following polynomials completely over the integers.  This means that all of the coefficients in the factors will be integers. While it was decided to avoid fractions in this set of examples, don’t get complacent, though, because fractions will return with a vengeance soon enough.

[latex]x^4 + 4x^2 + 16[/latex]

Solution:

Factor [latex]x^4 + 4x^2 + 16[/latex].

Our last example, [latex]x^4 + 4x^2 + 16[/latex], is our old friend from Example 0.3.1. As noted there, it is not a perfect square trinomial, so we could try to reverse the F.O.I.L. process.

This is complicated by the fact that our highest degree term is [latex]x^4[/latex], so we would have to look at factorizations of the form [latex](x+b)(x^3+d)[/latex] as well as [latex](x^2 + b)(x^2 + d)[/latex]. We leave it to the reader to show that neither of those work.

This is an example of where trying something pays off. Even though we’ve stated that it is not a perfect square trinomial, it’s pretty close.

Identifying [latex]x^4 = (x^2)^2[/latex] and [latex]16 = 4^2[/latex], we’d have [latex](x^2 + 4)^2 = x^4 + 8x^2 + 16[/latex], but instead of [latex]8x^2[/latex] as our middle term, we only have [latex]4x^2[/latex]. We could add in the extra [latex]4x^2[/latex] we need, but to keep the balance, we’d have to subtract it off. Doing so produces an unexpected opportunity:

\[ \begin{array}{rclr} x^4 + 4x^2 + 16 & = & x^4 + 4x^2 + 16 + (4x^2 – 4x^2) & \text{Adding and subtracting the same term} \\
& = & x^4 + 8x^2 + 16 – 4x^2 & \text{Rearranging terms} \\
& = & (x^2 + 4)^2 – (2x)^2 & \text{Factoring perfect square trinomial} \\
& = & [(x^2 +4) – 2x][ (x^2 + 4) + 2x] & \text{Difference of Squares: } a= (x^2 + 4), \; b = 2x \\
& = & (x^2 – 2x + 4)(x^2 + 2x + 4) & \text{Rearraging terms} \\
\end{array}\]

We leave it to the reader to check that neither [latex]x^2 - 2x + 4[/latex] nor [latex]x^2 + 2x + 4[/latex] factor over the integers, so we are done.

0.3.1 Section Exercises

In Exercises 1 – 30, factor completely over the integers. Check your answer by multiplication.

  1. [latex]2x - 10x^2[/latex]
  2. [latex]12t^5 - 8t^3[/latex]
  3. [latex]16xy^2 - 12x^2y[/latex]
  4. [latex]5(m+3)^2- 4(m+3)^3[/latex]
  5. [latex](2x-1)(x+3) - 4(2x-1)[/latex]
  6. [latex]t^2(t-5) + t - 5[/latex]
  7. [latex]w^2 - 121[/latex]
  8. [latex]49 - 4t^2[/latex]
  9. [latex]81t^4 - 16[/latex]
  10. [latex]9z^2 - 64y^4[/latex]
  11. [latex](y+3)^2 - 4y^2[/latex]
  12. [latex](x+h)^3 - (x+h)[/latex]
  13. [latex]y^2 - 24y + 144[/latex]
  14. [latex]25t^2 + 10t + 1[/latex]
  15. [latex]12x^3 - 36x^2 + 27x[/latex]
  16. [latex]m^4 + 10m^2 + 25[/latex]
  17. [latex]27 - 8x^3[/latex]
  18. [latex]t^6 +t^3[/latex]
  19. [latex]x^2 - 5x - 14[/latex]
  20. [latex]y^2 - 12y + 27[/latex]
  21. [latex]3t^2 + 16t + 5[/latex]
  22. [latex]6x^2 - 23x + 20[/latex]
  23. [latex]35+2m - m^2[/latex]
  24. [latex]7w - 2w^2 - 3[/latex]
  25. [latex]3m^3 + 9m^2 - 12m[/latex]
  26. [latex]x^4 + x^2 - 20[/latex]
  27. [latex]4(t^2-1)^2 +3(t^2-1) - 10[/latex]
  28. [latex]x^3 - 5x^2 - 9x + 45[/latex]
  29. [latex]3t^2 + t - 3 - t^3[/latex]
  30. [latex]y^4 + 5y^2 + 9[/latex],  Note: [latex]y^4 + 5y^2 + 9 = (y^4 + 6y^2 + 9) - y^2[/latex]

 

Section 0.3 Exercise Answers can be found in the Appendix.


  1. As mentioned in Section 0.1, this is possible, in only one way, thanks to the Fundamental Theorem of Arithmetic.
  2. We'll refer back to this when we get to Section 2.3.
  3. If this isn't immediately obvious, don't worry - in some sense, it shouldn't be. We'll talk more about this later.
  4. Of course, this begs the question, "How do we know [latex]x^2-2x+4[/latex] and [latex]x^2+2x+4[/latex] are irreducible?'' (We were told so on previously, but no reason was given.) Stay tuned! We'll get back to this in due course.
  5. That's the checking part of guessing and checking.
  6. Some of these guesses can be more educated than others. Due to the fact that the middle term is relatively small, we don't expect the extreme factors of 36 and 12 to appear, for instance.
definition

License

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

Functions, Trigonometry, and Systems of Equations (Second Edition) Copyright © 2025 by Texas A&M Mathematics Department is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book