Find the number of ordered triplets of real numbers ( x , y , z ) such that:
⎩ ⎨ ⎧ x + y = 2 x y − z 2 = 1
This is part of the set My Problems and THRILLER
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.
Substitute y = 2 − x into the second equation to get
x ( 2 − x ) − z 2 = 1 ⟹ − ( x 2 − 2 x + 1 ) + 1 = 1 + z 2 ⟹ − ( x − 1 ) 2 = z 2 .
Since squares of real numbers are necessarily non-negative, the only way for this equation to hold is to have
x − 1 = 0 ⟹ x = 1 , y = 2 − x = 1 and z = 0 .
Thus there is just 1 triplet that satisfies the given system of equations, namely ( 1 , 1 , 0 ) .
An alternative solution (to AM - GM), by using quadratics:
x + y = 2 x y − z 2 = 1
x y = z 2 + 1
From the latter equation, we can see that if z is a real number, then xy≥1 and this also means, that x ≠ 0 and y ≠ 0.
y = x z 2 + 1
After substituting this into our first equation, we get:
x + x z 2 + 1 = 2
x 2 − 2 x + z 2 + 1 = 0
Applying the quadratic formula:
x = 2 × 1 2 ± 2 2 − 4 × 1 × ( z 2 + 1 ) = 2 2 ± − 4 z 2 = 1 ± − z 2 .... (I)
Our result for x is a real number iff the expression under the square root (the simplified discriminant) is non-negative:
− z 2 ≥ 0 ⟺ z 2 < 0 ⟺ z = 0
This gives us the only solution: x = y = 1, z = 0.
Hence, our answer should be: 1
Remark:
If we allow z ∈ C while x , y ∈ R , then we have infinitely many solutions:
(I) gives us: z = ± a i , x = 1 ± a , y = 1 ± a 1 − a 2 = 1 ∓ a
where a ∈ R + , a = 1
We will also get (x, y, z) solutions in the xy = 0 case:
(0, 2, i), (0, 2, -i), (2, 0, i) and (0, 2, i).
Consider rectangular hyperbola: x y = 1 + z 2
Aim is to find points of intersection between the hyperbola and x + y = 2
The line is not present in the 4th quadrant. Therefore, by AM GM x = 1 , y = 1 , z = 0
if z > 0, xy > 1 No point of intersection.
Problem Loading...
Note Loading...
Set Loading...
x y = z 2 + 1 > 0
x + y = 2 > 0 ∴ x , y > 0
By AM - GM Inequality ,
x + y ≥ 2 ⋅ ( x y ) 2 1
⇒ 1 ≥ x y = 1 + z 2 ≥ 1
∴ 1 + z 2 = 1 ⇒ z = 0 , x = y = 1
Hence , one triplet ( x , y , z ) = ( 1 , 1 , 0 )