Factoring Higher-Degree Polynomials
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn how to factor polynomials of degree 3 and higher using grouping and the rational root theorem.
The Concept
Section titled “The Concept”Factoring higher-degree polynomials builds on what you learned with quadratics. The goal is to write the polynomial as a product of lower-degree factors.
Common strategies:
- Greatest Common Factor (GCF) - always check first.
- Grouping - useful for polynomials with 4 or more terms.
- Rational Root Theorem - helps identify possible rational roots to test.
Rational Root Theorem: any possible rational root p/q has p as a factor of the constant term and q as a factor of the leading coefficient.
Once you find a root, use synthetic division to factor it out and reduce the degree.
Worked Example
Section titled “Worked Example”Factor 2x³ − 3x² − 11x + 6.
The graph shows the cubic crossing the x-axis at three points. These are the roots we need to find. Each gold dot is a solution to 2x³ − 3x² − 11x + 6 = 0. The factored form (x − 3)(2x − 1)(x + 2) tells us exactly where those crossings happen.
1. List possible rational roots
The constant term is 6 and the leading coefficient is 2. By the Rational Root Theorem, possible rational roots are ±1, ±2, ±3, ±6, ±1/2, ±3/2.
2. Test x = 3
So x = 3 is a root, which means (x − 3) is a factor.
3. Use synthetic division to divide by (x − 3)
Synthetic division is a shortcut for dividing a polynomial by a linear factor (x − r). Instead of doing long division, you only work with the coefficients. Here’s how it works step by step for dividing 2x³ − 3x² − 11x + 6 by (x − 3):
- Write the root (3) on the left and the coefficients of the polynomial (2, −3, −11, 6) in a row.
- Bring down the first coefficient (2).
- Multiply the root by that number: 3 × 2 = 6. Write it under the next coefficient.
- Add down the column: −3 + 6 = 3.
- Repeat: 3 × 3 = 9, write under next coefficient, add: −11 + 9 = −2.
- Repeat once more: 3 × (−2) = −6, add: 6 + (−6) = 0. The zero confirms x = 3 is a root.
| 3 | 2 | −3 | −11 | 6 |
|---|---|---|---|---|
| 6 | 9 | −6 | ||
| 2 | 3 | −2 | 0 |
The bottom row (2, 3, −2) gives the coefficients of the quotient: 2x² + 3x − 2. The last number (0) is the remainder. Zero means (x − 3) divides evenly.
4. Factor the remaining quadratic
Final factored form:
The roots are x = 3, x = 1/2, and x = −2, matching the three gold dots on the graph.
Real-World Application
Section titled “Real-World Application”Factoring higher-degree polynomials helps in:
- Finding break-even points in business models
- Solving volume or area optimization problems
- Analyzing projectile or motion equations
- Engineering design (beam stress, fluid flow)
Example: a company’s profit model is a cubic polynomial. Factoring it helps find the production levels where profit is zero (break-even points).