Playing around on Desmos with the equation $y=x^x$, I noticed that the function, for numbers $0<x<1$, has two $x$ values for every $y$ value. For instance, $\frac12^{\frac12}=\frac14^{\frac14}$, which we can rewrite as $\sqrt[2]\frac12=\sqrt[4]\frac14$.
What I'm trying to find is: Given some number $a$ such that $0<a<1$, find $b$ such that $\sqrt[a]\frac1a=\sqrt[b]\frac1b$.
Is there a general formula for this? I've tried using Newton's Method, but that just approximates the result; it doesn't give an exact answer.
I'm struggling with tagging this question properly, so I'd appreciate some help with that as well.
Let $t=a/b$ be a positive number other than $1$. Then
$(bt)^{bt}=b^b$
$(bt)^t=b$
$bt=b^{1/t}$
$t=b^{(1-t)/t}$
$\color{blue}{b=t^{t/(1-t)}}$
From this we then get
$\color{blue}{a=bt=t^{1/(1-t)}}$
For instance, if $t=2$ then $b=2^{2/(1-2)}=1/4, a=2^{1/(1-2)}=1/2$.