Motivated by How to transform a general higher degree five or higher equation to normal form?
The goal of the linked question is to transform the general quintic
$$x^5+ax^4+bx^3+cx^2+dx+e=0$$
into Bring-Jerrard normal form.
Tito Piezas III begins his answer with the quadratic Tschirnhausen transformation,
$$y=x^2+mx+n$$
and by using resultants which may be calculated by WolframAlpha, one can write the result as
$$y^5+c_1y^4+c_2y^3+c_3y^2+c_4y+c_5=0$$
where we proceed to make $c_1=c_2=0$.
However, it is not immediately obvious to me how one performs this step, particularly the process of eliminating $x$ and replacing it with $y$.
How can I perform this step without referring to resultants and anything outside of simple algebra?
Or, if it makes any difference, how can I go from
$$x^5+ax^4+bx^3+cx^2+dx+e=0$$
to
$$y^5+c_3y^2+c_4y+c_5=0$$
?
we remove x^5 and higher terms with the original equation
Right, then you can consider $x,x^2,x^3,x^4$ as independent "variables" and eliminate them between the equations, or consider the whole thing as a linear homogeneous system in "variables" $,1,x,x^2,x^3,x^4,$ and equate the determinant to $,0,$ in order for non-trivial solutions to exist (which could still qualify as "simple algebra" for certain values of "simple"). – dxiv Jun 25 '18 at 00:26