How do I prove that for any $a, b, c \in \mathbb{R}$ the inequality $a^2+b^2+c^2 \geq ab+bc+ac$ is true?
Asked
Active
Viewed 189 times
3 Answers
4
Or $$a^2+b^2\geq 2ab$$ $$b^2+c^2\geq 2bc$$ and $$c^2+a^2\geq 2ca$$ Now sum all these and divide by 2.
nonuser
- 91,557
-
Thank you ChristianF!! – Baby Feb 20 '18 at 19:32
-
You are welcome. Which answer will you accept? – nonuser Feb 20 '18 at 19:34
3
Solution 1: rearragement inequality
Hint: WLOG, assume $a \le b \le c$. Use rearrangement inequality to conclude the desired inequality.
direct sum $a^2+b^2+c^2 \ge$ random sum $ = ab+bc+ca$, with equality holds if and only if $a = b = c$.
Solution 2: Cauchy-Schwartz inequality
Hint: set $v_1 = (a,b,c), v_2 = (b,c,a)$.
$ab+bc+ca = |\langle v_1, v_2 \rangle| \le ||v_1|| ||v_2|| = a^2+b^2+c^2$
GNUSupporter 8964民主女神 地下教會
- 17,998