Find all pairs $(x, y)$ of integers such that $x \ge 1$ and $y \ge 1$ and $x^{y^2} = y^x$.
work done: if $d = \gcd (x, y)$. then $x = du$ and $y = dv \implies \gcd (u, v) = 1$ and the equation becomes $(du)^dv^2 = (dv)^u$ if $dv^2 = u$ then $u = 1 = v$, $d = 1$ and hence $x = 1 = y \implies (1, 1)$ is one of the solution.
Now my question is, if $dv^2 > u$ and $dv^2 < u$, what are the solutions and how to conclude?
Find all pairs of $(x, y)$ such that $x \ge 1$ and $y \ge 1$ of $x ^{(y^2)} = y^x$.
work done: if $d = \gcd (x, y)$. then $x = du$ and $y = dv\implies \gcd (u, v) = 1$ and the equation becomes $(du)^{(dv^2)} = (dv)^u$ if $dv^2 = u$ then $u = 1 = v$, $d = 1$ and hence $x = 1 = y\implies (1, 1)$ is one of the solutions.
Now my question is, if $dv^2 > u$ and $dv^2 < u$, what are the solutions and how to conclude?
When no one is answering my question. I tried my self and I got the same answer what Zander got. Okay! let me explain.
if d$v^2$ > u, the equation becomes d^(dv^2-u) . u^(dv^2) = $v^u$ => u|v, so u = 1. Similarly we have; d^(dv^2-1) = v. In this case d= 1 gives us v = 1 and x = 1= y as we said earlier. For d > or = 2, there is no solution as d^(dv^2-1) > or = 2^(2v^2-1) > v.
if d$v^2$ < u, the equation becomes u^(dv^2)=d^(u-dv^2) v^u => v|u, so v = 1. Similarly,
$u^d$ = d^(u-d).....(1)
Note that, d = d$v^2$ < u, from (1) we have d < u - d => u > 2d. write u = (p_1)^(t_1)...(p_n)^(t^n) and d = (p_1)^(s_1)...(p_n)^(s^n) and putting in (1) and comparing powers we see;
d(t_i)= (u-d)(s_i) => (s_i) < (t_i) for all i => d|u. write u = kd, where k > or = 3, is an integer from (1), we have; k = d^(k-2). If k = 3, we see d = 3, u = 9, v = 1, x = 27, y = 3. Then we have (27, 3 ) is one of the solution.
If k = 4, we have d= 2, u = 8, v = 1, x = 16 and y = 2. So we have (16, 2) as the other solution. Also, when k = 5 or > 5, there is no solution as d^(k-2)> or = 2^(k-2) > k.
Finally, we have only three solutions. Those are (1, 1), (27, 3) and (16, 2)