[Math] Complex Roots of a Quartic Equation

quarticsroots

Here's the question I'm currently working on:

Suppose the roots of $x^4 + ax^3 + bx^2 +cx + d = 0$ are such that the product of any two equals the product of the other two. Show that $x^4 + ax^3 +bx^2 +cx +d$ factors into either $(x+r)^4$ or $(x^2 – r^2)^2$ for some complex number $r$.

I just finished reading Lagrange's method for solving quartic equations and my textbook really didn't go into detail much for this section. All that he talked about was how permuting the roots can lead to forming new expressions that enables us to solve for the other roots. How should I approach this problem, noting that were working with complex numbers here?

Best Answer

You can ignore the polynomial and just focus on the roots. Call them $p,q,r,s$. First they must all have the same magnitude. Assume $|p| \gt |q|$. Then since $pr=qs$ we must have $|s| \gt |r|$ but then $|ps| \gt |qr|$, a contradiction. Now argue that the angles must all be the same or they must come in two opposite pairs. The two cases have the polynomial factoring as $(x-p)^4$ or as $(x-p)^2(x+p)^2$

Related Question