Euler_Euclid
- 10
- 0
find all real values such that:
x+y=1
and xy-z^2=1
This one was in one of the exams we had.
x+y=1
and xy-z^2=1
This one was in one of the exams we had.
HallsofIvy said:x= \cdots= \frac{1\pm \sqrt{8z^2+ 9}}{2}
gel said:As x must be positive, that can't be right.
The problem is easy to see graphically. The set of values for (x,y) is just the intersection of the region xy>=1 with the line x + y = 1, which gives a closed line segment.
z2 is nonnegative.Jarle said:How on Earth can you deduce that?
HallsofIvy said:Nothing at all difficult about that, except that I presume you mean "find all 'triples' of real numbers, (x, y, z) that satisfy the equations". From x+ y= 1, y= 1- x. Putting that for y in the second equation, x(1- x)- z2= x- x2- z2= 1 which we can rewrite as the quadratic equation x2- x- (z2+ 1)= 0