How to solve the system x+y=3 and x^2/y+y^2/x=9/2?
- print Print
- list Cite
Expert Answers

calendarEducator since 2010
write12,544 answers
starTop subjects are Math, Science, and Business
We have to solve the system x + y = 3 and x^2/y + y^2/x = 9/2
x + y = 3
=> x = 3 - y
Substitute this in x^2/y + y^2/x = 9/2
=> (3 - y)^2 / y + y^2 / (3 - y) = 9/2
=> (3...
(The entire section contains 105 words.)
Unlock This Answer Now
Start your 48-hour free trial to unlock this answer and thousands more. Enjoy eNotes ad-free and cancel anytime.
Related Questions
- Solve for x and y x^3-y^3=7 x^2+xy+y^2=7
- 2 Educator Answers
- Solve the system of equations algebraically x^2+y^2=100 x-y=2
- 1 Educator Answer
- Solve the simultaneous equations y^2=x^2-9 and y= x-1 .
- 1 Educator Answer
- Solve the simultaneous equations x^2+y^2=10 , x^4+y^4=82
- 1 Educator Answer
- Given y=3x/(x^2-9) determine the numbers m and n if y=m/(x-3)+n/(x+3)
- 1 Educator Answer
This is a symmetrical system and we'll solve it using the sum and the product.
x + y = S (sum)
x*y = P (product)
We'll multiply the 2nd equation by xy both sides:
x^3 + y^3 = 9xy/2
We'll re-write the equations of the system:
x + y = 3
x^3 + y^3 = 9xy/2
We'll write the sum of cubes from the second equation:
x^3 +y^3 = (x+y)(x^2 + xy + y^2)
Now, we'll substitute all by S and P.
S = 3
3(S^2 - 2P) = 9P/2
S^2 - 2P = 3P/2
9 - 2P = 3P/2
18 - 6P = 3P
9P = 18
P = 2
We'll form the quadratic equation knowing the sum and the product:
x^2 - 3x + 2 = 0
x = 1 and y = 2
x = 2 and y = 1
The solutions of the system are (1 ; 2) and (2 ; 1).
Student Answers