SOLUTION: Find all ordered pairs (x,y) of real numbers such that x + y = 10 and x^2 + y^2 = 62 + 2xy. For example, to enter the solutions (2,4) and (-3,9), you would enter "(2,4),(-3,9)"

Algebra ->  Systems-of-equations -> SOLUTION: Find all ordered pairs (x,y) of real numbers such that x + y = 10 and x^2 + y^2 = 62 + 2xy. For example, to enter the solutions (2,4) and (-3,9), you would enter "(2,4),(-3,9)"       Log On


   



Question 1209168: Find all ordered pairs (x,y) of real numbers such that x + y = 10 and x^2 + y^2 = 62 + 2xy.
For example, to enter the solutions (2,4) and (-3,9), you would enter "(2,4),(-3,9)" (without the quotation marks).

Found 2 solutions by greenestamps, ikleyn:
Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


x%2By=10
x%5E2%2By%5E2=62%2B2xy

Whenever the given equations have terms of x%5E2, y%5E2, and 2xy, one thing you want to look at is using one of these:

%28x%2By%29%5E2=x%5E2%2B2xy%2By%5E2
%28x-y%29%5E2=x%5E2-2xy%2By%5E2

For this problem....

x%5E2%2By%5E2=62%2B2xy
x%5E2-2xy%2By%5E2=62
%28x-y%29%5E2=62

Solve the first given equation for y in terms of x and substitute in this last equation.

y=10-x
x-y=x-%2810-x%29=x-10%2Bx=2x-10
%28x-y%29%5E2=%282x-10%29%5E2=62
4x%5E2-40x%2B100=62
4x%5E2-40x%2B38=0

That quadratic does not factor, so use the quadratic formula to find

x=%2840%2Bsqrt%28992%29%29%2F8 and x=%2840-sqrt%28992%29%29%2F8

Partially simplified, those roots are

5%2Bsqrt%28992%29%2F8 and 5-sqrt%28992%29%2F8

The given equations are symmetrical in x and y, so the two solutions are that x and y are equal to, in either order, 5%2Bsqrt%28992%29%2F8 and 5-sqrt%28992%29%2F8

Those numbers, confirmed by graphing the system of equations using desmos.com, are approximately 8.937 and 1.063.

ANSWERS (approximately): (8.937,1.603) and (1.063,8.937)


Answer by ikleyn(52780) About Me  (Show Source):
You can put this solution on YOUR website!
.
I will re-formulate the problem in normal human mathematical language,
throwing out all unnecessary words

        Find all real solutions to this system of equations
            x + y = 10                            (1)
            x^2 + y^2 = 62 + 2xy.         (2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Transform second equation this way

    x^2 - 2xy + y^2 = 62,

    (x-y)^2 = 62,

    |x-y| = sqrt%2862%29.


Then the given system of equations takes the form

    x + y = 10,

    x - y = +/- sqrt%2862%29.


It falls apart in two systems of equations.  First system is

    x + y = 10,

    x - y = sqrt%2862%29.


By adding equations, you will get

    2x = 10 + sqrt%2862%29  --->  x = 5 + sqrt%2862%29%2F2,


By subtracting equations, you will get

    2y = 10 - sqrt%2862%29  --->  y = 5 - sqrt%2862%29%2F2.



Second system of equations is

    x + y = 10,

    x - y = -sqrt%2862%29.


By adding equations, you will get

    2x = 10 - sqrt%2862%29  --->  x = 5 - sqrt%2862%29%2F2,


By subtracting equations, you will get

    2y = 10 + sqrt%2862%29  --->  y = 5 + sqrt%2862%29%2F2.


ANSWER.  There are two solutions:  (x,y) = (5%2Bsqrt%2862%29%2F2,5-sqrt%2862%29%2F2)

                             and   (x,y) = (5-sqrt%2862%29%2F2,5%2Bsqrt%2862%29%2F2).

Solved.