Find different real numbers $a,b,c,t$ for which the following conditions:
1) the equation $ax^2+btx+c=0$ has real roots $x_1,x_2$;
2) the equation $bx^2+ctx+a=0$ has real roots $x_2,x_3$;
3) the equation $cx^2+atx+b=0$ has real roots $x_1,x_3$, where $x_1,x_2,x_3 -$ different real numbers.
My work so far:
I use Vieta's_formulas:
Obviously $abc\not=0$. Then $$(x_1x_2)(x_2x_3)(x_3x_1)=\frac ca \cdot\frac ab \cdot\frac bc=1.$$ Then $$x_1x_2x_3=\pm1$$
I don't know how to solve more
$$ a^2-a b t^2-a c+b^2-b c+c^2 t^2=0 $$ and all symmetric versions hold, but then $a=b=c=1$.
– asomog May 19 '16 at 07:13