Suppose I have a quartic equation with real coefficients, such as:
$$a x^4 +b x^3+c x^2+d x +e=0$$
I want to know the number of its real roots. Search engines lead me to symbolic expressions for all the roots, and these can be produced by CAS packages like Mathematica, but these results are too long and complex (in both senses) to be of use to me.
I would hope there is a compact/efficient method to count the real roots of a real quartic equation, similar to the way the discriminant of a quadratic polynomial tells us the number of real roots of a real quadratic equation.
See http://www.jstor.org/stable/2972804?seq=1#page_scan_tab_contents
and http://mathworld.wolfram.com/DescartesSignRule.html
as well as Is there a general formula for solving 4th degree equations (quartic)?
also Quartic Equation Solution and Conditions for real roots?
Basically, the answer is no. There is not a simple and quick way to do it. There are ways, but they require a bit of work or are not guaranteed.