I'm trying to prove that the cubic equation
$_3 ^3 + _2 ^2 + _1 + _0=0$
has three real roots. The coefficients are
$_3=−1−−−$
$_2=−2(++)$
$_1=(+)+(−3)$
$_0=2$
where each of , and are greater than zero. Applying the Rule of Descartes indicates that the polynomial has one real positive root and zero or two real negative roots. I've played around with forming the discriminant for the cubic, and a 3-D contour plot in Mathematica suggests that the discriminant is positive for ,,>0 (indicating three real roots). However, I've hit a wall trying to come up with a formal proof that applies for any (positive) choice of ,,.
One thing of note is that the polynomial coefficients are unchanged on interchange of and , and so the discriminant is a symmetric function of and .
In any case: my discriminant is the usual cubic discriminant
$\Delta = 18 a_{3} a_{2} a_{1} a_{0} - 4 a_{2}^3 a_{0} + a_{2}^2 a_{1}^2 - 4 a_{3} a_{1}^3 - 27 a_{3}^2 a_{0}^2$
The problem is to confirm that $\Delta$ is non-negative for non-negative $\tau, \sigma, \chi$. I've made some progress by demonstrating that $\Delta$ is non-negative for $\chi=0$, and now I'm working on showing that $d\Delta/d\chi$ (which is independent of $\chi$) is also non-neg.
– Rich T Dec 03 '23 at 22:41