For $a>0$, $b>0$, consider the cubic equation
$$2ab x^3 + (a+b) x^2 - (a+b)x - 2 = 0,$$
which by Descartes' rule of sign, has exactly one positive real root $x_{+}>0$.
Can we write down $x_{+}$ as a "simple" function of parameters $a, b$? Obviously, simple is rather ill-defined, but I need something from where I can analyze the qualitative dependence of $x_{+}$ on parameters $a,b$. I tried Sage but the resulting expression was a mess.
If there are other indirect ways to infer the dependence of $x_{+}$ on $a,b$, than writing out the expression, I would be interested in learning that too.