System of equations

AvgStudent

Full Member
Joined
Jan 1, 2022
Messages
256
Problem:
Find the value of x+yx+y, given:
xy+yx=182xx+yy=183x\sqrt{y}+y\sqrt{x}=182\\ x\sqrt{x}+y\sqrt{y}=183\\

My attempt:
Adding equations 1 and 2, collect like terms and factor give:
xy+yx+xx+yy=365xy+xx+yx+yy=365x(y+x)+y(x+y)=365(x+y)(x+y)=365x\sqrt{y}+y\sqrt{x}+x\sqrt{x}+y\sqrt{y}=365\\ x\sqrt{y}+x\sqrt{x}+y\sqrt{x}+y\sqrt{y}=365\\ x(\sqrt{y}+\sqrt{x})+y(\sqrt{x}+\sqrt{y})=365\\ (x+y)(\sqrt{x}+\sqrt{y})=365
I'm not sure how to continue from here.
 
Notice that you are not asked to find x and y individually.

Let u=x and v=y    u2v+uv2=182 and u3+v3=183.\text {Let } u = \sqrt{x} \text { and } v = \sqrt{y} \implies \\ u^2v + uv^2 = 182 \text { and } u^3 + v^3 = 183.
What does that suggest to you?
 
Notice that you are not asked to find x and y individually.

Let u=x and v=y    u2v+uv2=182 and u3+v3=183.\text {Let } u = \sqrt{x} \text { and } v = \sqrt{y} \implies \\ u^2v + uv^2 = 182 \text { and } u^3 + v^3 = 183.
What does that suggest to you?
Thank Jeff, that was very helpful.
(u+v)3=u3+v3+3u2v+3v2u=183+3(182)=729    u+v=9(u+v)^3=u^3+v^3+3u^2v+3v^2u=183+3(182)=729\implies u+v=9\\Also,
u2v+uv2=uv(u+v)=uv(9)=182    uv=1829u^2v+uv^2=uv(u+v)=uv(9)=182\implies uv=\frac{182}{9}\\Lastly,
u3+v3=(u+v)(u2+v2uv)183=(9)(u2+v21829)u2+v2=x+y=1839+1829=3659u^3+v^3=(u+v)(u^2+v^2-uv)\\ 183=(9)\left(u^2+v^2-\frac{182}{9}\right)\\ u^2+v^2=x+y=\frac{183}{9}+\frac{182}{9}=\boxed{\frac{365}{9}}
Hope I didn't make any mistakes.
 
Looks good to me.

As a follow up to my previous post, it frequently happens that knowing what topic you are currently studying helps us give you the most intuitive answer. Telling us context is a good idea. Here I am guessing that you are studying cubics.

Finding x and y individually is one way to try, but it is fraught with difficulties. I suspect it ends up with needing to solve a quintic. Not all quintics are solvable by algebra.
 
Looks good to me.

As a follow up to my previous post, it frequently happens that knowing what topic you are currently studying helps us give you the most intuitive answer. Telling us context is a good idea. Here I am guessing that you are studying cubics.

Finding x and y individually is one way to try, but it is fraught with difficulties. I suspect it ends up with needing to solve a quintic. Not all quintics are solvable by algebra.
Hi Jeff,
I'm not "learning" any topic in particular. I'm reviewing and practising algebra in general for my entrance exam. The format of the exam is multiple-choice, so there isn't any restriction to the methodology.
 
Just because I am curious.

(u+v)3=3182+183=546+183=729    u+v=9    u=9v    u2=8118v+v2    (8118v+v2)v+v2(9v)=182    81v18v2+v3+9v2v3=182    9v281v+182=0    v=81±65614(9)(182)18=81±6561655218    v=399    u=429 or v=429    u=399    x=176481 and y=152181 or x=152181 and y=176481.(u + v)^3 = 3 * 182 + 183 = 546 + 183 = 729 \implies \\ u + v = 9 \implies u = 9 - v \implies u^2 = 81 - 18v + v^2 \implies\\ (81 - 18v + v^2)v + v^2(9 - v) = 182 \implies\\ 81v - 18v^2 + v^3 + 9v^2 - v^3 = 182 \implies\\ 9v^2 - 81v + 182 = 0 \implies\\ v = \dfrac{81 \pm \sqrt { 6561 - 4(9)(182)}}{18} = \dfrac{81 \pm \sqrt{6561 - 6552}}{18} \implies\\ v = \dfrac{39}{9} \implies u = \dfrac{42}{9} \text { or }\\ v = \dfrac{42}{9} \implies u = \dfrac{39}{9} \implies \\ x = \dfrac{1764}{81} \text { and } y = \dfrac{1521}{81} \text { or } x = \dfrac{1521}{81} \text { and } y = \dfrac{1764}{81}.
Because they are symmetric, we need not check both answers.

xy+yx=176481399+152181429=68796+63882729=132678729=182. xx+yy=176481429+152181399=133407729=183. x\sqrt{y} + y\sqrt{x} = \dfrac{1764}{81} * \dfrac{39}{9} + \dfrac{1521}{81} * \dfrac{42}{9} =\\ \dfrac{68796 + 63882}{729} = \dfrac{132678}{729} = 182. \ \checkmark\\ x\sqrt{x} + y\sqrt{y} = \dfrac{1764}{81} * \dfrac{42}{9} + \dfrac{1521}{81} *\dfrac{39}{9} =\\ \dfrac{133407}{729} = 183. \ \checkmark.

It checks.

176481+152181=328581=3659.\dfrac{1764}{81} + \dfrac{1521}{81} = \dfrac{3285}{81} = \dfrac{365}{9}.
AvgStudent is correct.
 
Top