3

How can I show that $a_0x^n+...+a_n$ and $a_nx^n+...a_0$ have the same discriminant?

You can use two different definition of the discriminant of the polynomial $f(x)=a_nx^n+...a_0$.

The first is $$D(f)=a_n^{2n-2}\prod_{i<k}(\alpha_i-\alpha_j),$$ where $\{\alpha_i\}_{i=1,...n}$ are the roots of the polynomial.

The second is $$D(f)=(-1)^{\frac{n(n-a)}{2}}\frac{1}{a_n}R(f,f')$$ where $R(f,f')$ is the resultant of $f$ and $f'$.

Gerry Myerson
  • 179,216
Elmo goya
  • 1,152

1 Answers1

3

The roots of $a_nx^n+\cdots +a_0$ are the reciprocals of the roots of $a_0x^n+\cdots +a_n$. Therefore $\prod (\alpha_i-\alpha_j)$ is replaced with $\prod (\frac1{\alpha_i}-\frac1{\alpha_j})=\prod \frac{\alpha_j-\alpha_i}{\alpha_i\alpha_j}$. The numerators yield the original discriminant (check that there is no sign change!). The denominators produce $(\prod\alpha_i)^{2(n-1)}=(\frac{a_0}{a_n})^{2n-2}$, so that everything sorts out.