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.
The discussion revolves around finding real values of x, y, and z that satisfy the equations x + y = 1 and xy - z² = 1. The scope includes mathematical reasoning and exploration of potential solutions.
Participants generally agree that no real solutions exist for the given equations, although the reasoning and interpretations of the problem vary among them.
The discussion highlights various approaches to the problem, including graphical interpretations and algebraic manipulations, but does not resolve the underlying assumptions or dependencies on definitions.
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