Find all triples of non-negative real numbers $(a,b,c)$ such that:
$a^2+ab=c$
$b^2+bc=a$
$c^2+ca=b$.
This question was problem number of 3 in the RMO(India) Olympiad in 2019 held on $10^{th}$ November. link .
My attempt-
Assume $a \geq b\geq c$,
$\therefore a^2 \geq b^2$ and $ab\geq bc$.
Adding these two, $a^2+ab\geq b^2+bc$
implies $c \geq a$.
Which can be possible only if $a=c$, which also implies $a=b=c$.
Substituting in the base equations,
$a^2+a^2=a$
$\therefore (a,b,c)=(0,0,0)$ or $(0.5,0.5,0.5)$
I want to know if my method is correct because it seems a lot different than the one provided in the solutions.
I am not quite convinced by your method.
When we have equations that are completely symmetric in three variables, we can assume any partial order we like without loss of generality.
In this case, however, the equations are only cyclically symmetric in $a,$ $b,$ and $c.$ If you swap $a$ and $b$ you get a different set of equations.
But if you also mention that a similar result occurs when $b\geq a\geq c,$ then you have covered all possible permutations of the variables in the partial order, and I am convinced. Fortunately, a similar result does follow.