Factor Theorem

Download as PDF

Ever wondered if there's a shortcut to finding factors of complex polynomials? The Factor Theorem is your secret weapon! This powerful tool connects a polynomial's roots to its factors, making factoring much simpler and more intuitive than long division alone.

Factor Theorem — an original Algebra911 reference diagram defining factor theorem with its key formula and a worked example.
The Factor Theorem: A Complete Guide to Factoring Polynomials

What Is the Factor Theorem?

The Factor Theorem is a rule in algebra that states a polynomial P(x) has a factor (xk) if and only if P(k)=0. In simpler terms, if plugging a number k into a polynomial gives you an answer of zero, then (xk) is one of that polynomial's factors. This provides a powerful method for testing potential factors without performing cumbersome division.

This theorem is a special case of the more general Remainder Theorem. The Remainder Theorem tells us that when you divide a polynomial P(x) by (xk), the remainder is equal to P(k). Think about what it means for something to be a factor: it must divide the original expression perfectly, leaving a remainder of zero. The Factor Theorem simply applies this logic. If the remainder P(k) is 0, then (xk) must be a factor. It's a direct and elegant link between the roots of a polynomial (the values of x that make it equal to zero) and its factors.

A polynomial P(x) has a factor (xk) if and only if P(k)=0.

Why Does the Factor Theorem Work?

Understanding why a theorem works is key to mastering it. The logic behind the Factor Theorem flows directly from the concept of polynomial division and the Remainder Theorem. Let's break it down.

Any time you divide a polynomial P(x) by a linear expression like (xk), you get a quotient polynomial, let's call it Q(x), and a remainder, R. We can write this relationship as:

P(x)=(xk)Q(x)+R

The Remainder Theorem provides a shortcut for finding R. It states that the remainder R is simply the value of the polynomial when you substitute k for x. So, R=P(k). Let's substitute that back into our equation:

P(x)=(xk)Q(x)+P(k)

Now, consider what happens if we test a value k and find that P(k)=0. Our equation becomes:

P(x)=(xk)Q(x)+0

Or more simply:

P(x)=(xk)Q(x)

This final equation shows that P(x) is a product of (xk) and another polynomial Q(x). By definition, this means (xk) is a factor of P(x). It divides P(x) perfectly with no remainder. This logical chain is the foundation of the theorem and why it's such a reliable tool for factoring.

How Do You Use the Factor Theorem to Find Factors?

Using the Factor Theorem is a straightforward process of testing values. The goal is to find a number k that makes the polynomial equal to zero. Here is a step-by-step guide:

  1. Identify the Polynomial: Start with your polynomial, P(x). For example, let's use P(x)=x32x25x+6.
  2. Guess a Potential Root (k): You need to test values for k. A great place to start is with the integer factors of the constant term. In our example, the constant term is 6. Its factors are ±1,±2,±3,±6. Let's try testing k=1.
  3. Calculate P(k): Substitute your chosen value of k into the polynomial and evaluate it. For k=1:
    P(1)=(1)32(1)25(1)+6
    P(1)=12(1)5+6
    P(1)=125+6=0
  4. Interpret the Result: Analyze the value of P(k).
    • If P(k)=0, then (xk) is a factor. In our case, since P(1)=0, we know that (x1) is a factor of x32x25x+6.
    • If P(k)0, then (xk) is not a factor. You would then go back to step 2 and try a different value. For instance, if we had tested k=2, we would get P(2)=(2)32(2)25(2)+6=8810+6=4. Since 40, (x2) is not a factor.
Example 1

Problem: Determine if (x+2) is a factor of the polynomial P(x)=x3+4x2+x6.

Solution:

Step 1: Identify the value of k. The factor is given in the form (xk). Since we have (x+2), which is the same as (x(2)), our value for k is 2.

Step 2: Substitute k=2 into the polynomial P(x).

P(2)=(2)3+4(2)2+(2)6

Step 3: Calculate the result. Be careful with the negative signs.

P(2)=8+4(4)26 P(2)=8+1626 P(2)=826 P(2)=0

Step 4: Interpret the result. Since P(2)=0, the Factor Theorem confirms that (x+2) is a factor of x3+4x2+x6.

Can We Fully Factor a Polynomial Using the Theorem?

Yes! The true power of the Factor Theorem is unlocked when you use it as the first step in completely factoring a higher-degree polynomial. Finding one factor is great, but it's usually just the beginning. The process involves finding a factor and then using division to simplify the problem.

Here's the general strategy:

  1. Use the Factor Theorem to find one linear factor, (xk). This involves testing potential roots until you find one where P(k)=0.
  2. Once you have a factor, divide the original polynomial P(x) by that factor using either polynomial long division or synthetic division.
  3. The result of this division will be a new polynomial, Q(x), with a degree that is one less than the original. For example, if you start with a cubic (degree 3), you'll be left with a quadratic (degree 2).
  4. Factor the resulting polynomial Q(x) using any method you know. If it's a quadratic, you can use standard factoring techniques, the quadratic formula, or completing the square.
  5. Write the final answer as a product of all the factors you found.
Example 2

Problem: Fully factor the polynomial P(x)=x37x6.

Solution:

Step 1: Find a factor using the Factor Theorem.

The constant term is 6. Let's test its integer factors: ±1,±2,±3,±6.

Try k=1: P(1)=(1)37(1)6=176=120.

Try k=1: P(1)=(1)37(1)6=1+76=0. Success!

Since P(1)=0, we know that (x(1)), or (x+1), is a factor.

Step 2: Divide the polynomial by the known factor.

We will use synthetic division to divide (x3+0x27x6) by (x+1).

-1 | 1   0   -7   -6
   |     -1    1    6
   ------------------
     1  -1   -6    0

The numbers on the bottom row (1,1,6) represent the coefficients of the quotient polynomial. Since we started with a degree 3 polynomial, the quotient is a degree 2 polynomial: 1x21x6, or x2x6. The final 0 confirms our remainder is zero.

Step 3: Factor the resulting quadratic.

Now we just need to factor x2x6. We are looking for two numbers that multiply to 6 and add to 1. Those numbers are 3 and 2. So, x2x6=(x3)(x+2).

Step 4: Write the final answer.

Combine all the factors we found. The fully factored form of the polynomial is the first factor we found times the factors of the quadratic.

x37x6=(x+1)(x3)(x+2)

What Does 'If and Only If' Mean?

The phrase "if and only if" (often abbreviated as "iff") is a crucial part of the theorem's definition. It means the logical statement works in both directions. It establishes a perfect equivalence between the two conditions. Let's look at the two parts separately.

Part 1: The 'If' Direction

This says: If P(k)=0, then (xk) is a factor of P(x). This is the part we use most often to find factors. We test a number, and if the result is zero, we've found a factor.

Part 2: The 'Only If' Direction

This says: (xk) is a factor of P(x) only if P(k)=0. This is the converse. It means that if you already know (xk) is a factor, you can be absolutely certain that plugging k into the polynomial will give you zero. This direction is useful for solving problems where you need to find an unknown coefficient.

Here is a table to summarize the two-way street of the Factor Theorem:

Condition Implication
You test k and find P(k)=0. You can conclude that (xk) is a factor.
You are told that (xk) is a factor. You can conclude that P(k)=0.
Example 3

Problem: Find the value of c such that (x2) is a factor of the polynomial P(x)=x34x2+cx+10.

Solution:

Step 1: Use the 'Only If' part of the theorem.

We are told that (x2) is a factor. The Factor Theorem guarantees that if (x2) is a factor, then P(2) must equal 0. Here, our k value is 2.

Step 2: Set up the equation P(2)=0.

Substitute x=2 into the polynomial and set the entire expression equal to zero.

P(2)=(2)34(2)2+c(2)+10=0

Step 3: Solve the equation for c.

84(4)+2c+10=0 816+2c+10=0 8+2c+10=0 2c+2=0 2c=2 c=1

Step 4: State the conclusion.

The value of c must be 1 for (x2) to be a factor of the polynomial. The polynomial is P(x)=x34x2x+10.

What Are Common Mistakes When Using the Factor Theorem?

The Factor Theorem is powerful, but small errors can lead to the wrong answer. Being aware of these common pitfalls can help you avoid them.

  • Sign Errors with k: This is the most frequent mistake. Remember that the factor is (xk). If you are testing the factor (x+3), you must use k=3, not k=3. If you are testing (x5), you use k=5. Always think: "What value of x would make this factor zero?"
  • Calculation Mistakes: Evaluating P(k), especially with negative numbers and exponents, can be tricky. A common error is (2)2=4 when it should be 4. Write out each step carefully or use a calculator to double-check your arithmetic.
  • Errors in Polynomial Division: After finding a factor, you must divide correctly. Whether you use long division or synthetic division, a single mistake in subtraction or multiplication will give you the wrong quotient, making it impossible to finish factoring correctly. Always check your work.
  • Stopping Too Soon: Finding one factor (xk) for a cubic or quartic polynomial is not the end of the problem. You must continue the process by dividing and then factoring the resulting simpler polynomial.
  • Forgetting to List All Factors: When you've finished, make sure your final answer is the product of all the factors. It's easy to factor the final quadratic but forget to include the initial factor you found with the theorem.

Factor Theorem: A Quick Reference

When you need a quick reminder, come back to this summary. Here are the core concepts of the Factor Theorem.

  • The Core Rule: A polynomial P(x) has a factor (xk) if and only if P(k)=0.
  • How to Find a Factor:
    1. Guess a potential root k (start with factors of the constant term).
    2. Calculate P(k).
    3. If P(k)=0, then (xk) is a factor.
  • How to Fully Factor a Polynomial:
    1. Use the Factor Theorem to find one factor (xk).
    2. Divide the original polynomial by (xk) to get a smaller polynomial, Q(x).
    3. Factor Q(x).
    4. The complete factorization is (xk) multiplied by the factors of Q(x).
  • Key Pitfall: Remember the sign change! The factor (x+a) corresponds to the root k=a.

Frequently Asked Questions

What's the difference between the Factor Theorem and the Remainder Theorem?

The Remainder Theorem states that when you divide a polynomial P(x) by (xk), the remainder is P(k). The Factor Theorem is a special case of this: if the remainder P(k) is 0, then (xk) must be a factor. Think of the Factor Theorem as the 'zero remainder' version of the Remainder Theorem.

How do I guess the numbers to test in the polynomial?

A great starting point is the Rational Root Theorem. It suggests that any rational roots must be fractions formed by factors of the constant term divided by factors of the leading coefficient. For simpler problems, just testing the integer factors of the constant term is usually enough to find one root.

Does the Factor Theorem work for any polynomial?

Yes, the Factor Theorem works for any polynomial with real coefficients. It is a fundamental property that connects the roots of a polynomial to its linear factors, regardless of the polynomial's degree.

What if I can't find any integer 'k' that makes P(k) = 0?

If none of the integer factors of the constant term work, the polynomial might have rational roots (like 2/3), irrational roots (like 5), or complex roots. In these cases, the Factor Theorem is still true, but finding the value of k becomes much harder and may require more advanced methods like the Rational Root Theorem or numerical approximation.

If I want to test if (x+5) is a factor, do I calculate P(5)?

No, this is a common mistake. The factor is in the form (xk). To match (x+5), you must write it as (x(5)). Therefore, the value you must test is k=5, so you would calculate P(5).

Can I use a calculator to evaluate P(k)?

Absolutely! Using a calculator is a great way to avoid arithmetic errors, especially with larger numbers or negative values. Just be careful to enter the expression correctly, paying attention to parentheses for negative bases, like `(-2)^3`.

Why is factoring polynomials useful anyway?

Factoring is a critical skill in algebra because it helps you solve polynomial equations. By factoring a polynomial P(x) and setting it to zero, you can find its roots (or x-intercepts), which are essential for graphing functions and solving real-world problems in fields like physics, engineering, and economics.