Suppose x , y , z are non-negative real numbers with x + y + z = 3 .
Find the maximum value of:
P = ( x − y ) ( y − z ) ( z − x )
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.
Can you please explain how you got P=mn(m+n) and the steps thereon?
Log in to reply
3 y + 2 m + n = 3 is true because it's given in the problem statement that x + y + z = 3 .
P = ( x − y ) ( y − z ) ( z − x )
= ( ( y + m + n ) − y ) ( y − ( y + m ) ) ( ( y + m ) − ( y + m + n ) )
= ( m + n ) ( − m ) ( − n ) = m n ( m + n ) .
Which theorem are you referring to?
Log in to reply
He said there on, not theorem. As in what is the logic for that step and all steps past that.
How did you get 3y + 2m + n = 3?
Log in to reply
It's given in the problem statement that x + y + z = 3 .
Problem Loading...
Note Loading...
Set Loading...
Clearly P = 0 when x = y . Therefore P max ≥ 0 .
P is cyclic. Wlog x = max { x , y , z } and let z = x = y = z . Two cases:
x > y > z . Then P < 0 , so maximum can't be reached.
x > z > y . Let ( x , y , z ) = ( y + m + n , y , y + m ) for some m , n > 0 .
Then P = m n ( m + n ) and it's given in the problem statement that x + y + z = 3 , so 3 y + 2 m + n = 3 .
P is independent of y , so to maximize P let y = 0 .
Then P = m ( 3 − 2 m ) ( 3 − m ) = 2 m 3 − 9 m 2 + 9 m , which is a polynomial. Maximum value (if it exists) must occur when P ′ = 0 . (We have m > 0 . No endpoints, so P ′ must equal 0 . E.g., Q ( x ) = x is also a polynomial and the maximum value at x ∈ [ 2 ; 5 ] is when x = 5 , which is an endpoint, and Q ′ = 1 = 0 )
P ′ = 6 m 2 − 1 8 m + 9 = 0 ⟺ m = 2 3 ± 3 .
If m = 2 3 + 3 , then P < 0 , so maximum can't be reached.
If m = 2 3 − 3 , then P = 2 3 3 ≈ 2 . 5 9 8 , which is indeed obtainable when ( x , y , z ) = ( 2 3 − 3 + 3 , 0 , 2 3 − 3 ) .