I have a system of equations: $$ \begin{cases} x\cdot y=6 \\ x^y+y^x=17 \end{cases} $$ I was able to guess that the pair $2,3$ satisfies the system, but my question is: how to solve such system of equations OR how to prove that this pair is the only solution?
2026-04-08 23:04:54.1775689494
On
On
Solving a system of two equations
163 Views Asked by user263286 https://math.techqa.club/user/user263286/detail At
3
There are 3 best solutions below
10
On
HINT: from the first equation we get $$y=\frac{6}{x}$$ plugging this in the second one we get $$x^{6/x}+\left(\frac{6}{x}\right)^x=17$$ this equation can be solved by a numeric method
2
On
I have an idea for uniqueness. Suppose that we have a solution (a,b). Then by second equation (b,a) must be also a solution. Then by equation one we have
$$ab = ba = 6$$
Then (a,b) and (b,a) are symmetric. Which means if there is a solution, there must be at least one more solution which is symmetric to other. Namely if (2,3) is solution, then (3,2) is also solution. So solution is not unique.
Given that the tag is Diophantine-equations we can only have the pairs
as
Put it in and we get
So the solutions
are the only ones.