x + y + z + x y + y z + x z
Over all real x , y and z satisfying x 2 + y 2 + z 2 = 1 , find the minimum value of the above expression.
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.
Same solution, thanks for being inspired by me
Log in to reply
Not really, this problem was also inspired by you!
Log in to reply
Finally figured out how to work out links in Brilliant.org.
Log in to reply
@Manuel Kahayon – Good for you! For future reference, here is how a bunch of other things can be done :)
I am sorry. But; I don't get this. What does N =?
Log in to reply
N = x + y + z
Log in to reply
I see it now. I didn't see the lengthy steps to take to get to your solution until now. Thank you!
This is why it is important to keep consistent notation throughout the solution. Your first line previously stated x + y + z = n , and I'm switched it out to N .
Log in to reply
@Calvin Lin – Oh, sorry, I did not notice that.... Thanks a bunch, sir Calvin!
Same solution!!
Problem Loading...
Note Loading...
Set Loading...
Let x + y + z = N
So, N 2 = ( x 2 + y 2 + z 2 ) + 2 ( x y + y z + x z ) = 1 + 2 ( x y + y z + x z ) (Since x 2 + y 2 + z 2 = 1 )
Giving us x y + y z + x z = 2 N 2 − 1
So, our original equation is x + y + z + x y + y z + x z
= N + 2 N 2 − 1 = 2 N 2 + 2 N − 1
By the formula for the minimum value of a quadratic formula, we get the minimum value to be − 1
The minimum value is attained when x + y + z = − 1 and x 2 + y 2 + z 2 = 1
I won't bother to prove that there exist x , y and z which satisfy the equation, I'll just state that ( x , y , z ) = ( − 3 2 , − 3 2 , 3 1 ) satisfy the equations.