Friday, 6 March 2015

Long Division VS Remainder Theorem

Both methods may be used to divide polynomials by a factor such as (x-3), however take different steps in reaching the end goal.


Long Division



As shown, the factor (x-3) is multiplied by a term to create a new expression that can be subtracted from the original polynomial. This is repeated until the polynomial reaches 0 in which case there is no remainder, or it cannot be divided further, in which case there is a remainder.
The terms are then collected and the remainder is stated as above: 29/(x-3) where the remainder is divided by the divisor.

The Remainder Theorem

This method in my opinion takes longer. The idea is that a polynomial (Ax^3 + Bx^2 + Cx + D) is created and using substitution, these values of ABCD can be calculated. First assume there is a remainder i.e. +D.
We then let x =3. This allows us to work out the value of D.
Then we let x =0. This allows us to work out the value of C.
We then compare coefficients i.e. the coefficient (LHS) of x^3 is 1. Therefore the coefficients of all the x^3's on the RHS must also equal to 1. Therefore A=1.
With x^2 LHS equals 1. Therefore all of the x^2 terms i.e. -3Ax^2 + Bx^2 must also equal 1. This can be used to work out the remaining values of ABCD and the remainder stated, divided by the divisor i.e. 29/(x-3).

No comments:

Post a Comment