I am studying the resolution of the quintic equations, which involves the so-called Tschirnhausen transform.
The idea is to cancel the fourth and third degree coefficients by a change of variable of the form
$$y=x^2+\alpha x+\beta$$
which, by a suitable choice of the coefficients, will turn the quintic equation
$$x^5+px^4+qx^3+rx^2+sx+t=0$$ into a "principal reduced form"
$$y^5+r'y^2+s'y+t'=0.$$
The method to obtain the coefficients of the reduced equation is based on the sums of powers of the roots of the two polynomials. It is also said in some references that we eliminate $x$ from the two first equations.
My question: given the degree of the transformation, I would expect the reduced form to map to a polynomial in $x$ of the tenth degree. What am I missing ?
Update:
In my own words, the explanation is this: the transformation holds at the five roots only, not at all $x$ and it is clearer to write
$$y_k=x_k^2+\alpha x_k+\beta,k=1,\cdots5.$$ Then obviously the polynomial with transformed roots is also quintic.
To obtain this, one can expand the polynomial $\displaystyle\prod_{k=1}^5(y-x_k^2-\alpha x_k-\beta)$ and eliminate the $x_k$. The coefficients of the expansion are obtained by Vieta, and can be reworked to be expressed in terms of the original coefficients, again by Vieta. The sums of the roots up to the tenth powers (Newton's sums) will be needed.