For example, we know x^2-x+1 = 0 has discriminant -3, its sign is minus, so it has two different non-real roots.
The sign of discriminant is also useful for inspecting 'root profile' of higher(cubic, quartic) degree polynomials. Whether it has any multiple roots or not, whether it has non-real root..
Also I heard that the sign of discriminant plays a role to judge whether the polynomial can be solved purely algebraically.
My question is : is there any
meaningful or useful aspect of the magnitude(=absolute value) of discriminant
? If not.. then personally I want to name 'sign of discriminant' to 'root indicator', and will not use the term 'discriminant'.
The comments/answers so far are about quadratic equation. Hope there is something for cubic,quartic,.. or general n-th degree equation.
If $r_1$ and $r_2$ are the roots of $x^2+ax+b$ and if $\Delta$ is its discriminant, then $|\Delta|=|r_1-r_2|^2$. So, you can use $|\Delta|$ to find the distance between the roots.