Consider all real numbers that satisfy x 3 + y 3 + z 3 − 3 x y z = 1 . What is the minimum value of x 2 + y 2 + z 2 to 2 decimal places?
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.
Hmmm, your reasoning is not right. For your "By AM-GM inequality", you seem to suggest that x+y+z= A is non-negative (because that is a condition to apply AMGM in the first place). How do you know that x+y+z>0 in the first place?
Note that, yes, equality holds when x+y+z=x^2+y^2+z^2 = 1. But you still need to show that there exists triplets of (x,y,z) that satisfy this condition. The unordered triplets of (x,y,z) are (-1/3, 2/3, 2/3), (0,0,1). Can you show how this is done?
Log in to reply
Sir, I have edited the solution to fix the first issue.
Log in to reply
For A.M. > G.M. To be applied, x, y and z must all be non-negative. x+y+z > 0 is not sufficient. So this solution seems wrong.
One Can get the same answer using Lagrange multipliers. That will give you Multiple solutions like (-1,0,0) (2/3,2/3,-1/3) (1,0,0)
Log in to reply
@Kashyap Dixit – I am applying AM - GM on A = x + y + z , 1 , so it simply means that A = x + y + z has to be positive which I have shown in the 1st part of my solution , and it doesn't require x , y , z > 0
I think the first line should be (x+y+z)(x²+y²+z²−xy−yz−zx) = x³+y³+z³−3xyz
I will exploit the following identities:
x³ + y³ + z³ = (x+y+z)(x² + y²+ z² -xy - yz -zx)
(x+y+z)² = x² + y² + z² + 2(xy + yz + zx)
Let x² + y² + z² = l
And x + y + z = m
So the given expression is equivalent to :
m {l - (m² - l)/2} = 1
On simplifying we get
m³ - 3lm + 2 = 0
So , 3l = m² + 2/m
Now we need to minimise l or u can say 3l
Differentiating the above equation wrt to 'm'. it can be easily seen that minima is achieved at :
m = 1
When m = 1 , l = 1
So, the minimum value of l is 1
So x² + y² + z² <= 1
Try my problem ' Die '.
Problem Loading...
Note Loading...
Set Loading...
x 3 + y 3 + z 3 − 3 x y z = ( x + y + x ) ( x 2 + y 2 + z 2 − x y − y z − z x ) = 1
x 2 + y 2 + z 2 − x y − y z − z x = 2 1 ( ( x − y ) 2 + ( y − z ) 2 + ( z − x ) 2 ) > 0 ⇒ x + y + z > 0
Therefore , we can apply AM - GM Inequality on x + y + z
Call x + y + z = A , x 2 + y 2 + z 2 = B
From the equation , we have A ( B − 2 A 2 − B ) = 1
⇒ A ( 2 B − A 2 + B ) = 2
⇒ 3 A B − A 3 = 2
⇒ 3 A B = A 3 + 2 ⋯ ( 1 )
By AM - GM Inequality ,
A 3 + 1 + 1 ≥ 3 A ⋯ ( 2 )
Combining ( 1 ) , ( 2 ) ,
B ≥ 1
Equality holds when x + y + z = x 2 + y 2 + z 2 = 1
This can be interpreted as a plane cutting a sphere, and so the locus is a circle. Explicitly, we have solutions like ( 1 , 0 , 0 ) .