Find $\prod\limits=(\alpha_1+1)(\alpha_2+1)...(\alpha_n+1)$ where $\alpha_i$ are complex roots of a complex polynomial

130 Views Asked by At

The complex roots of a complex polynomial $P_n(z)=z^n+a_{n-1}z^{n-1}+\cdots+a_1z+a_0$ are $\alpha_i$, $i=1,2,...,n$. Calculate the product $(\alpha_1+1)(\alpha_2+1)\cdots(\alpha_n+1)$

By the fundamental theorem of algebra, polynomial of degree $n$ has $n$ roots. Could someone show how to find this product?

2

There are 2 best solutions below

0
On BEST ANSWER

Observe that $$ P_n(z)=(z-\alpha_1)(z-\alpha_2)...(z-\alpha_n)$$ giving $$(\alpha_1+1)(\alpha_2+1)...(\alpha_n+1)=(-1)^nP_n(-1) $$ that is $$(\alpha_1+1)(\alpha_2+1)...(\alpha_n+1)=(-1)^n\left((-1)^n+a_{n-1}(-1)^{n-1}+...-a_1+a_0\right). $$ Hoping this helps.

0
On

Since $P_n$ is a monic polynomial, $$ P_n(z) = \prod_{i=1}^{n}(z-\alpha_i)\tag{1} $$ hence by evaluating at $z=-1$, $$ (-1)^n P_n(-1) = \prod_{i=1}^{n}(1+\alpha_i).\tag{2}$$