{ x + y + z = 1 x y + y z + x z = − 1 If x , y and z are reals satisfying the system of equation above, then find the maximum value of x 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.
Substituting z = 1 − x − y gives the ellipse x 2 + y 2 + x y − x − y − 1 = 0 .The discriminant when solving for y is − 3 x 2 + 2 x + 5 = − ( x + 1 ) ( 3 x − 5 ) , so that the largest value is x = 3 5 ≈ 1 . 6 6
Why must discriminant of conic section (in this case, an ellipse) equates to 0?
Log in to reply
I'm talking about the discriminant of y 2 + ( x − 1 ) y + x 2 − x − 1 here, viewed as a quadratic equation in y . This discriminant must be ≥ 0 .
Log in to reply
Oh got it. I immediately assumed that there is no inequality involved due to the absence of it.
Solved the same way (+1) .
We have ( x + y + z ) 2 = x 2 + y 2 + z 2 + 2 ( x y + y z + x z ) = 1
⇒ x 2 + y 2 + z 2 = 3 So now we have { x 2 + y 2 + z 2 = 3 x + y + z = 1 Using Cauchy-Schwarz inequality we have x 2 + y 2 + z 2 ≥ x 2 + 2 ( y + z ) 2 = x 2 + 2 ( 1 − x ) 2 ⇔ 6 ≥ 3 x 2 − 2 x + 1 Solving the inequality and we get − 1 ≤ x ≤ 3 5
Problem Loading...
Note Loading...
Set Loading...
x+y+z=1 ⇒ y+z=1-x....(1) x y + y z + z x = − 1 ⇒ x ( y + z ) + z x = − 1 ⇒ x ( 1 − x ) + y z = − 1 . . . ( Using 1 ) ⇒ yz = x 2 − x − 1 . . . . ( 2 ) Applying AM-GM, ( y + z ) 2 ≥ 4 y z and using (1) and (2) ⇒ ( 1 − x ) 2 ≥ 4 ( x 2 − x − 1 ) ⇒ 3 x 2 − 2 x − 5 ≤ 0 ( x + 1 ) ( 3 x − 5 ) ≤ 0 − 1 ≤ x ≤ 3 5 Hence maximum value of x is 3 5 = 1 . 6 7 Corresponding to x's maximum value, y=z=- 3 1