Roots of a polynomial : finding the sum of the squares of the product of two roots

241 Views Asked by At

A quartic polynomial with roots $\alpha$, $\beta$, $\gamma$, $\delta$ has $\sum \alpha = a$, $\sum \alpha\beta = b$, $\sum\alpha \beta \gamma = c$ and $\sum \alpha\beta\gamma\delta = d$.

Find the value of $\sum (\alpha \beta)^2$ in terms of $a, b, c$ and $d$.

Is there a quick way to do this or do you need to consider

$( (\alpha\beta) + (\beta\gamma) + (\gamma\alpha) + (\gamma\delta) + (\alpha\delta) + (\beta\delta) )^2$

then expand and work through the long algebra?

2

There are 2 best solutions below

1
On BEST ANSWER

One way is to do as you suggest in the question ... calculate \begin{eqnarray*} (\sum \alpha \beta )^2 = \sum \alpha^2 \beta ^2 + 2\sum \alpha^2\beta \gamma +6 \alpha \beta \gamma \delta \\ (\sum \alpha ) ( \sum \alpha \beta \gamma ) = \sum \alpha^2\beta \gamma +4 \alpha \beta \gamma \delta \\ \end{eqnarray*}

An alternative is to rearrange the polynomial to $x^4+b x^2+d=ax^3+cx$, square this \begin{eqnarray*} x^8+(2b-a^2)x^6+(\color{red}{2d+b^2-2ac})x^4 +(2d-c^2)x^2+d^2=0 \end{eqnarray*} The roots of this quartic in $x^2$ will be the squares of the roots of the previous quartic so we have \begin{eqnarray*} \sum \alpha^2 \beta ^2 = 2d+b^2-2ac. \end{eqnarray*}

0
On

$$\frac{1}{4}\sum_{sym}\alpha^2\beta^2=\left(\frac{1}{4}\sum_{sym}\alpha\beta\right)^2-2\sum_{cyc}\alpha\sum_{cyc}\alpha\beta\gamma+2\alpha\beta\gamma\delta=b^2-2ac+2d.$$ I used $(x+y+z+t+u+v+w)^2=x^2+y^2+....$