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.