Let P(x) = (x - a)<sup>k</sup>Q(x) where Q(x) is a polynomial in x, a is a constant and k is a positive integer.
Further, x = a is a root of P(x) = 0 of multiplicity k.
We seek to prove that a is a root of multiplicity k - 1 of P'(x) = 0. This means it is necessary to prove that
(x - a)<sup>k-1</sup> is a factor of P'(x).
P'(x) = d/dx P(x) = Q(x) * k(x - a)<sup>k-1</sup> * 1 + (x - a)<sup>k</sup> * Q'(x), using the Product Rule.
= (x - a)<sup>k-1</sup>[Q(x) * k * 1 + (x - a)Q'(x)]
= (x - a)<sup>k-1</sup>[kQ(x) + (x - a)Q'(x)]
Clearly, x = a is a root of P'(x) = 0 of multiplicity k - 1, as required.
Estel: This is a standard 4u question - All 4u students should be able to write out this proof in an exam.