Let $a,b,c$ satisfy the equation $x^3+px^2+qx+r=0$. Is it possible to determine $\frac{ab}{a+b}+\frac{bc}{b+c}+\frac{ac}{a+c}$ in terms of $p,q,r$? I stumbled upon this while thinking about an inequality problem. What i could do so far is this:
We have the relations $a+b+c=-p,ab+bc+ca=q,abc=-r$ from vietas relations. So by slightly rewriting the terms we can make them a little bit symmetric like $\frac{abc}{ac+bc}$. In this manner,the numerators become constant since $abc$ is constant. But what bothers me is we will still be left with the denominators which are not completely free of $a,b$ or $c$. And evalutating them by expansion seems to be a daunting task. Is there any clever way to approach this?