Find the set of solutions to the following system of equations:
{ x 2 + y 2 = 2 x y = 1
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.
x 2 + y 2 x 2 + x 2 1 x 2 − 2 + x 2 1 ( x − x 1 ) 2 x = 2 = 2 = 0 = 0 = x 1 From x y = 1 ⟹ y = x 1
⟹ x ( x , y ) = ⎩ ⎪ ⎨ ⎪ ⎧ + 1 − 1 ⟹ y = x 1 = 1 ⟹ y = x 1 = − 1 = { ( 1 , 1 ) , ( − 1 , − 1 ) }
eq1: ( x 2 + y 2 = 2 )
eq2: ( x y = 1 )
STEP 1: Use eq. 2 to find eq. 1 in terms of x or y
From eq. 1: y = x 1
x 2 + y 2 = 2 ⇒ [ x 2 + ( x 1 ) 2 = 2 ]
STEP 2: Simplify the above equation such that it equals 0
[ x 2 + ( x 1 ) 2 = 2 ] ⇒ ( x 4 + 1 = 2 x 2 ) ⇒ ( x 4 − 2 x 2 + 1 = 0 )
STEP 3: Use u substitution; solve for u by factoring
( x 4 − 2 x 2 + 1 = 0 ) ⇒ ( u 2 − 2 u + 1 = 0 ) , where u = x 2
u 2 − 2 u + 1 = 0 ⇒ ( u − 1 ) ( u − 1 ) = 0
→ u = 1
STEP 4: Solve for x
u = 1 ⇒ x 2 = 1
x 2 = 1 ⇒ x = ± 1
Then you can solve for the corresponding y values by plugging each x value into eq1 and eq2 , which will give the solutions as:
( 1 , 1 ) and ( − 1 , − 1 )
Subtract two times the second equation from the first equation.
x 2 + y 2 − 2 x y = 2 − 2 ( 1 ) = 0
This factors as ( x − y ) 2 = 0 . So all solutions to this system must have x − y = 0 and x = y .
Substituting this information into either original equation leads to y 2 = 1 , which has solutions y = ± 1 .
Therefore, the system has two ordered pair solutions: ( 1 , 1 ) and ( − 1 , − 1 ) .
Nice. I formed equations x+y=(+/-)2 and x-y=0 which could establish the unique solutions
Log in to reply
Yeah, I think that's the probably the way I did this problem at first.
Go to desmos.com and input the equations.
I had no paper at this moment.😑
Should have put a fi at the empty set b.t.w. .
(x^2)-1=1-(y^2). (x+1)(x-1)=1-(1/x^2)=[(x^2)-1)]/x^2=(x+1)(x-1)/x^2. (x^2)(x+1)(x-1)=(x+1)(x-1). x^2=1. x=+/-1. 1-1=1-y^2. y^2=1. y=+/-1. Answer x=+/-1 and y=+/-1. Verify. 1+1=2. (1)(1)=1 and (-1)*(-1)=1.
This is a cool application of AM-GM!
By AM-GM, we have 2 = x 2 + y 2 ≥ 2 x y = 2 which means that the equality case holds!
So, x 2 = y 2 but when x = − y , there is no real solution.
So, x = y which means x = y = ± 1 .
x y = 1 = > x 2 y 2 = 1 = > x 2 = y 2 1
Substituting the above result in the first equation,
y ² + y ² 1 − 2 = 0 ∴ y ² + y ² 1 − 2 ⋅ y ⋅ y 1 = 0 ∴ ( y − y 1 ) 2 = 0 ∴ y − y 1 = 0 ∴ y ² = 1 = > y = ± 1 So when y = 1 , x = 1 and y = − 1 , x = − 1 [ ∵ x y = 1 ]
Hence the required points are ( 1 , 1 ) and ( − 1 , − 1 )
Problem Loading...
Note Loading...
Set Loading...
Notice that by squaring the second equation,
x 2 + y 2 x 2 y 2 = 2 = 1
Both z 1 = x 2 and z 2 = y 2 can be treated as the solutions to the quadratic equation z 2 − 2 z + 1 = 0 , following Vieta's formula. Since that equation can be factored as ( z − 1 ) 2 , it has one solution z = 1 . Therefore, as the possible solutions for x , y are 1 and − 1 , the solutions to the given system of equations are ( 1 , 1 ) and ( − 1 , − 1 ) .