Let $a,b,c \in \mathbb{C}$ be three complex numbers satifying the following equations : $$\left\{ \begin{array}{rl} a+b+c &= 3 \\ a^2+b^2+c^2 &=9 \end{array} \right.$$
I want to prove that $\max(|a|, |b|, |c|)\geq 2$.
I can formulate this as an optimisation problem for a multiple real variable function and use Lagrange multipliers, but it would probably be extremely long. The problem seems simple enough that there should be a direct and elegant proof.
So, any help would be very appreciated. Thanks.

We may assume $|a|\geq|b|\geq|c|$. We therefore introduce new variables $u$, $v\in{\mathbb C}$ such that $$b=a u, c= b v=a u v\qquad\bigl(|u|\leq1, \ |v|\leq 1)\ .$$ We then obtain $$3=a+b+c=a(1+u+uv)\tag{1}$$ and $$0=(a+b+c)^2-(a^2+b^2+c^2)=2(ab+ac+bc)=2a^2 u(1+v+uv)\ .$$ The case $u=0$ leads to $a=3>2$. Otherwise we have $1+v+uv=0$, or $$v=-{1\over 1+u}\ .\tag{2}$$ Since we want $|v|\leq1$ we need $|u+1|\geq1$. It follows that the admissible values for $u$ are in the closed unit disc from which the unit disc centered at $-1$ has been removed. Let $\bar \Omega$ be this moonshaped region. Given an $u\in\bar\Omega$ we have to calculate $v$ from $(2)$ and then have to verify in $(1)$ that $|1+u+uv|\leq{3\over2}$. This would imply that $|a|\geq2$.
Now $$1+u+uv={1+u+u^2\over1+u}=:f(u)\ .$$ In order to show that $|f(u)|\leq{3\over2}$ in $\bar\Omega$ it is sufficient to verify this inequality along the two boundary arcs. Along the arc $$\gamma_1:\quad t\mapsto u(t):=-1+e^{it}\qquad\left(-{\pi\over3}\leq t\leq{\pi\over3}\right)$$ we have $|1+u(t)|=1$, so that it remains to verify that $$\bigl|1+u(t)+u^2(t)\bigr|=2\cos t-1\in[0,1]\qquad\left(-{\pi\over3}\leq t\leq{\pi\over3}\right)\ .$$ Along the arc $$\gamma_2:\quad t\mapsto u(t):=e^{it}\qquad\left(-{2\pi\over3}\leq t\leq{2\pi\over3}\right)$$ we have to study the full complex $$w(t):=f\bigl(u(t)\bigr)={1+e^{it}+e^{2it}\over1+e^{it}}\qquad\left(-{2\pi\over3}\leq t\leq{2\pi\over3}\right)\ .$$ The following figure shows the Mathematica plot of this curve $t\mapsto w(t)$. We see that there is indeed a single point with $|w(t)|={3\over2}$, namely the point $w(0)={3\over2}$. It corresponds to $u=1$, $v=-{1\over2}$, and leads to the triple $(a,b,c):=(2,2,-1)$.