Let x , y , z be real numbers such that x + y + z = 3 and x y + y z + z x = − 9 . If m and M are the minimum and maximum values of x y z , respectively, find m + M .
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.
Suppose x y z = t
Then we se x 2 + y 2 + z 2 = 2 7 And ( x y ) 2 + ( y z ) 2 + ( x z ) 2 = 8 1 − 6 t .
Using Cauchy -Swartz : 2 7 ( 8 1 − 6 t ) is greater than or equal to 9 ( t ) 2 .
Solving the above quadratic inequality we get t ϵ [ − 2 7 , 9 ] .
please comment where i am getting it wrong
Log in to reply
Equality dosent hold this way, thus some other grouping of terms must be done.
@Linkin Duck How you get ( − f − 1 1 ) 2 / 4 + ( − 1 2 ) 3 / 2 7 < = 0 ?
Log in to reply
Using Cardano's method, f ( x ) = x 3 + p x + q has more than 1 zero when 4 q 2 + 2 7 p 3 ≤ 0 . For reference: https://en.wikipedia.org/wiki/Cubic_function
Slightly different solution with Linkin Duck 's
Let x y z = c , then
⎩ ⎪ ⎨ ⎪ ⎧ x + y + z = 3 x y + y z + z x = − 9 x y z = c
This means that x , y and z are roots of u 3 − 3 u 2 − 9 u − c = 0 . Let f ( u ) = u 3 − 3 u 2 − 9 u − c and let us find local maximum and minimum of f ( x ) .
f ′ ( x ) 3 u 2 − 6 u − 9 u 2 − 2 u − 3 ( u + 1 ) ( u − 3 ) ⟹ u = 3 u 2 − 6 u − 9 = 0 = 0 = 0 = − 1 , 3 Equating f ′ ( x ) = 0
We note that when { u = − 1 u = 3 f ′ ′ ( − 1 ) = 6 ( − 1 ) − 6 < 0 f ′ ′ ( − 1 ) = 6 ( 3 ) − 6 > 0 ⟹ f ( − 1 ) = 5 + c is a maximum. ⟹ f ( 3 ) = − 2 7 + c is a minimum.
For all three roots x , y and z to be real, − 2 7 ≤ c ≤ 5 , ⟹ m = − 2 7 , M = 5 and m + M = − 2 2
Very nice approach Mr. @Chew-Seong Cheong :-)
From x + y + z = 3 and x y + y z + z x = − 9 , we get x 2 + y 2 + z 2 = 2 7 , by using the identity ( x + y + z ) 2 = x 2 + y 2 + z 2 − 2 ( x y + y z + z x ) .
From this, we write x + y = 3 − z and x 2 + y 2 = 2 7 − z 2
By using Cauchy-Schwarz Inequality , we have that x 2 + y 2 ≥ 2 ( x + y ) 2 ⟹ 2 7 − z 2 ≥ 2 ( 3 − z ) 2 which gives bounds on z , that is z ∈ [ − 3 , 5 ] .
If we take minimum value of z , that is z = − 3 , we get x = y = 3 , and hence x y z = − 2 7
If we take maximum value of z , that is z = 5 , we get x = y = − 1 , and hence x y z = 5
and summing these values yields m + M = − 2 2
I don't know why taking the minimum and maximum values of z , gives the answer and also I don't know why − 2 7 and 5 are minimum and maximum.
I just took the extreme bounds of z , and got whatever value of x y z , i assumed it to be minimum and maximum value respectively.
Please tell me how to verify why this will work. ( Also, see whether this can be done without calculus)
Problem Loading...
Note Loading...
Set Loading...
Let f = x y z , then
⎩ ⎪ ⎨ ⎪ ⎧ x + y + z = 3 x y + y z + z x = − 9 x y z = f
so x , y , z are 3 roots of the equation t 3 − 3 t 2 − 9 t − f = 0 ( 1 ) (by applying Viète theorem)
Let u = t − 1 then ( 1 ) becomes u 3 − 1 2 u − f − 1 1 = 0 ( 2 )
Since x , y , z are real numbers, equation ( 2 ) have 3 real roots, that comes to:
4 ( − f − 1 1 ) 2 + 2 7 ( − 1 2 ) 3 ≤ 0 ⟺ − 2 7 ≤ f ≤ 5 .
+) f = 5 , then x , y , z are 3 roots of the equation t 3 − 3 t 2 − 9 t − 5 = 0 , which are: ( x , y , z ) = ( − 1 , − 1 , 5 ) , ( − 1 , 5 , − 1 ) , ( 5 , − 1 , − 1 )
+) f = − 2 7 , then x , y , z are 3 roots of the equation t 3 − 3 t 2 − 9 t + 2 7 = 0 , which are: ( x , y , z ) = ( − 3 , 3 , 3 ) , ( 3 , − 3 , 3 ) , ( 3 , 3 , − 3 )
Hence, m = − 2 7 and M = 5 , which gives m + M = − 2 2