I want to know, given a rational number $x=\frac ab$ where $a$ and $b$ are distinct positive integers with $b\ne1$ and $\gcd(a,b)=1$, whether $x^{-x}$ can be rational as well.
What I achieved so far is as follows.
$$ \begin{align*} x^{-x} &= \bigg(\frac{a}{b}\bigg)^{\big(-\frac{a}{b}\big)} \\ &= \bigg(\frac{b}{a}\bigg)^{\big(\frac{a}{b}\big)} \\ &= \frac{\sqrt[b]{b^a}}{\sqrt[b]{a^a}} \\ \end{align*} $$
For this to be rational, either (i) both the numerator and the denominator must be rationals or (ii) they must share an irrational factor $r$ which will be canceled out by the division.
I can see that the first condition is unsatisfiable: As $a$ and $b$ have no common prime factors, both $\sqrt[b]{a}$ and $\sqrt[b]{b}$ must be rationals but $\sqrt[b]{b}$ cannot be a rational.
I cannot, however, prove or disprove whether the second condition is also unsatisfiable. If you can provide me a simple proof or point me to a complicated one, I would be grateful.
Assuming the contrary, let $x^{-x}$ be rational. Hence, it can be expressed as $\dfrac m n$, with $m$ being an integer and $n$ being a positive integer. Moreover, we can assume that $m$ and $n$ are co-prime.
$$\begin{array}{rcl} x^{-x} &=& \dfrac m n \\ \left(\dfrac b a\right)^{a/b} &=& \dfrac m n \\ \dfrac{b^a}{a^a} &=& \dfrac{m^b}{n^b} \\ b^a n^b &=& a^a m^b \\ \end{array}$$
Let $p^k$ be a prime power factor of $b$ with maximum $k$. Then, $p^{ka}$ is a prime power factor of $b^a$ with maximum power. Since $b$ and $a$ are co-prime, the factorization of $a^a$ cannot contain $p$ at any power. Therefore, $p^{ka}$ must be a prime power factor of $m^b$.
Let $p^h$ be a prime power factor of $m$ with maximum $h$. Then, $p^{hb}$ is a prime power factor of $m^b$ with maximum power. Since $m$ and $n$ are co-prime, by the same argument, $p^{hb}$ must be a prime power factor of $b^a$.
Hence, $ka \le hb$ and $hb \le ka$, so $ka=hb$. Since $a$ and $b$ are co-prime, $k$ is divisible by $b$.
Since $p$ is arbitrary, this holds for any prime factor of $b$. In other words, if for any prime $p$, $p^k$ is a maximum prime power factor of $b$, then $k$ is divisible by $b$. This means that $b$ can be expressed as $c^b$ where $c$ is a positive integer.
We know that $c$ cannot be $1$, or else $b$ would be $1$. If $c$ is any larger, then we must have $c^b > b$. Therefore, it is impossible.