If x , y and z are real numbers such that their sum is 1, find the maximum value of x y + x z + y z .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Ugghhh I was entering 0 . 3 3
Log in to reply
I wrote a note
I have updated the answer to 0.333
In future, if you spot any errors with a problem, you can “report” it by selecting the “dot dot dot” menu in the lower right corner. You will get a more timely response that way.
Log in to reply
Thanks! I thought its my mistake not to notice the note written.
First of all, this was a nice question. I have taken an unconventional way to solve this problem. enjoy :D
We Have: x , y , z ∈ R and x + y + z = 1
We need to calculate the maximum value of S = x y + y z + z x
LET: x , y , z be the three real roots of a monic cubic polynomial P ( a )
By Vieta's Relations, we have:
P ( a ) = a 3 − a 2 + S a + t where t is a constant.
we also have: P ′ ( a ) = 3 a 2 − 2 a + S
Now for a cubic polynomial P ( a ) to have 3 real roots it should change it's direction(i.e. the sign of it’s slope ) 3 times.
more importantly, thus, the curve of P ( a ) should be parallel to the X-axis 2 times ...
IMPLYING THAT: P ′ ( a ) should be equal to 0 twice!
So, it is clear that P ′ ( a ) should have two real roots.
∴ for P ′ ( a ) = 3 a 2 − 2 a + s
Δ = 2 2 − 4 . 3 . S ≥ 0
⟹ S ≤ 3 1 = 0 . 3
What do you think @abdulrahman khaled .. :D
awesome solution dude.. :)
Creative way to answer the question
Log in to reply
Log in to reply
Let x = 1/3 + a, y = 1/3 + b, and z = 1/3 + c.
therefore x + y + z = 1/3 + a + 1/3 + b + 1/3 + c = 1 + a + b + c.
But as x + y + z = 1, we deduce that a + b + c = 0.
therefore (a + b + c)2 = a2 + b2 + c2 + 2(ab + ac + bc) = 0 2(ab + ac + bc) = -(a2 + b2 + c2) therefore ab + ac + bc = -(a2 + b2 + c2)/2 = -d, where d greater than or equal 0
So xy + xz + yz = (1/3 + a)(1/3 + b) + (1/3 + a)(1/3 + c) + (1/3 + b)(1/3 + c) = 1/9 + a/3 + b/3 + ab + 1/9 + a/3 + c/3 + ac + 1/9 + b/3 + c/3 + bc = 1/3 + (2/3)(a + b + c) + ab + ac + bc As a + b + c = 0 and ab + ac + bc = -d, we get, S = xy + xz + yz = 1/3 - d less than or equal 1/3 Q.E.D..
Log in to reply
@Parth Lohomi – absolutely correct :D
Very good approach
We\quad know\quad that\quad for\quad real\quad numbers\quad x,y\quad and\quad z\quad { (x-y) }^{ 2 }+{ (x-z) }^{ 2 }+{ (y-z) }^{ 2 }\ge 0.\\ Therefore\quad { x }^{ 2 }+{ y }^{ 2 }+{ z }^{ 2 }\ge xy+yz+zx.So\quad { x }^{ 2 }+{ y }^{ 2 }+{ z }^{ 2 }+2xy+2yz+2zx\ge 3xy+3yz+3zx.Therefore\quad \\ { (x+y+z) }^{ 2 }\ge 3S.\gg \quad \frac { 1 }{ 3 } \ge S.So\quad the\quad final\quad answer\quad is\quad 0.3\quad
nice solution
I really think that this is overrated.
( x + y + z ) 2 = x 2 + y 2 + z 2 + 2 ( x y + y z + z x )
2 ( x + y + z ) 2 − ( x 2 + y 2 + z 2 ) = x y + y z + z x
Now we have to just find the minimum value of the LHS.
LHS = 2 1 − ( x 2 + y 2 + z 2 )
Using Cauchy Schwarz like this -
( x 2 + y 2 + z 2 ) ( 1 2 + 1 2 + 1 2 ) ≥ ( x + y + z ) 2
( x 2 + y 2 + z 2 ) ≥ 3 1
LHS ≤ 2 1 − 3 1
≤ 3 1
Hence, x y + y z + z x ≤ 3 1
(x+y+z)^{2} =x^{2}+y^{2}+z{2}+2(xy +yz+zx).
let x^{2}+y^{2}+z{2} be a^{2},
a^{2}>=0
2(xy+yz+zx)=1-a^{2}
2S<=1
hence, S<=1/2
S<=0.5
Same approach. Also do think it's a bit overrated.
x+y+z=1, pretend x=y=z=1/3, S=1/9+1/9+1/9 = 1/3 =0.333333333333333333.....
you can't pretend that x=y=z it isn't given.
Log in to reply
عبد الرحمان ،جزاك الله خيرا احتاج الى كتاب في الاولمبياد.
Log in to reply
@Omar El Mokhtar Please express your views only in English.
Log in to reply
@Anuj Shikarkhane – i need some books for olympiad,can you help me?
Log in to reply
@Omar El Mokhtar – Can you please specify for which olympiad you want books?
Log in to reply
@Anuj Shikarkhane – thanks,i want math olympiade math books please
as ( x+y+z)^2 = x^2 + y^2 + z^2 + 2S so x^2 + y^2 + z^2 =1 - 2S Now (x-y)^2 + (y-z)^2 +(z-x)^2 = 2( x^2 + y^2 + z^2) - 2S i.e. 2(1-2S) - 2S >=0 or 1 - 3S >= 0 Hence S <= 1/3
Problem Loading...
Note Loading...
Set Loading...
L e t x = 1 / 3 + a , y = 1 / 3 + b , a n d z = 1 / 3 + c . x + y + z = 1 / 3 + a + 1 / 3 + b + 1 / 3 + c = 1 + a + b + c . B u t a s x + y + z = 1 , w e d e d u c e t h a t a + b + c = 0 . ∴ ( a + b + c ) 2 = a 2 + b 2 + c 2 + 2 ( a b + a c + b c ) = 0 2 ( a b + a c + b c ) = − ( a 2 + b 2 + c 2 ) ∴ a b + a c + b c = − ( a 2 + b 2 + c 2 ) / 2 = − d , w h e r e d ≥ 0 S o x y + x z + y z = ( 1 / 3 + a ) ( 1 / 3 + b ) + ( 1 / 3 + a ) ( 1 / 3 + c ) + ( 1 / 3 + b ) ( 1 / 3 + c ) = 1 / 9 + a / 3 + b / 3 + a b + 1 / 9 + a / 3 + c / 3 + a c + 1 / 9 + b / 3 + c / 3 + b c = 1 / 3 + ( 2 / 3 ) ( a + b + c ) + a b + a c + b c A s a + b + c = 0 a n d a b + a c + b c = − d , w e g e t , S = x y + x z + y z = 1 / 3 − d 1 / 3 = 1 / 3 + ( 2 / 3 ) ( a + b + c ) + a b + a c + b c A s a + b + c = 0 a n d a b + a c + b c = − d , w e g e t , S = x y + x z + y z = 1 / 3 − d ≤ 1 / 3