⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ x + y = y x x − y = x y
Are there any real solutions satisfying this system of equations?
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.
Right, because when I think about it like that, its actually, VERY EASY! But I have actually good mathematical results every year, so that answers, why I find it so easy.
Very good, fast method
danget that's what I did... but yes you are correct.
Yeah, very easy problem, but I like your thinking very much :D :D :D
How do you came to know that it needs multiplication rather than addition bcz addition led to a dead end.
Log in to reply
Trial and error mostly. With systems of equations, you'll almost always need to combine the two equations in some way. It makes sense to try some simple combination methods, such as addition, subtraction, multiplication, linear combinations and so on. In this case, multiplication turned out to give the best resulsts.
Incidentally, addition can also work:
( x + y ) + ( x − y ) = y x + x y ⇒ 2 x = x ( y 1 + y )
The equation above gives two options: (1) x = 0 or (2) y + y 1 = 2 .
Case (1): 0 + y = y 0 ⇒ y = 0 which doesn't work in the first equation as we already saw.
Case (2): y − 2 + y 1 = 0 ⇒ y 2 − 2 y + 1 = 0 ⇒ ( y − 1 ) 2 = 0 ⇒ y = 1 .
This turns the other equations into x + 1 = x which has no solutions.
Log in to reply
Substituting certainly works. Like in Chew Seong Cheong’s method xy was substituted by x-y.
But multiplication is the fastest method.
you are so excellent
I disagree with this solution since a priority the first equation can be written as xy + y^2 = x. The solution of x = 0 and y = 0 should be legitimate.
Log in to reply
sir, zero divided by zero is not valid, hence this would violate equation 1. It is, therefore, not a solution. But if you are saying that equating zero to the distribution of y and x+y is defined, distributing like this when x is zero and y is zero is not defined, and so you cannot do this algebraicly and get a defined solution. this is because the division by zero is not defined.
In a nutshell, if x and y are zero, then x/y = x+y cannot be written as x=xy+y^2 You cannot take the zero (y) to the other side in the division of x and y
Log in to reply
In math and in general, we decide how to model any situation. If I rewrite an equation to remove the potential fault from deviding by zero, I fail to see how I have divided by zero.
Log in to reply
@Philip Wesel – You have a point. But, the equations in the question are written the way they are to imply that the division by zero is not allowed.
Log in to reply
@Krishna Karthik – Thank you for your kind reply
Furthermore, equation one would not be an equation if x=0 and y=0 because 0 is not undefined.
This isn’t level 1 algebra it’s more like .5 level
⎩ ⎨ ⎧ x + y = y x x − y = x y . . . ( 1 ) . . . ( 2 )
( 1 ) × y : x y + y 2 x − y + y 2 y ( y − 1 ) ⟹ y = x = x = 0 = 1 ( 2 ) : ⟹ x y = x − y Since ( 1 ) is not defined when y = 0
⟹ { ( 1 ) : x + 1 = x ( 2 ) : x − 1 = x ⟹ No solution. ⟹ No solution.
Great solution with great graphics, sir.
Yes, that’s what I did. nice and concise solution Mr. Cheong
Good and exact solution.Thanks sir
First note that y = 0 , otherwise the first equation would not make sense.
Dividing the second equation by y , yields y x = x + 1 .
Replacing in the first equation gives x + y = x + 1 , from which we get y = 1 .
But then, in the original first equation we would get x + 1 = x which is impossible.
Adding the two equations together gives 2 x = x / y + x y
2 = 1 / y + y [see footnote]
y 2 − 2 y + 1 = 0
( y − 1 ) 2 = 0
which solves to y = 1 but that gives x + 1 = x and x − 1 = x which makes no sense. Hence real solutions are impossible.
footnote: The step of cancelling x on each side of the equation assumes that x is non-zero. But if x = 0 then 0 + y = 0 so y = 0 and x / y becomes undefined.
postscript: I believe the above argument proves that no complex solutions are possible either.
Nice one. I tried subtracting the two equations together and work from there, but turns out the solution is slightly longer.
x+y=x/y xy+y^2=x That is x=(y^2)/(y-1) x-y=xy (y^2)/(y-1)-y=(y^2)(y)/(y-1) -y=y^3 But y isn’t 0 So, y^2=-1 y isn’t real number not have (x,y) in real number.
Rearranging the first equation: x + y = y x
x y + y 2 = x
y 2 = x − x y
1 − y y 2 = x
Rearranging the second equation: x − y = x y
x − x y = y
x = 1 − y y
1 − y y = x = 1 − y y 2
y = y 2
0 = y ( y − 1 )
y = 0 , 1
However, we would divide by 0 in both cases. Hence, there are no solutions to the system of equations.
I tried looking for every number and no numbers work for these equations
You can't possibly "look for every number" because there's infinitely many numbers to "look for."
Rearranging the second equation gives x + x y = y ⇒ x = x y + y = y ( x + 1 ) ⇒ y = x + 1 x . Substitute this into the first equation gives
x + x + 1 x x + x + 1 x + 1 − 1 x + 1 − x + 1 1 − x + 1 1 = = = = x / ( x + 1 ) x x + 1 x + 1 0
But there is no real x satisfying x + 1 1 = 0 , so there is no solution.
Assuming x and y are positive. x+y must be larger than x-y, yet as y increases x+y increases but x/y must decrease while xy increases. Intuitively a solution is impossible. As negative x or y affects both sides of the equations the same is true for negative numbers. Therefore, no real answer.
Adding both equations we get:
2 x y = x + y 2
We can write this in the following form, which is a quadratic: x y 2 − 2 x y + x = 0
Using the quadratic equation: y = 2 x − ( − 2 x ) ± ( 2 x ) 2 − 4 ⋅ x ⋅ x
Simplifying, we get: y = 2 x 2 x = 1
Substituting 1 as our y value into the first equation gives: x + 1 = x which gives no valid solution.
To make sure, substituting the same value into the 2nd equation, we get x − 1 = x which also gives no valid solution.
x+y=x/y (1)
x-y=xy (2)
When you eliminate x you get
x=(x+y)*y=xy+y^2 and
x=xy+y
So y^2=y
The only solutions are y=1 or y=-1
(y=0 is no solution because it says x/y in (1) and you can't divide by 0)
Now insert this into (1)
x+1=x/1 => x+1=x or
x-1=-1
Which can't be true.
This is only possible if x is infinity 😀, and y is 1
Infinity is not a number.
we can conclude that x - y + y*y - x = 0 ,so that x - 1 = x, it is impossible
If x + y = x/y, multiply by y giving xy + y^2 = x.But xy = x - y, and substituting, x - y + y^2 = x. cancelling x, y^2 = y. So y = 0 or y = 1. y = 1 means x + 1 = x, which is impossible. y = 0 means x = 0, and 0/0 is not defined. Ed Gray
If you graph both equations using aymptotes, the intersection point is (0, 0) and for the top equation, you will get 0/0 on the right-hand side, so it is impossible to solve so there are no real solutions.
Problem Loading...
Note Loading...
Set Loading...
Multiplying both equations yields:
( x + y ) ( x − y ) = y x ⋅ x y
x 2 − y 2 = x 2
y 2 = 0
y = 0
This will however not give a valid solution to the first equation, therefore no solutions are possible.