Proof of Theorem 43 (Roots of polynomials)
We will need the following theorem which allows us to divide polynomials. This is an analogue of the integer division theorem that we saw in the number theory chapter.
Given two polynomials and , there exist unique polynomials (quotient) and (remainder) such that
and .
We will not prove this theorem.
Notice that, when is one (e.g., dividing by ), the division theorem implies that where is a constant (degree zero). We can deduce the constant by plugging in , so the constant is . This implies that,
Below, we show an example of dividing by (which should look intuitive).
So, the quotient is and the remainder is .
If is a root of , then there exists a unique polynomial such that .
Using Example 43, if we divide by , we have that . Since is a root, we have .
This exercise asks you to complete the proof of Theorem 43.
- Prove the following by induction on : Let be a polynomial of degree with distinct roots . Then for some constant .
- Deduce Theorem 43 from the first part.