P(x) is a polynomial with roots x1,x2,x3...xn and P'(x) is its derivative. So can anyone explain how P'(x) can be factored as shown in the screenshot, using the roots of P(x)?!
2026-04-02 12:24:22.1775132662
On
Factoring derivative of a polynomial using its roots
1.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
So you want to prove $${P'(x)\over P(x) } = {1\over x-x_1}+{1\over x-x_2}+...+{1\over x-x_n}$$
but this is the same as $$(\ln P(x))' = (\ln(x-x_1)+\ln(x-x_2)+...+\ln(x-x_n))'$$
or $$(\ln P(x))' = (\ln(x-x_1)(x-x_2)...(x-x_n))'$$ or $$\ln P(x) = \ln(x-x_1)(x-x_2)...(x-x_n)+const$$
If we write $a= e^{const}$ i.e. $const = \ln a$ we get $$p(x) =a(x-x_1)(x-x_2)...(x-x_n)$$
Now read this from down to up and thus a conslusion.
Let $f_k(x) = x-x_k$, note that $f_k'(x) = 1$.
Since $P(x) = f_1(x) f_2(x)\cdots f_n(x)$, the product differentiation rule gives $P'(x) = f_1'(x) f_2(x)\cdots f_n(x) + f_1(x) f_2'(x)\cdots f_n(x) + \cdots + f_1(x) f_2(x)\cdots f_n'(x)$, or $P'(x) = f_2(x)\cdots f_n(x) + f_1(x) f_3(x)\cdots f_n(x) + \cdots + f_1(x) f_2(x)\cdots f_{n-1}(x)$.