Let x , y , z be positive real numbers such that x 2 + y 2 + z 2 + 2 x y z = 4 .
Find the minimum value of x 2 + y 2 + z 2 .
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.
How did you get from 3 ( x y z ) 3 2 + 2 x y z = 4 → t o → 8 ( x y z ) 3 − 2 1 ( x y z ) 2 + 9 6 ( x y z ) − 6 4 = 0 ?
Log in to reply
Let a = x y z . Then we have 3 a 3 2 = 4 − 2 a . Now cube both sides to get
2 7 a 2 = 8 ( 2 − a ) 3 = 8 ( 8 − 1 2 a + 6 a 2 − a 3 ) = 6 4 − 9 6 a + 4 8 a 2 − 8 a 3
⟹ 8 a 3 − 2 1 a 2 + 9 6 a − 6 4 = 0 .
This is a messy cubic polynomial so I used WolfraAlpha to find the root, but an application of Newton's Method would do the job as well.
Problem Loading...
Note Loading...
Set Loading...
By the AM-GM inequality we know that x 2 + y 2 + z 2 ≥ 3 ∗ ( x y z ) 3 2 . Thus the minimum value of x 2 + y 2 + z 2 will occur when
3 ∗ ( x y z ) 3 2 + 2 x y z = 4 ⟹ 8 ( x y z ) 3 − 2 1 ( x y z ) 2 + 9 6 ( x y z ) − 6 4 = 0 ,
which has one real solution of x y z = 0 . 7 5 5 6 1 to 5 decimal places. Thus the minimum value of x 2 + y 2 + z 2 will be 4 − 2 ∗ 0 . 7 5 5 6 1 = 2 . 4 8 8 7 8 to 5 decimal places.