But where's a,b, c in the equations?
if x+y+z = 1 and 2xy - z^2 = 1 solve for x, y ,z.
here x, y, z are real numbers...
-
UP 0 DOWN 0 0 11
11 Answers
@sambit.
using AM ≥ GM is a way as stated by man111 .
x + y ≥ 2√xy
x + y = 1-z
xy = (1 + z^2)/2.
but ur question is incomplete.....
you should hv added that x,y and z are positive real numbers...
and not only real numbers...
as A.M-G.M inequality holds only for positive real numbers.
I have a better solution. In my solution I only need x,y,z to be Reals only.
From 1st eqn.
z=1-x-y
Putting the value of z in 2nd eqn.
2xy-z2=1
→2xy-(1-x-y)2=1
which is equivalent to
1+x2+y2-2x-2y=-1
→(x-1)2+(y-1)2=0
→x=1 and y=1
so, z=-1
(x,y,z)=(1,1,-1)
@rahulmishra
yeah thanks you pointed it out.
here is another one.
x+y = 1-z
so, x^2 + y^2 + 2xy = 1 + z^2 - 2z
also 2xy = 1 + z^2
subtracting the latter equation form the former yields
x^2 + y^2 = -2z
subtracting - 2xy form both the sides.
(x-y)^2 = -2z - 2xy
or, (x-y)^2 = -2z - 1 - z^2 ( since 2xy = 1 + z^2)
or, (x-y)^2 + (z+1)^2 = 0
so, x = y and z = -1.