Theorems of Polynomial Division

Synthetic Division

  • Synthetic division is a method of dividing polynomials that focuses solely on the coefficients of the polynomial terms and yields both the quotient and remainder.

  • To use synthetic division, the divisor must be of the form xkx - k, where ( x ) is a variable and ( k ) is a real number.

  • Polynomial division can be challenging, especially when not all polynomials divide evenly. If the polynomial is factorable, dividing by one of its factors results in another factor.

Example Polynomial Division Problem
  • Given polynomial division: (2x² + 7x + 3) ÷ (x + 3)

  • When performing this division:     - It's set up like long division.     - If the division doesn't yield a whole number, it results in a remainder. E.g., if there’s a remainder of 2, we write it as 2x+1extR22x + 1 ext{ R } 2, indicating the remainder of 2.

Steps in Synthetic Division
  1. Set up the coefficients: Write only the coefficients of the polynomial in descending order of their degree. If any term is absent, insert a zero for its coefficient.

  2. Change the Sign of the Divisor: For the divisor of the form xkx - k, change to k-k (from +2 to –2, for example).

  3. Beginning the Process:    - Bring down the leading coefficient and apply the multiplication and addition method instead of subtraction, changing the sign of each product.

  4. Combining Columns: Each time you multiply, you add downwards in columns.

  5. Final Result: The last number in your bottom row (after performing the operations) will denote the remainder, and the numbers preceding it will represent the coefficients of your quotient polynomial.

  • An example of synthetic division: To divide by x2x - 2, write the coefficients, change the divisor to -2, and execute the steps:    - coefficients = (2, 7, 3) becomes the top row after setting the order.

Example with Direct Steps
  • Dividing 2y² + y – 1:     1. Coefficients = (2, 1, -1)     2. Change divisor +2 to -2.     3. Bring down 2 → Multiply -2 × 2 = -4, add next column.     4. Multiply -2 × 5 = -10, repeat till exhaustion:     - Final answer yields: extQuotientis2y2+y1extR1ext{Quotient is } 2y^2 + y - 1 ext{ R } 1.

Multiple Examples of Synthetic Division

  1. Example: Divide y3+3y25y+6y^3 + 3y^2 - 5y + 6 by y3y - 3:    - Write coefficients (1, 3, -5, 6), change divisor -3 to +3, repeat process as above.    - Final answer as extQuotientisy2+6y+13extR45ext{Quotient is } y^2 + 6y + 13 ext{ R } 45.

  2. Example: Divide 3x415x2+7x93x^4 - 15x^2 + 7x - 9 by x3x - 3:    - Insert zero for missing x³ term, perform synthetic division similarly:    - Final result: extQuotientis3x3+9x2+12x+43extR120ext{Quotient is } 3x^3 + 9x^2 + 12x + 43 ext{ R } 120.

  3. Example: Divide x61x^6 - 1 by x+1x + 1:    - The process is the same, utilizing spaces for missing terms and retaining sequential operations:    - Final outcome reveals the quotient structure and remainder.

Remainder Theorem

  • The remainder theorem states that the remainder ( R ) from dividing a polynomial ( Q(x) ) by ( x - k ) can be expressed as:
      R=Q(k)R = Q(k).

  • This theorem allows for evaluating the polynomial at specific values to find remainders.

Example of Using the Remainder Theorem
  1. Verify the remainder when dividing 2x2x122x^2 - x - 12 by x+2x + 2:    - Plug in x = -2:    - Calculation:      - 2(2)2(2)122(-2)^2 - (-2) - 12      - Gives: 8+212=28 + 2 - 12 = -2    - Confirms earlier synthetic division result.

  2. Find the remainder for 2x35x2+4x22x^3 - 5x^2 + 4x - 2 divided by x3x - 3:    - Calculate at x = 3:    - 2(3)35(32)+4(3)22(3)^3 - 5(3^2) + 4(3) - 2 yields 19 confirming synthetic result.

Factor Theorem

  • The factor theorem posits that if dividing a polynomial by a divisor yields a zero remainder, that divisor is indeed a factor of the polynomial.

  • Example: Prove that x+3x + 3 is a factor of 2x2+7x+32x^2 + 7x + 3:    - Evaluate at x = -3:    - Performing the steps shows that replacement yields zero, therefore confirming the factor.

  • Another illustration with x+2x + 2 as a factor for x33x26x+8x^3 - 3x^2 - 6x + 8 follows a similar verification and yields zero, confirming it as a factor.
    These outlined notes serve to provide a comprehensive study guide on polynomial division, synthetic division processes, and their implications—ideal for thorough understanding and retention in practice.