Remainder, Factor Theorems, Ruffini’s Rule, and Polynomial Algebra


Remainder Theorem:

  1. Definition: When a polynomial is divided by a linear divisor , the remainder is equal to .

Factor Theorem:

  1. Definition: For a polynomial , if , then is a factor of .

  2. Connection with Remainder Theorem: The Factor Theorem is essentially a special case of the Remainder Theorem. If the remainder when is divided by is zero, then is a factor of .

Ruffini’s Rule:

Ruffini’s Rule, also known as Ruffini’s Horner’s method, is a quick polynomial division technique when dividing a polynomial by a linear divisor of the form . It’s especially useful for synthetic division.

Let’s go step-by-step:

Ruffini’s Rule Procedure

  1. Setup:

    • Write down the polynomial you want to divide. Let’s call this polynomial .
    • Identify the divisor. It should be in the form or .
    • List the coefficients of in descending order of the degree of each term.
  2. Initialize the table:

    • Draw a horizontal line and a vertical line to create a small ‘L’ shape.
    • Above the horizontal line and to the left of the vertical line, write the value of .
    • Next to and above the horizontal line, write down the coefficients of in order, starting from the highest degree. If a degree is missing, place a 0 for that coefficient. This creates the first row of numbers.
  3. First Entry:

    • Bring down the leading coefficient (the leftmost number of the first row) as it is. Write it below the horizontal line to start a new row.
  4. Multiplication and Addition:

    • Multiply the number you just wrote below the line by (the value you placed at the corner of the ‘L’ shape). Write the result below the next coefficient in the first row.
    • Add the coefficient from the first row and the result you just obtained. Write this sum below the line, creating the next entry in the second row.
    • Continue this process of multiplying, then adding, for all the coefficients in the first row.
  5. Result:

    • Once you’ve gone through all the coefficients, the numbers in the second row represent the coefficients of the quotient polynomial in descending order.
    • The rightmost number in the second row represents the remainder.
  6. Interpret the Answer:

    • The coefficients obtained in the second row (except for the last number) represent the quotient polynomial.
    • If the remainder is 0, it means is completely divisible by . If the remainder is not 0, then it’s the remainder when is divided by .

Example: Let’s illustrate with an example.

Let’s say we are dividing by :

  1. We set up our polynomial and identify our divisor as . So, .
  2. We write 1 at the corner of our ‘L’ shape and list our coefficients as 1, -6, 11, and -6.
  3. The leading coefficient, 1, is brought straight down.
  4. We multiply this 1 by , which gives 1. We then add this to the next coefficient, -6, giving -5.
  5. We continue this process. Multiplying -5 by 1 gives -5, which when added to 11 gives 6. Then, multiplying 6 by 1 and adding to -6 gives 0.
  6. Our final row is 1, -5, 6, and 0. This means our quotient polynomial is and our remainder is 0.

The procedure described above may sound a bit lengthy due to the verbose nature of the explanation, but in practice, Ruffini’s Rule is a quick and efficient method to perform polynomial division by a linear divisor.

Tabular Example The table is set up as shown below

(2)30-62
0
3
Then slowly we apply the procedure as described above.
(2)30-62
061212
36614
Thus , .

Application to Factorising :

  1. Factorisation of : can be factored as

  2. Factorisation of for odd : can be factored using similar principles as , but the signs within the factors will alternate.

We can continue this, slowly decomposing the polynomial . This proves how we can find the coefficients (if continued).

Expanding a Polynomial in Terms of :

Given a polynomial , its expansion in terms of will result in a polynomial in which every term will be of the form , where are coefficients determined by the polynomial and the value of .

GCD for Polynomials:

  1. Definition: The greatest common divisor (GCD) of two polynomials is the highest-degree polynomial that divides both of the given polynomials without leaving a remainder.

  2. Procedure: The GCD of polynomials can be found using the polynomial division method or the extended Euclidean algorithm.

The Extended Euclidean Algorithm for Polynomials:

  1. Definition: This algorithm is a polynomial version of the extended Euclidean algorithm for integers. It helps find the GCD of two polynomials and represents the GCD as a linear combination of the two polynomials.

  2. Procedure: The method involves repeated polynomial division, just as the standard extended Euclidean algorithm does with integers.

Bézout’s Lemma for Polynomials:

  1. Definition: For polynomials and with a GCD , there exist polynomials and such that:

Historical Context:

  1. Remainder and Factor Theorems: These theorems, foundational to polynomial algebra, have been known since ancient times and have played a pivotal role in algebraic computations and problem-solving.

  2. Ruffini’s Rule: Named after Paolo Ruffini, an Italian mathematician who made significant contributions to algebra.

  3. Bézout’s Lemma: Named after Étienne Bézout, a French mathematician who first stated and proved this lemma for integers. Its adaptation to polynomials has been instrumental in algebraic computations.


Sample Exam Questions:

  1. Remainder Theorem: Given the polynomial , determine the remainder when is divided by .

  2. Factor Theorem: Using the Factor Theorem, determine whether is a factor of .

  3. Ruffini’s Rule: Use Ruffini’s Rule to divide by .

  4. Polynomial Expansion: Expand the polynomial in terms of .

  5. Extended Euclidean Algorithm: Use the extended Euclidean algorithm to find the GCD of the polynomials and .

  6. Conceptual Question: Describe the importance of Bézout’s Lemma in polynomial algebra and its connection to the extended Euclidean algorithm.