1

Using the AM and GM inequality, given that $a\gt0, b\gt0, c\gt0$ and $a+b+c=1$ prove that $$a^2+b^2+c^2\geqslant\frac{1}{3}$$

Asaf Karagila
  • 405,794
T. Joel
  • 121

3 Answers3

6

HINT: You can use your idea of squaring $a+b+c$, but also note that $\color{blue}{ab+bc+ca \le a^2 + b^2 + c^2}$, which you can prove with the help of AM-GM. (Hint for proving this: the AM-GM inequality tells us what about $a^2 + b^2, b^2+c^2$ and $c^2+a^2$?)

One more hint (based on a suggestion from user qsmy): let $x = a^2+b^2+c^2$ and $y = ab+bc+ca$. Squaring both sides of $a+b+c=1$ gives $x+2y=1$, and the blue inequality is $x\geq y$. Can you see it now?

5

$$a^2+{1\over 9} + b^2+{1\over 9} + c^2+{1\over 9}\geq {2\over 3}(a+b+c)$$ by AM-GM.

Dr. Mathva
  • 9,003
cr001
  • 12,778
3

In the worst case possible you'd get $$a = b = c = \frac{1}{3} \Longrightarrow a^2 + b^2 + c^2 = \frac{1}{9} + \frac{1}{9} + \frac{1}{9} = \frac{3}{9} \geq \frac{1}{3} $$

In the best case possible you'd get $$a = 1, b = c = 0 \Longrightarrow 1^2 + 0^2 + 0^2 = 1 \geq 1/3 $$

Therefore the inequality holds. Didn't use the AM-GM inequality, though.

Sigma
  • 1,886