Find $c>0$ such that if $r$, $s$, and $t$ are the roots of the cubic $f(x)=x^3-4x^2+6x-c,$ then $$1=\dfrac1{r^2+s^2}+\dfrac1{s^2+t^2}+\dfrac1{t^2+r^2}.$$
I proceeded thus:$$r+s+t=4 ; rs+st+tr=6$$$$r^2+s^2+t^2=4$$
Also since $c>0$ so by Descarte's Rule we know that 2 roots are negative and one root is positive. But how to proceed further.
Also $r^2+s^2+t^2\ge rs+st+tr$ must be true since $r^2,s^2,t^2$ are positive but even that is not true. Please help.
I do believe the best answer is by combining both ideas.
$$ 1=\frac{1}{4-r^2}+\frac{1}{4-s^2}+\frac{1}{4-t^2} $$
Putting all the fractions together gives
$$ 1 = \frac{8 (r^2+s^2+t^2) - (rs)^2 - (st)^2 - (tr)^2-48}{16 (r^2+s^2+t^2) - 4 (rs)^2 -4 (st)^2 -4 (tr)^2 -64 + (rst)^2} $$
We know from $f(x)=(x-r)(x-s)(x-t)$ that
As the OP observed before, this leads to
$r^2+s^2+t^2=(r + s + t)^2 - 2 (r s + s t + t r)=4$
$(rs)^2 + (st)^2 + (tr)^2 = (rs + st + tr)^2-2 r s t (r + s + t)=36-8c$
With these two new rules you find directly that
$$1=\frac{8c-52}{ c^2+32c-144}$$
Which you can solve to $c=2\sqrt{59}-12$.