I'm solving the following equations, $$x+y=zw$$ $$z+w=xy$$ How many solutions $(x,y,z,w)$ exist, if the variables are reals?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Solving the 1st equation for $y$ and substituting in the second gives $$z+w=xzw-x^2\iff x^2-xzw+z+w=0$$ This equation has a solution for $x$ when $$\Delta\ge 0\iff z^2w^2-4z-4w\ge 0$$ It remains to check that it always has solutions for $z,w$. Therefore, your system has an infinite number of solutions all of which satisfy: $$z^2w^2-4z-4w\ge 0$$ $$x=\frac{zw-\sqrt{z^2w^2-4z-4w}}2$$ $$y=zw-x$$ |
|||||
|
|
