I want to compute the discriminant of $x^{n+1}+x$.
It's easy to see the roots of this polynomial are $0$ and $e^{(2k+1)\pi i/n},k=0,1,\dots,n-1$. But it's still quite difficult, if we compute all $\sigma_k(c_1,\dots,c_n),k=1,2,\dots,n$ and use Newton's formula to compute all $s_k$.
Is there any easy way to do this?
Use the properties of discriminants and resultants: for any monic polynomial $f$ of degree $d$, $$\operatorname{disc}f=(-1)^{d(d-1)/2}\operatorname{res}(f,f')=(-1)^{d(d-1)/2}\prod_{x:f(x)=0}f'(x).$$ For our $f(x)=x^{n+1}+x$, the roots of $f(x)=0$ are $x=0$ (then $f'(x)=1$) and the $n$ roots of $x^n=-1$ (then $f'(x)=-n$). Thus we get $\operatorname{res}(f,f')=(-n)^n$ and $\color{blue}{\operatorname{disc}f=(-1)^{n(n-1)/2}n^n}$.