Precalculus with Integrated CalculusXYZ Homework Edition

⇩ Download ▾

15.9 Basic Factoring Techniques

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 16337 = 16337 1 , 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 find that 16337 ÷ 17 = 961 with a remainder of 0 , which means 16337 = 17 961 . 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 961 = 31 31 . Hence, 16337 can be `completely factored' as 17 31 2 . (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.

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

Since 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 18 x 2 y 3 54 x 3 y 2 12 x y 2 , each coefficient is a multiple of 6 so we can begin the factorization as 6 ( 3 x 2 y 3 9 x 3 y 2 2 x y 2 ) . 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 x , so we can factor an x from each term. When we do this, we are effectively dividing each term by x which means the exponent on x in each term is reduced by 1 : 6 x ( 3 x y 3 9 x 2 y 2 2 y 2 ) . Next, we see that each term has a factor of y in it. In fact, each term has at least two factors of y in it, since the lowest exponent on y in each term is 2 . This means that we can factor y 2 from each term. Again, factoring out y 2 from each term is tantamount to dividing each term by y 2 so the exponent on y in each term is reduced by two: 6 x y 2 ( 3 x y 9 x 2 2 ) . Just like we checked our division by multiplication in the previous section, we can check our factoring here by multiplication, too. 6 x y 2 ( 3 x y 9 x 2 2 ) = ( 6 x y 2 ) ( 3 x y ) ( 6 x y 2 ) ( 9 x 2 ) ( 6 x y 2 ) ( 2 ) = 18 x 2 y 3 54 x 3 y 2 12 x y 2 . We summarize how to find the Greatest Common Factor (G.C.F.) of a polynomial expression below.

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

For example, to factor 3 5 z 3 6 z 2 , we would first get a common denominator and factor as:

3 5 z 3 6 z 2 = 3 z 3 30 z 2 5 = 3 z 2 ( z + 10 ) 5 = 3 z 2 ( z + 10 ) 5 = 3 5 z 2 ( z + 10 )

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 since they appeared as `special product' formulas in the previous section.

Common Factoring Formulas

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

The formulas on page Section 15.9, 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

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.6 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.

Solving Equations by Factoring

Many students wonder why they are forced to learn how to factor. Simply put, factoring is our main tool for solving the non-linear equations which arise in many of the applications of Mathematics.12 We use factoring in conjunction with the Zero Product Property of Real Numbers which was first stated on page Section 15.2 and is given here again for reference.

The Zero Product Property of Real Numbers: If a and b are real numbers with a b = 0 then either a = 0 or b = 0 or both.

Consider the equation 6 x 2 + 11 x = 10 . To see how the Zero Product Property is used to help us solve this equation, we first set the equation equal to zero and then apply the techniques from Example A.9.2:

6 x 2 + 11 x = 10 6 x 2 + 11 x 10 = 0 Subtract  10  from both sides ( 2 x + 5 ) ( 3 x 2 ) = 0 Factor 2 x + 5 = 0 or 3 x 2 = 0 Zero Product Property a = 2 x + 5 , b = 3 x 2 x = 5 2 or x = 2 3

The reader should check that both of these solutions satisfy the original equation.

It is critical that you see the importance of setting the expression equal to 0 before factoring. Otherwise, we'd get something silly like:

6 x 2 + 11 x = 10 x ( 6 x + 11 ) = 10 Factor

What we cannot deduce from this equation is that x = 10 or 6 x + 11 = 10 or that x = 2 and 6 x + 11 = 5 . (It's wrong and you should feel bad if you do it.) It is precisely because 0 plays such a special role in the arithmetic of real numbers (as the Additive Identity) that we can assume a factor is 0 when the product is 0 . No other real number has that ability.

We summarize the correct equation solving strategy below.

Strategy for Solving Non-linear Equations

  1. Put all of the nonzero terms on one side of the equation so that the other side is 0 .
  2. Factor.
  3. Use the Zero Product Property of Real Numbers and set each factor equal to 0 .
  4. Solve each of the resulting equations.

Let's finish the section with a collection of examples in which we use this strategy.

Exercises

In Exercises -, factor completely over the integers. Check your answer by multiplication.

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

In Exercises -, find all rational number solutions. Check your answers.

  1. ( 7 x + 3 ) ( x 5 ) = 0
  2. ( 2 t 1 ) 2 ( t + 4 ) = 0
  3. ( y 2 + 4 ) ( 3 y 2 + y 10 ) = 0
  4. 4 t = t 2
  5. y + 3 = 2 y 2
  6. 26 x = 8 x 2 + 21
  7. 16 x 4 = 9 x 2
  8. w ( 6 w + 11 ) = 10
  9. 2 w 2 + 5 w + 2 = 3 ( 2 w + 1 )
  10. x 2 ( x 3 ) = 16 ( x 3 )
  11. ( 2 t + 1 ) 3 = ( 2 t + 1 )
  12. a 4 + 4 = 6 a 2
  13. 8 t 2 3 = 2 t + 3
  14. x 3 + x 2 = x 2 + 1 3
  15. y 4 3 y 2 = 3 2 ( y 2 + 3 )
  16. With help from your classmates, factor 4 x 4 + 8 x 2 + 9 .
  17. With help from your classmates, find an equation which has 3 , 1 2 , and 117 as solutions.

Answers

  1. 2 x ( 1 5 x )
  2. 4 t 3 ( 3 t 2 2 )
  3. 4 x y ( 4 y 3 x )
  4. ( m + 3 ) 2 ( 4 m + 7 )
  5. ( 2 x 1 ) ( x 1 )
  6. ( t 5 ) ( t 2 + 1 )
  7. ( w 11 ) ( w + 11 )
  8. ( 7 2 t ) ( 7 + 2 t )
  9. ( 3 t 2 ) ( 3 t + 2 ) ( 9 t 2 + 4 )
  10. ( 3 z 8 y 2 ) ( 3 z + 8 y 2 )
  11. 3 ( y 3 ) ( y + 1 )
  12. ( x + h ) ( x + h 1 ) ( x + h + 1 )
  13. ( y 12 ) 2
  14. ( 5 t + 1 ) 2
  15. 3 x ( 2 x 3 ) 2
  16. ( m 2 + 5 ) 2
  17. ( 3 2 x ) ( 9 + 6 x + 4 x 2 )
  18. t 3 ( t + 1 ) ( t 2 t + 1 )
  19. ( x 7 ) ( x + 2 )
  20. ( y 9 ) ( y 3 )
  21. ( 3 t + 1 ) ( t + 5 )
  22. ( 2 x 5 ) ( 3 x 4 )
  23. ( 7 m ) ( 5 + m )
  24. ( 2 w + 1 ) ( w 3 )
  25. 3 m ( m 1 ) ( m + 4 )
  26. ( x 2 ) ( x + 2 ) ( x 2 + 5 )
  27. ( 2 t 3 ) ( 2 t + 3 ) ( t 2 + 1 )
  28. ( x 3 ) ( x + 3 ) ( x 5 )
  29. ( t 3 ) ( 1 t ) ( 1 + t )
  30. ( y 2 y + 3 ) ( y 2 + y + 3 )
  31. x = 3 7 or x = 5
  32. t = 1 2 or t = 4
  33. y = 5 3 or y = 2
  34. t = 0 or t = 4
  35. y = 1 or y = 3 2
  36. x = 3 2 or x = 7 4
  37. x = 0 or x = ± 3 4
  38. w = 5 2 or w = 2 3
  39. w = 5 or w = 1 2
  40. x = 3 or x = ± 4
  41. t = 1 , t = 1 2 , or t = 0
  42. a = ± 1
  43. t = 3 4 or t = 3 2
  44. x = 2 3
  45. y = ± 3

Adapted from Precalculus, Preliminary 4th Edition (integrated calculus), by Carl Stitz and Jeff Zeager (stitz-zeager.com), licensed under CC BY-NC-SA 3.0. Changes were made: reformatted as an accessible XYZ web edition. License: CC-BY-NC-SA-3.0.

These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.