x and y are real numbers satisfying the system of equations ⎩ ⎨ ⎧ y 2 + 2 y = x 2 − 2 x + x x + y = 2 x 1
If the value of x y can be expressed as c a + b for integers a , b , c with b square-free, then what is a + b + c ?
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.
I have no idea how I managed to get a unique real solution with this crazy system of equations, but I did. I was just playing around with another concept, and it just kind of went downhill and I ended up with this.
I did pretty much the same thing, but ended up squaring both sides of 4 x − 2 = 2 x 1 , and got lucky with the rational root theorem on the resulting cubic.
For me,
a = x + y
b = y - x
⇒ y 2 + 2 y = x 2 − 2 x + x < = > a 2 ( b + 2 ) = 2 1 ( 1 )
⇒ x + y = 2 x 1 < = > a 2 ( a − b ) = 2 1 ( 2 )
( 1 ) − ( 2 ) = > x = 8 3 + 5 ; y = 8 3 5 − 7
⇒ x y = 3 2 − 3 + 5
⇒
a
+
b
+
c
=
3
4
I do not understand your third line. What did you do with x x ?
Yes. (1) + (2) and first solve cubic of a, then get b from (1). This gives x,y.
Problem Loading...
Note Loading...
Set Loading...
First, we rearrange the first equation to get y 2 − x 2 + 2 x + 2 y = x which factors into ( y + x ) ( y − x + 2 ) = x or y − x + 2 = x + y x
Now looking at the second equation, we see that x + y = 2 x 1 Substituting this back into the first equation gives y − x + 2 = 2 x 1 x = 2 x
Now subtracting the second equation from this new equation gives 2 − 2 x = 2 x − 2 x 1 or 4 x − 2 x 1 = 2
Multiplying both sides by x gives 4 x x − 2 1 = 2 x or 8 x x − 4 x − 1 = 0
Substituting z = x , we have 8 z 3 − 4 z − 1 = 0
Upon inspection with the Rational Root Theorem, we see that − 2 1 is a root, thus ( x + 2 1 ) is a factor. Using synthetic division, we see that 8 z 3 − 4 z − 1 = 2 ( z + 2 1 ) ( 4 z 2 − 2 z − 1 )
The roots of 4 z 2 − 2 z − 1 , using the quadratic equation, are z = 4 1 ± 5
However, see that since z = x , we must have that z is positive. Since both z = − 2 1 and z = 4 1 − 5 are negative, we must have z = 4 1 + 5 .
Thus, x = 4 1 + 5 or x = 8 3 + 5
Plugging x and x back into the second equation, we see that 8 3 + 5 + y 8 3 + 5 + y 8 3 + 5 + y y = 2 ( 4 1 + 5 ) 1 = 1 + 5 2 = 2 5 − 1 = 2 5 − 1 − 8 3 + 5 = 8 3 5 − 7
Thus, x y = ( 8 3 + 5 ) ( 8 3 5 − 7 ) = 3 2 − 3 + 5
Thus our final answer is − 3 + 5 + 3 2 = 3 4 and we are done.