4. Verify that 1, –1 and +3 are the zeroes of the cubic polynomial x
3
– 3x
2
– x + 3 and
check the relationship between zeroes and the coefficients.
3.7 DIVISION ALGORITHM FOR POLYNOMIALS
You know that a cubic polynomial has at most three zeroes. However, if you are given
only one zero, can you find the other two? For example, let us consider the cubic polynomial
x
3
+ 3x
2
– x – 3. If one of its zeroes is 1, then you know that this polynomial is divisible by
x – 1. Therefore dividing by x – 1 we would get the quotient x
2
– 2x – 3.
We get the factors of x
2
– 2x – 3 by splitting the middle term. The factors are (x + 1) and
(x – 3). This gives us
x
3
– 3x
2
– x + 3 = (x – 1) (x
2
– 2x – 3)
= (x – 1) (x + 1) (x – 3)
So, the three zeroes of the cubic polynomial are 1, – 1, 3.
Let us discuss the method of dividing one polynomial by another in detail. Before doing
the steps formally, consider an example.