Solving for Real Values of x, y, & z with x+y=1 and xy-z^2=1

  • Thread starter Euler_Euclid
  • Start date
In summary: The sum of two squares can only be negative if both squares are negative, which is not possible for real values. Therefore, no solution exists. In summary, there are no real values that satisfy the equations x + y = 1 and xy - z^2 = 1. This can be shown algebraically by solving for x in terms of z and y, and graphically by visualizing the intersection of the region xy>=1 with the line x+y=1. Another method is by considering the sum of two squares, which cannot be negative for real values. Therefore, no solution exists.
  • #1
Euler_Euclid
10
0
find all real values such that:
[tex]x+y=1[/tex]
and [tex]xy-z^2=1[/tex]

This one was in one of the exams we had.
 
Mathematics news on Phys.org
  • #2
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. Now we can solve that for x, as a function of z, using the quadratic formula:
[tex]x= \frac{-(-1)\pm\sqrt{(-1)^2- 4(1)(-(z^2+ 1)}}{2}= \frac{1\pm \sqrt{8z^2+ 9}}{2}[/tex]
Now, since 8z2+ 9 is positive for all z, z can be any number, x can be calculated from that formula, and then y can be calculated from y= 1- x.
 
  • #3
HallsofIvy said:
[tex]x= \cdots= \frac{1\pm \sqrt{8z^2+ 9}}{2}[/tex]

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.
 
  • #4
[tex]x^2+2xy+y^2=1[/tex]
[tex]x^2+y^2+2(1+z^2)=1[/tex]
[tex]x^2+y^2+2z^2=-1[/tex]

or

We observe that both y and x must be positive.

[tex](x+y)^2/4>=xy[/tex], so [tex]xy<=1/4[/tex]. (AM-GM)
[tex]z^2=xy-1<=-3/4[/tex], so no solutions for z if x and y are real.
 
  • #5
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.

How on Earth can you deduce that?
 
  • #6
Jarle said:
How on Earth can you deduce that?
z2 is nonnegative.
 
  • #7
Of course.
Intersection of the region xy>=1 and the line x+y=1 :

y>=1/x, and y=1-x Suppose 1-x > 1/x, then 1/x+x<1 which is impossible! (as x is positive)
 
  • #8
Right. I find it slightly quicker to visualize the result -- xy >= 1 fills in the top-right and bottom-left parts of the hyperbola xy=1... and x+y=1 passes right between the two branches.
 
  • #9
Either way, the closed line segment doesn't exist, right?
 
  • #10
The question has no solution... Consider the following argument...


x + y = 1
xy = 1 + z^2

Now if x > 1, then
y = 1 - x => y < 0

This gives x > 1, y < 0, Thus xy < 0. But since xy = 1 + z^2, xy must be positive.

Thus x <= 1 and y <= 1

Now if x < 0, then
y = 1 - x => y > 1

In this case x < 0 and y > 1. Therefore xy < 0.
Thus x >= 0 and y >= 0.

Taking in both arguments
0 <= x <= 1
and 0 <= y<= 1.

In this case xy <= 1. However since xy = z^2 + 1, xy must be greater than or equal to 1. The only possibility is xy = 1

Solve for

x+y = 1
xy = 1

Since no real value satisfies this equation, no solution exists
 
Last edited:
  • #11
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

Well, u made a mistake. x(1-x) - z2 = 1 does not reduce to x^2 - x - (z^2 - 1) = 0. Infact, the equation is [tex]x^2 - x + z^2 + 1 = 0[/tex].

[tex]D = (-1)^2 - 4(1)(z^2 + 1) = 1 - 4 - 4z^2 = -3 - 4 z^2[/tex] which is negative for all values of z. Thus, no real solution exists
 
  • #12
Thanks for clearing that up,prahamirta.
Another way of seeing this is by rewriting the correct quadratic as
[tex](x-\frac{1}{2})^{2}+z^{2}=-\frac{3}{4}[/tex]
 

1. What is the purpose of solving for real values of x, y, and z?

The purpose of solving for real values of x, y, and z is to find the specific numerical values that satisfy the given equations. These values can then be used in further calculations or to determine the behavior of a system.

2. How do I solve for real values of x, y, and z?

To solve for real values of x, y, and z, you must first rearrange the equations to isolate one variable. Then, substitute the value of the isolated variable into the other equation to find the remaining variables. This process may need to be repeated multiple times to find all three values.

3. Can there be more than one set of real solutions for x, y, and z?

Yes, there can be more than one set of real solutions for x, y, and z. This occurs when the equations have multiple intersections or when one equation is a function of the other. In these cases, there may be infinite solutions or a finite number of solutions.

4. What is the significance of the condition x+y=1 in these equations?

The condition x+y=1 is a constraint that limits the range of possible solutions for x and y. This means that any solutions found must satisfy this constraint, which can help narrow down the possible values for x and y.

5. Are there any alternative methods for solving these equations?

Yes, there are alternative methods for solving these equations, such as using graphical methods or substitution methods. These methods may be more efficient or easier to understand for certain individuals, but the end result will still be the same - finding the real values of x, y, and z that satisfy the equations.

Similar threads

Replies
1
Views
802
Replies
4
Views
931
  • General Math
Replies
1
Views
846
Replies
2
Views
692
Replies
7
Views
733
  • General Math
Replies
3
Views
1K
Replies
2
Views
1K
Replies
18
Views
2K
Replies
1
Views
673
Replies
1
Views
892
Back
Top