{ x + y = 2 x y − z 2 = 1
Solve the system of equations above. Give your answer as x − y + z .
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.
Rectify the second step. Then write the equation as ( x − 1 ) 2 + z 2 = 0 . Use the argument : since the sum of squares of two real numbers is zero, each must individually be zero.
Log in to reply
( x , y , z ) = ( i , 2 − i , 1 + i ) is also a solution. In fact there are infinitely many complex solutions. You should have written in the question that x , y and z are real numbers.
As described by @Alak Bhattacharya ,
From x + y = 2 ⟹ y = 2 − x . Putting in
x y − z 2 x ( 2 − x ) − z 2 2 x − x 2 − z 2 x 2 − 2 x + 1 + z 2 ( x − 1 ) 2 + z 2 = 1 = 1 = 1 = 0 = 0 Rearrange
Note that ( x − 1 ) 2 ≥ 0 and z 2 ≥ 0 . Since the RHS = 0 , the LHS must be = 0 . And for the LHS = 0 , the only solution is when both x − 1 = 0 and z = 0 . Therefore the solution is x = 1 , y = 1 , z = 0 and x − y + z = 0 .
Given x + y = 2 , let δ = x − 1 . (Note that \delta need not be positive.) Then x = 1 + δ and y = 1 − δ , so x y = 1 − δ 2 .
The second equation tells us that 1 − δ 2 − z 2 = 1 . Thus δ = z = 0 and x = y = 1 . As a result, x − y + z = 0 .
Problem Loading...
Note Loading...
Set Loading...
y = 2 − x
x ( 2 − x ) − z 2 = 1
( − x 2 + 2 x − 1 ) = z 2
− ( x − 1 ) 2 = z 2
LHS is zero or negative, RHS is zero or positive, therefore both sides must be zero.
x = 1 , z = 0 and y = 1
Answer = 0