how should Cayley's resolvent be used in order to see if a given quintic equation is solvable or not?

436 Views Asked by At

enter image description here

Hi. I chose a simple equation to work with: $x^5+x^4+x^3+x^2+x+1=0$ (which is solvable and $x=-1$).

the amounts of $p$, $q$, $r$ and $s$ where $\frac{3}{5}$, $\frac{14}{25}$, $\frac{87}{125}$ and $\frac{2604}{3125}$ respectively.

I calculated $P$ to be $P=z^3-15z^2-69z+1235$ and $\Delta$ to be $\Delta=1296$.

as the picture says, $P^2-1024z\Delta$ (Cayley's resolvent) should have rational root(s) in $z$ in order to the first qintic function be solvable.

but the problem is that $P^2-1024z\Delta=0$ is $z^6-30z^5+87z^4+4540z^3-32289z^2-1497534z+1525225=0$ which is even worse and impossible to solve!

what should I do now?!

2

There are 2 best solutions below

10
On BEST ANSWER

Hint:

We have the following factorization: $$ z^6-30z^5+87z^4+4540z^3-32289z^2-1497534z+1525225= (z^2 + 22z + 169)(z^2 - 26z + 361)(z - 1)(z - 25). $$ Of course, the splitting field of $$ x^5+x^4+x^3+x^2+x+1=\frac{x^6-1}{x-1} $$ is $\Bbb Q(\zeta_6)$, so that the Galois group is solvable.

0
On

First off, Cayley's resolvent is meant for irreducible quintics, which the given example is not. If the quintic is reducible, then it can always be solved by radicals through the solution of the lower-degree factors and yet Cayley's resolvent may fail to give a rational root. For instance, if we blindly apply Cayley's resolvent to the equation

$x^5-x^3+x-1=0,$

we ultimately fail to find a rational root to the resolvent; yet this quintic is solvable by factoring it as $(x-1)(x^4+x^3+1)$ and applying the usual radical-based algorithm to the quartic factor.

When applying Cayley's resolvent to an irreducible quintic equation, you do not need to fully solve the resolvent sextic. You need only to check for a rational root. If none exists, you're done with the method; the quintic is not solvable. If the rational root does exist, then the quintic will be solvable and you're good if that is all you need to know. However, going on to actually get the quintic roots requires putting the resolvent root and the depressed coefficients into a quite complicated formula.

It is good practice to find the constant term in the cubic polynomial $P$ first, because this could be zero. If so, then the full sextic resolvent also has a zero constant term and we can immediately identify zero as the required rational root (also the formula for the quintic roots themselves becomes simplified).

See this answer for an application to the depressed quintic equation $x^5+20x^3+20x^2+30x+10=0$.