Solve the simultaneous equations $a\sqrt a+b\sqrt b=183$ and $a\sqrt b+b\sqrt a=182$ I made an attempt in vain to equate the coefficients and eliminate
2026-03-29 08:13:30.1774772010
On
simultaneous equations with irrational variables
278 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
We know the values for two symmetric polynomial expressions in $x=\sqrt a$ and $y=\sqrt b$. These can be expressed in the elemntary symmetric polynomials$s=x+y$ and $p=xy$. If we have $s$ and $p$, we find $x,y$ as the roots of $X^2-pX+s$.
Now $$\begin{align}a\sqrt a+b\sqrt b&=x^3+y^3\\ &=(x+y)^3-3xy(x+y)\\&=s^3-3sp\end{align}$$ and $$\begin{align}a\sqrt b+b\sqrt a&=x^2y+y^2x\\ &=xy(x+y)\\&=ps\end{align}$$ We conclude that $s=\sqrt[3]{183+3\cdot 182}$ and then $p=\frac{182}s$.
Hint. Take $x = \sqrt a$, $y = \sqrt b$ and note that $(x+y)^3 = x^3 + y^3 + 3(x^2y+xy^2)$.