When you learned to divide whole numbers, you discovered how to split quantities into equal parts and find how many times one number fits into another. Polynomial division works the same way, except instead of dividing numbers, you divide algebraic expressions. Just as dividing 24 by 6 gives you 4, dividing \( x^2 + 5x + 6 \) by \( x + 2 \) gives you another polynomial. This skill is essential for simplifying rational expressions, solving equations, and understanding the behavior of functions. You'll learn two main methods: long division and synthetic division, both of which mirror techniques you already know from arithmetic.
Polynomial division answers the question: How many times does one polynomial fit into another? When you divide polynomials, you're looking for a quotient (the answer) and possibly a remainder (what's left over).
The general form of polynomial division can be written as:
\[ \frac{\text{Dividend}}{\text{Divisor}} = \text{Quotient} + \frac{\text{Remainder}}{\text{Divisor}} \]This can also be written as:
\[ \text{Dividend} = (\text{Divisor})(\text{Quotient}) + \text{Remainder} \]where the Dividend is \( D(x) \), the Divisor is \( d(x) \), the Quotient is \( Q(x) \), and the Remainder is \( R(x) \).
Think of it like sharing pizza slices: if you have 17 slices and want to give 5 slices to each person, you can feed 3 people (quotient) with 2 slices left over (remainder).
Polynomial long division follows the same process as numerical long division: divide, multiply, subtract, bring down, and repeat. The key is to always focus on the leading terms (the terms with the highest power).
Example: Divide \( x^2 + 7x + 12 \) by \( x + 3 \).
What is the quotient and remainder?
Solution:
Set up the division in long division format.
Step 1: Divide the leading terms: \( x^2 \div x = x \)
Step 2: Multiply \( x \) by the divisor \( x + 3 \):
\( x(x + 3) = x^2 + 3x \)Step 3: Subtract from the dividend:
\( (x^2 + 7x + 12) - (x^2 + 3x) = 4x + 12 \)Step 4: Divide the new leading terms: \( 4x \div x = 4 \)
Step 5: Multiply 4 by the divisor \( x + 3 \):
\( 4(x + 3) = 4x + 12 \)Step 6: Subtract:
\( (4x + 12) - (4x + 12) = 0 \)The quotient is \( x + 4 \) and the remainder is 0.
Example: Divide \( 2x^3 - 5x^2 + 3x - 7 \) by \( x - 2 \).
Find the quotient and remainder.
Solution:
Step 1: Divide leading terms: \( 2x^3 \div x = 2x^2 \)
Step 2: Multiply: \( 2x^2(x - 2) = 2x^3 - 4x^2 \)
Step 3: Subtract:
\( (2x^3 - 5x^2 + 3x - 7) - (2x^3 - 4x^2) = -x^2 + 3x - 7 \)Step 4: Divide leading terms: \( -x^2 \div x = -x \)
Step 5: Multiply: \( -x(x - 2) = -x^2 + 2x \)
Step 6: Subtract:
\( (-x^2 + 3x - 7) - (-x^2 + 2x) = x - 7 \)Step 7: Divide leading terms: \( x \div x = 1 \)
Step 8: Multiply: \( 1(x - 2) = x - 2 \)
Step 9: Subtract:
\( (x - 7) - (x - 2) = -5 \)The quotient is \( 2x^2 - x + 1 \) and the remainder is -5.
We can write this as: \( \frac{2x^3 - 5x^2 + 3x - 7}{x - 2} = 2x^2 - x + 1 + \frac{-5}{x - 2} \)
Sometimes a polynomial is missing one or more powers of the variable. When this happens, you must insert placeholder terms with coefficients of zero to keep your work organized.
Example: Divide \( x^3 + 8 \) by \( x + 2 \).
What is the quotient?
Solution:
First, rewrite the dividend with placeholder terms:
\( x^3 + 0x^2 + 0x + 8 \)Step 1: Divide leading terms: \( x^3 \div x = x^2 \)
Step 2: Multiply: \( x^2(x + 2) = x^3 + 2x^2 \)
Step 3: Subtract:
\( (x^3 + 0x^2 + 0x + 8) - (x^3 + 2x^2) = -2x^2 + 0x + 8 \)Step 4: Divide: \( -2x^2 \div x = -2x \)
Step 5: Multiply: \( -2x(x + 2) = -2x^2 - 4x \)
Step 6: Subtract:
\( (-2x^2 + 0x + 8) - (-2x^2 - 4x) = 4x + 8 \)Step 7: Divide: \( 4x \div x = 4 \)
Step 8: Multiply: \( 4(x + 2) = 4x + 8 \)
Step 9: Subtract:
\( (4x + 8) - (4x + 8) = 0 \)The quotient is \( x^2 - 2x + 4 \) with remainder 0.
Synthetic division is a shortcut method for dividing a polynomial by a linear binomial of the form \( x - c \). It's faster than long division and involves only the coefficients of the polynomial. However, synthetic division only works when the divisor is linear with a leading coefficient of 1.
Use synthetic division when:
Do NOT use synthetic division when:
Example: Use synthetic division to divide \( 2x^3 + 3x^2 - 8x + 3 \) by \( x - 1 \).
What is the quotient and remainder?
Solution:
Since the divisor is \( x - 1 \), we have \( c = 1 \).
Write the coefficients: 2, 3, -8, 3
Set up synthetic division:
1 | 2 3 -8 3
| 2 5 -3
-------------
2 5 -3 0Step-by-step:
Bring down 2.
Multiply: \( 2 \times 1 = 2 \); add to 3: \( 3 + 2 = 5 \)
Multiply: \( 5 \times 1 = 5 \); add to -8: \( -8 + 5 = -3 \)
Multiply: \( -3 \times 1 = -3 \); add to 3: \( 3 + (-3) = 0 \)The bottom row gives us: 2, 5, -3, 0
The quotient is \( 2x^2 + 5x - 3 \) and the remainder is 0.
Example: Divide \( x^4 - 6x^2 + 8 \) by \( x + 2 \) using synthetic division.
Find the quotient and remainder.
Solution:
Rewrite the divisor: \( x + 2 = x - (-2) \), so \( c = -2 \)
Write coefficients with placeholders: 1, 0, -6, 0, 8
Set up synthetic division:
-2 | 1 0 -6 0 8
| -2 4 4 -8
----------------
1 -2 -2 4 0Step-by-step:
Bring down 1.
Multiply: \( 1 \times (-2) = -2 \); add to 0: \( 0 + (-2) = -2 \)
Multiply: \( -2 \times (-2) = 4 \); add to -6: \( -6 + 4 = -2 \)
Multiply: \( -2 \times (-2) = 4 \); add to 0: \( 0 + 4 = 4 \)
Multiply: \( 4 \times (-2) = -8 \); add to 8: \( 8 + (-8) = 0 \)The quotient is \( x^3 - 2x^2 - 2x + 4 \) and the remainder is 0.
The Remainder Theorem provides a powerful connection between polynomial division and polynomial evaluation. It states that when a polynomial \( P(x) \) is divided by \( x - c \), the remainder is exactly \( P(c) \).
In other words:
\[ \text{Remainder} = P(c) \]This means you can find the remainder without actually performing the division-just substitute \( c \) into the polynomial and evaluate.
Example: Find the remainder when \( P(x) = 3x^3 - 5x^2 + 4x - 7 \) is divided by \( x - 2 \).
What is the remainder?
Solution:
By the Remainder Theorem, the remainder is \( P(2) \).
Substitute \( x = 2 \):
\( P(2) = 3(2)^3 - 5(2)^2 + 4(2) - 7 \)Calculate each term:
\( P(2) = 3(8) - 5(4) + 8 - 7 \)
\( P(2) = 24 - 20 + 8 - 7 \)
\( P(2) = 5 \)The remainder is 5.
The Factor Theorem is a special case of the Remainder Theorem. It states that \( x - c \) is a factor of polynomial \( P(x) \) if and only if \( P(c) = 0 \).
This gives you two important tools:
Think of factors like puzzle pieces that fit together perfectly with no gaps. If \( x - 3 \) is a factor of a polynomial, it means \( x - 3 \) divides into it exactly, leaving no remainder.
Example: Determine whether \( x - 4 \) is a factor of \( P(x) = x^3 - 6x^2 + 11x - 4 \).
Is \( x - 4 \) a factor?
Solution:
By the Factor Theorem, \( x - 4 \) is a factor if and only if \( P(4) = 0 \).
Substitute \( x = 4 \):
\( P(4) = (4)^3 - 6(4)^2 + 11(4) - 4 \)Calculate:
\( P(4) = 64 - 6(16) + 44 - 4 \)
\( P(4) = 64 - 96 + 44 - 4 \)
\( P(4) = 8 \)Since \( P(4) = 8 \neq 0 \), \( x - 4 \) is NOT a factor of \( P(x) \).
Example: Show that \( x + 1 \) is a factor of \( Q(x) = 2x^3 + 5x^2 + 4x + 1 \) and find the other factor.
What is the complete factorization?
Solution:
First, check if \( x + 1 \) is a factor by evaluating \( Q(-1) \):
\( Q(-1) = 2(-1)^3 + 5(-1)^2 + 4(-1) + 1 \)
\( Q(-1) = 2(-1) + 5(1) - 4 + 1 \)
\( Q(-1) = -2 + 5 - 4 + 1 = 0 \)Since \( Q(-1) = 0 \), \( x + 1 \) is indeed a factor.
Now use synthetic division with \( c = -1 \):
-1 | 2 5 4 1
| -2 -3 -1
-----------
2 3 1 0The quotient is \( 2x^2 + 3x + 1 \).
Factor the quotient: \( 2x^2 + 3x + 1 = (2x + 1)(x + 1) \)
Therefore, \( Q(x) = (x + 1)(2x + 1)(x + 1) = (x + 1)^2(2x + 1) \).
Polynomial division is essential when simplifying complex fractions that have polynomials in both the numerator and denominator. By dividing, you can rewrite the expression in a simpler form.
Example: Simplify \( \frac{x^3 + 2x^2 - 5x - 6}{x + 3} \).
What is the simplified form?
Solution:
Use synthetic division with \( c = -3 \):
-3 | 1 2 -5 -6
| -3 3 6
------------
1 -1 -2 0The quotient is \( x^2 - x - 2 \) with remainder 0.
Factor the quotient: \( x^2 - x - 2 = (x - 2)(x + 1) \)
The simplified form is \( (x - 2)(x + 1) \) or \( x^2 - x - 2 \).
When you know one zero of a polynomial, you can use polynomial division to reduce the degree of the polynomial, making it easier to find the remaining zeros.
Example: Given that \( x = 2 \) is a zero of \( P(x) = x^3 - 4x^2 + x + 6 \), find all zeros.
What are all the zeros?
Solution:
Since \( x = 2 \) is a zero, \( x - 2 \) is a factor. Use synthetic division with \( c = 2 \):
2 | 1 -4 1 6
| 2 -4 -6
-------------
1 -2 -3 0The quotient is \( x^2 - 2x - 3 \).
Factor: \( x^2 - 2x - 3 = (x - 3)(x + 1) \)
Set each factor equal to zero:
\( x - 3 = 0 \) gives \( x = 3 \)
\( x + 1 = 0 \) gives \( x = -1 \)The zeros are \( x = 2 \), \( x = 3 \), and \( x = -1 \).