Prove ( a + b + c )^2 <= 4( ab + bc + ca )

  • Thread starter Thread starter Bernie Hunt
  • Start date Start date
Click For Summary

Homework Help Overview

The problem involves proving the inequality (a + b + c)^2 <= 4(ab + bc + ca) under the conditions that a, b, c are positive and satisfy the triangle inequalities a + b > c, b + c > a, and c + a > b.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss expanding both sides of the inequality and manipulating terms. Some express uncertainty about justifying certain assumptions, while others question the logic of the steps taken. There is also a focus on the implications of the triangle inequalities on the proof.

Discussion Status

The discussion is ongoing, with participants offering hints and suggestions for approaching the problem. Some have pointed out potential flaws in reasoning, while others are exploring the implications of the conditions given. There is no explicit consensus yet, but various lines of reasoning are being explored.

Contextual Notes

Participants note the importance of the triangle inequalities and question whether equality can hold in the context of the problem. There are references to the need for careful justification of steps taken in the proof.

Bernie Hunt
Messages
19
Reaction score
0
The Problem;
If a>0, b>0, c>0 and a + b > c, b + c > a, c + a > b then ( a + b + c )^2 <= 4( ab + bc + ca ).

Hints: Start with ( a + b + c )^2 and establish the inequality ( a + b + c )^2 <= 4( ab + bc + ca ). Us the inequality fact: if x < y then xy < y^2 if y > 0.

I haven’t make much progress. I’ve been trying;

( a + b + c )^2 = a^2 + b^2 + c^a + 2ab + 2bc + 2ca

But I haven’t been able to figure out a way to get the right side manipulated. I tried a couple of substitutions, but couldn’t justify a<b or such to be able to use the hint.

Can anyone give me a push in the right direction?

Thanks,
Bernie
 
Last edited:
Physics news on Phys.org
I would start the question by expanding the RHS of the equation to:
a^2 + b^2 + c^2 + 2(ab + bc + ac)

Now, It is obvious that (a + b + c)^2 >= 2(ab + bc + ac)
Hence 2(a + b + c)^2 >= 4(ab + bc + ac)
Therefore we can assume that 4(ab + bc + ac) = 2(a + b + c)^2
And as (a + b + c)^2 <= 2(a + b + c)^2
Therefore (a + b + c)^2 <= 4(ab + bc + ac)
 
ACM,

Thanks for the quick reply. I think there is a flaw in your logic. The statements workout to;

2(a + b + c)^2 > (a + b + c)^2 > 2(ab + bc + ac)
2(a + b + c)^2 > 4(ab + bc + ac) > 2(ab + bc + ac)

Therefore 4(ab + bc + ac) > (a + b + c)^2

Which is saying that:
x > y
x > z
Therefore y > z

Which is not always true. It is true sometimes but not for all conditions.

Is there a way to prove that because a + b > c, b + c > a, c + a > b then the above logic is always true?

Bernie
 
Expand out the square and cancel like terms. Then use their clue.
 
No problem, Should have though that through.
 
Bernie Hunt said:
The Problem;
If a>0, b>0, c>0 and a + b > c, b + c > a, c + a > b then ( a + b + c )^2 <= 4( ab + bc + ca ).

Hints: Start with ( a + b + c )^2 and establish the inequality ( a + b + c )^2 <= 4( ab + bc + ca ). Us the inequality fact: if x < y then xy < y^2 if y > 0.

I haven’t make much progress. I’ve been trying;

( a + b + c )^2 = a^2 + b^2 + c^a + 2ab + 2bc + 2ca

But I haven’t been able to figure out a way to get the right side manipulated. I tried a couple of substitutions, but couldn’t justify a<b or such to be able to use the hint.

Can anyone give me a push in the right direction?

Thanks,
Bernie

Either a=b and you can use that fact, or either a<b, or b<a and wlog we may assume that a<b in this case. (or, they're either all equal, when it is trivially true, or we may assume a<b without loss of generality - the labels of a,b,c are obviously not important).
 
StatusX,

StatusX said:
Expand out the square and cancel like terms. Then use their clue.

Cancel out which like terms? Expanding out the square gives;
( a + b + c )^2 = a^2 + b^2 + c^a + 2ab + 2bc + 2ca

Which of these terms can be canceled?

Bernie
 
With the other side.
 
And then rewrite 2ab as ab+ab, etc. Also, I don't think equality ever holds, unless you meant a + b >= c, b + c >= a, c + a >= b.
 
  • #10
OK, here we go;

Prove:
If a>0, b>0, c>0 and a + b > c, b + c > a, c + a > b then ( a + b + c )^2 <= 4( ab + bc + ca ).

Hints: Start with ( a + b + c )^2 and establish the inequality ( a + b + c )^2 <= 4( ab + bc + ca ). Us the inequality fact: if x < y then xy < y^2 if y > 0.

(a+b+c)^2 = (a+b+c)^2 (Reflective property of equality)

(a+b+c)^2 = a^2 + b^2 + c^a + 2ab + 2bc + 2ca

a + b > c
c(a+b) > c^2 fact of inequity
ca + cb > c^2

b + c > a
a(b+c) > a^2 fact of inequity
ab + ac > a^2

c + a > b
b(c+a) > b^2 fact of inequity
bc + ab > b^2

From above
(a+b+c)^2 = a^2 + b^2 + c^a + 2ab + 2bc + 2ca

By substitution
(a+b+c)^2 < (ab + ac) + (ca + cb) + (bc + ab) + 2ab + 2bc + 2ca

(a+b+c)^2 < 2ab + 2ac + 2bc + 2ab + 2bc + 2ca
(a+b+c)^2 < 4ab + 4ac + 4bc
(a+b+c)^2 < 4(ab + ac + bc)

(a+b+c)^2 <= 4(ab + ac + bc) ?

Can I make this last step from < to <=? If so is there a principal or property that justifies it?

Thanks,
Bernie
 
  • #11
Think about what happens if a = b = c = 0.
 
  • #12
If something is less than something else, it is certainly also less than or equal to it. It's probably a typo though, and you were supposed to prove your next to last line.
 
  • #13
The proof is definitely <=, but I think I found the justification. I don't have my notes handy, but I think it's disjunctive addtion justifies that if p then (p or q). Also if (p or q) and (~q) then p.

Bernie
 
  • #14
Yea, although it's pretty obvious if you just think about it. Also, I'm not saying you copied the question wrong, I'm saying it was wrong in the book. It's not strictly incorrect, but it's completely unnatural to use a \leq in place of a < when equality is not possible.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
8
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K