Processing math: 100%
 
+0  
 
0
50
2
avatar+1348 

Find one ordered pair $(x,y)$ of real numbers such that $x + y = 10$ and $x^3 + y^3 = 162 + x^2 + y^2.$

 Nov 10, 2023
 #1
avatar+24 
0

x + y = 10

x^3 + y^3 = 162 + x^2 + y^2

 

x^3 + y^3 factors into (x+y)(x^2+xy+y^2)

we know x+y is 10 from the first equation so we plug that in

so now we have: 

10(x^2+xy+y^2) = 162+x^2+y^2

expanding gives us

10x^2+10xy+10y^2 = 162+x^2+y^2

combine like terms

9x^2 + 9y^2 + 10xy - 162 = 0

divdie both sides by 9

x^2 + y^2 + 9/10xy - 18 = 0

Since x+y = 10, (x+y)^2 = 100 and x^2+y^2 = 100 - 2xy

plugging that in gives

100-2xy+9/10xy-18=0

combine like terms

82-11/10xy=0

11/10xy = 82

xy = 820/11

now knowing the sum and product of x and y, we can create quadratic satisfying these properties using vieta's and solve 

x+y = -b/a

xy = c/a

let a = 1 for convenience

we get 

n^2 -10n + 820/11 = 0

solving gives

x and y = 5 + i(sqrt(545/11)) and 5 - i(sqrt(545/11))

 Nov 10, 2023
 #2
avatar+10 
0

  If we factor the left side of the second equation, we get the equation:

 

(x+y)(x2+xy+y2)=162+x2+y2

 

Since the first equation gives x+y=10, the second equation now becomes:


10(x2+xy+y2)=162+x2+y2

 

10x2+10xy+10y2=162+x2+y2

 

9x2+9y2+10xy=162

 

Now substitute the first equation into the second

9(10y)2+9y2+10(10y)y=162

 

9(10020y+y2)+9y2+100y10y2=162

 

900180y+9y2+9y2+100y10y2=162

 

8y280y+900=162

8y280y+738=0

 

However, putting this into the quadratic formula, we find that the discriminant is negative, so therefore there are no real solutions.


Where did you find this problem?

 Nov 10, 2023

3 Online Users

avatar
avatar