Grade 9 Exam  >  Grade 9 Notes  >  Mathematics: Algebra 2  >  Chapter Notes: Polynomial Division

Chapter Notes: Polynomial Division

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.

Understanding Polynomial Division

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) \).

  • The dividend is the polynomial being divided.
  • The divisor is the polynomial you're dividing by.
  • The quotient is the result of the division.
  • The remainder is what's left after division; it has a degree less than the divisor.

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

Long Division of Polynomials

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

Steps for Polynomial Long Division

  1. Arrange both polynomials in descending order of powers. If any powers are missing, insert them with a coefficient of 0.
  2. Divide the leading term of the dividend by the leading term of the divisor. This gives you the first term of the quotient.
  3. Multiply the entire divisor by this quotient term.
  4. Subtract this product from the dividend. Be careful with signs!
  5. Bring down the next term from the dividend.
  6. Repeat steps 2-5 until the degree of the remainder is less than the degree of the divisor.

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} \)

Handling Missing Terms

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

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.

When to Use Synthetic Division

Use synthetic division when:

  • The divisor is in the form \( x - c \) (or can be rewritten in this form)
  • You want a quicker method than long division
  • You're evaluating a polynomial at a specific value (using the Remainder Theorem)

Do NOT use synthetic division when:

  • The divisor has degree 2 or higher
  • The divisor has a leading coefficient other than 1

Steps for Synthetic Division

  1. Write the value of \( c \) from \( x - c \) on the left. If the divisor is \( x + 3 \), rewrite it as \( x - (-3) \), so \( c = -3 \).
  2. Write the coefficients of the dividend in order, including zeros for missing terms.
  3. Bring down the first coefficient unchanged.
  4. Multiply this coefficient by \( c \) and write the result under the next coefficient.
  5. Add the column and write the sum below the line.
  6. Repeat steps 4-5 until you reach the last coefficient.
  7. The last number is the remainder; the other numbers are the coefficients of the quotient, starting with one degree less than the dividend.

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    0

Step-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     0

Step-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

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

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:

  • If \( P(c) = 0 \), then \( x - c \) divides \( P(x) \) evenly (remainder is zero)
  • If \( x - c \) divides \( P(x) \) evenly, then \( c \) is a zero (root) of the polynomial

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    0

The 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) \).

Applications of Polynomial Division

Simplifying Rational Expressions

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     0

The 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 \).

Finding Zeros of Polynomials

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     0

The 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 \).

Common Mistakes to Avoid

  • Sign errors during subtraction: Remember that subtracting a negative is the same as adding a positive. Always distribute the negative sign carefully.
  • Forgetting placeholder zeros: When a polynomial has missing terms, you must include zeros for those powers to keep columns aligned properly.
  • Using synthetic division incorrectly: Synthetic division only works for divisors of the form \( x - c \). Don't try to use it for quadratic or higher-degree divisors.
  • Confusing \( x - c \) and \( x + c \): If the divisor is \( x + 5 \), rewrite it as \( x - (-5) \), so \( c = -5 \), not \( c = 5 \).
  • Stopping too early: Continue the division process until the degree of the remainder is less than the degree of the divisor.
The document Chapter Notes: Polynomial Division is a part of the Grade 9 Course Mathematics: Algebra 2.
All you need of Grade 9 at this link: Grade 9
Explore Courses for Grade 9 exam
Get EduRev Notes directly in your Google search
Related Searches
Viva Questions, Summary, Free, mock tests for examination, MCQs, shortcuts and tricks, study material, Exam, Previous Year Questions with Solutions, Chapter Notes: Polynomial Division, Extra Questions, Important questions, practice quizzes, past year papers, Semester Notes, pdf , Chapter Notes: Polynomial Division, Chapter Notes: Polynomial Division, Objective type Questions, ppt, video lectures, Sample Paper;