Homework: Sum of the cubed roots of polynomial

178 Views Asked by At

Given $7X^4-14X^3-7X+2 = f\in R[X]$, find the sum of the cubed roots.
Let $x_1, x_2, x_3, x_4\in R$ be the roots. Then the polynomial $X^4-2X^3-X+ 2/7$ would have the same roots. If we write the polynomial as $X^4 + a_1X^3 + a_2X^2 +a_3X + a_4$ then per Viete's theorem:

$a_k = (-1)^k\sigma _k(x_1,x_2,x_3,x_4), k\in \{1,2,3,4\}$, where $\sigma _k$ is the $k$-th elementary symmetrical polynomial. Therefore:

$x_1+x_2+x_3+x_4 = 2$
$x_1x_2+x_1x_3+x_1x_4+x_2x_3+x_2x_4+x_3x_4 = 0\ (*)$
$x_1x_2x_3 +x_1x_2x_4+x_1x_3x_4+x_2x_3x_4 = 1$
$x_1x_2x_3x_4 = 2/7$

Now how to determine the sum of the cubed roots?
$2^3 = 8= (x_1+x_2+x_3+x_4)(x_1+x_2+x_3+x_4)^2 = (x_1+x_2+x_3+x_4)(x_1^2+x_2^2+x_3^2+x_4^2 + 2(*))$

Here's where things go out of hand:
$(x_1+x_2+x_3+x_4)(x_1^2+x_2^2+x_3^2+x_4^2) = (x_1^3 + x_2^3 + x_3^3+x_4^3) + x_1^2(x_2+x_3+x_4)+x_2^2(x_1+x_3+x_4)+x_3^2(x_1+x_2+x_4)+x_4^2(x_1+x_2+x_3) = 8$
What should I do here?

4

There are 4 best solutions below

0
On BEST ANSWER

Let $$A=x_1+x_2+x_3+x_4=2$$ $$B=x_1x_2+x_1x_3+x_1x_4+x_2x_3+x_2x_4+x_3x_4=0$$ $$C=x_1x_2x_3+x_1x_2x_4+x_1x_3x_4+x_2x_3x_4=1$$ $$D=x_1x_2x_3x_4=\frac 27.$$ $$E=x_1^2x_2+x_1x_2^2+x_1^2x_3+x_1x_3^2+x_1^2x_4+x_1x_4^2+x_2^2x_3+x_2x_3^2+x_2^2x_4+x_2x_4^2+x_3^2x_4+x_3x_4^2$$

We have $$A^3=x_1^3+x_2^3+x_3^3+x_4^3+3E+6C$$ and $$AB=E+3C.$$

So, $$x_1^3+x_2^3+x_3^3+x_4^3=A^3-3(AB-3C)-6C=\color{red}{11}.$$

0
On

Rewrite the equation $7X^4-14X^3-7X+2 = 0$ this way: $7X^3-14X^2-7+\frac{2}{X} = 0$. Replacing $X$ by $X_1$ then $X_2$ etc. and getting the sum will have: $$ 7\sum{X_i^3} -14\sum{X_i^2}-7\sum{X_i}+2\sum{\frac{1}{X_i}}=0 \tag1 $$ From $(1)$ should be easy to get the cube root's sum.

Note that $\sum{\frac{1}{X_i}}$ can be easily calculated using Viete.

0
On

Use Newton's relations between sums of powers $p_k=\sim_ix_i^k$ and the elementary symmetric functions: \begin{align*} p_1&=\sigma_1,\\ p_2&=\sigma_1p_1-2\sigma_2,\\ p_3&=\sigma_1p_2-\sigma_2p_1+3\sigma_3. \end{align*}

0
On

Hint: as we can have only cubic terms in the symmetric polynomial sums, the only terms which can be used are of form $(\sum x)^3, \sum x \sum xy$ and $\sum xyz$. Then it is a matter of testing $3$ coefficients... $$\sum_{cyc} x_1^3 = \left(\sum_{cyc} x_1 \right)^3-3\left(\sum_{cyc} x_1 \right)\left(\sum_{cyc} x_1 x_2 \right)+3\sum_{cyc} x_1x_2x_3$$