Under what conditions will the cubic equation $ax^3 + bx^2 + cx + d$ where $a,b,c,d \in \mathbb R$ yield roots which have negative real parts? (All roots must have negative real parts)
Motivation: I am studying a dynamical system i.e, Chua circuit, in $ \mathbb R^3 $and wish to analyze it's stability. For stability analysis, one needs to find out eigen values of the Jacobian matrix. If the eigen values have negative real parts, then the system will have a stable fixed point. I wish to synchronize the system and vary certain parameters so as to ensure that the system always has negative eigen values. For equations, visit http://www.chuacircuits.com/diagram.php
You can separate $x$ into the real and imaginary parts, $x=u+Iv$, to get two equations that must be satisfied. For one of them we can solve for $v$ and substitute to get the equation $$u^3+(b/a)u^2+((2ac+2b^2)/8a^2)u+(1/8)(bc-da)/a^2$$ for $u$. So you want this to have three negative roots $u$. To answer that you can try to use Descartes' rule of signs to give some information.