Prove the cubic $$ x^3 - \frac{a+a^2+a^4+b+b^2+b^4}2 x^2 + \frac{a^3+a^5+a^6+b^3+b^5+b^6}2 x - \frac{a^7+b^7}2 $$ has all real roots given that $0 < \sqrt a \leq b \leq a^2$.
I don't see how you would do this cleanly, my only thoughts were using cubic discriminant and checking if it is always nonnegative but this turned out to be too ugly and I was unsure of how to implement the condition.
Another thought i had was if I let the cubic be $x^3 - Bx^2 + Cx - D$, we can individually prove $18BCD \geq 27D^2$ and $B^2C^2 \geq 4(C^3+B^3D)$, and add up the inequalities to prove the cubic discriminant was nonzero.
I played around with smaller values and found that for $b=a^2$, the solutions to the cubic are $a^2, a^4, \frac{a^8+a}{2}$.
Could someone give some starting hints or a solution on a cleaner method?