Anzas
- 87
- 0
there are three numbers a,b,c
0<a,b,c<=1
and it is given that
ab+ac+bc=1
show that
a^2+b^2+c^2 <=2
0<a,b,c<=1
and it is given that
ab+ac+bc=1
show that
a^2+b^2+c^2 <=2
Anzas said:there are three numbers a,b,c
0<a,b,c<=1
and it is given that
ab+ac+bc=1
show that
a^2+b^2+c^2 <=2
matt grime said:I don't think so, some how. since there is obviously a case where a=b=c and thus a^2+b^2+c^2=1.
dextercioby said:Then what am I doing wrong??
(a-b)^2 \geq 0 => a^2+b^2 \geq 2ab (1).
(a-c)^2 \geq 0 => a^2+c^2 \geq 2ac (2).
(b-c)^2 \geq 0 => b^2+c^2 \geq 2bc (3).
Add all 3 relations,devide by 2 and u'll be left with:
a^2+b^2+c^2 \geq 1 (4).
Which is different than i had previously obtained last night (i was really tired) but it's not what the problem's asking.
matt grime said:wlog a=max(a,b,c)
a^2+b^2+c^2 <= a^2+ ab+ac = a^2 + 1-ac <= 1+a^2 <=2
in your second line you multiplied the left side of the inequality with 'a' but forgot to multiply the right side of the inequality with 'a'.gonzo said:Okay, now I think I have it. Once again, start with an arbitrary ordering:
1>=a>=b>=c>0
so:
a-c <= 1
a(a-c) <= 1
a^2 - ac <= 1
a^2 + b^2 +c^2 - b^2 - c^2 -ac <= 1
a^2 + b^2 +c^2 - ab - bc -ac <= 1
a^2 + b^2 +c^2 <= 2
Let me know if anyone sees a problem with this. I think I got all the signs right this time.
loop quantum gravity said:in your second line you multiplied the left side of the inequality with 'a' but forgot to multiply the right side of the inequality with 'a'.
another thing if you are going with your first assumption:
1>=a>=b>=c>0
then when you reduct c from everything you get:
1-c>=a-c
and not a-c<=1.
if you assume a=1 then it's obviously right.shmoe said:You suggest a(a-c)<=a, but since a<=1 also, the weaker inequality a(a-c)<=1 is also true and sufficient for the problem. Same thing for your other complaint, a-c<=1-c implies a-c<=1 since c is positive.
loop quantum gravity said:if you assume a=1 then it's obviously right.
loop quantum gravity said:in your second line you multiplied the left side of the inequality with 'a' but forgot to multiply the right side of the inequality with 'a'.
another thing if you are going with your first assumption:
1>=a>=b>=c>0
then when you reduct c from everything you get:
1-c>=a-c
and not a-c<=1.
matt grime said:wlog a=max(a,b,c)
a^2+b^2+c^2 <= a^2+ ab+ac = a^2 + 1-ac <= 1+a^2 <=2
gonzo said:Okay, now I think I have it. Once again, start with an arbitrary ordering:
1>=a>=b>=c>0
so:
a-c <= 1
a(a-c) <= 1
a^2 - ac <= 1
a^2 + b^2 +c^2 - b^2 - c^2 -ac <= 1
a^2 + b^2 +c^2 - ab - bc -ac <= 1
a^2 + b^2 +c^2 <= 2
Let me know if anyone sees a problem with this. I think I got all the signs right this time.