What is the easiest/most natural way to parametrize the following curve?
$$\{(x,y)\in\Bbb R^{+2}\mid x^y=y^x, x\neq y\}\cup\{(e,e)\}$$
The best I could do was taking it apart, and for $x>y$ use $y(x)=\sqrt[x]{x}^{\sqrt[x]{x}^{\sqrt[x]{x}^{.....}}}$, but I see no theoretical reason why I should break it into parts, since the curve looks so nice.
Maybe the niceness of the curve is just an illusion, and in fact the $x<y$ and $x>y$ cases must be considered separately?
EDIT:$$(x,y)=(e^{t/(e^t-1)},e^{t/(1-e^{-t})})\quad t \in\Bbb R$$ This is a very nice parametrization, but still doesn't include $(e,e)$.
As stated in the edit of my question, and then poined out by WimC, the best result is $$x(t) = \exp\left(\dfrac{t}{e^t-1}\right) \quad y(t)=\exp\left(\dfrac{t}{1-e^{-t}}\right)$$For the simplest way to obtain this, take marty cohen's answer and substitute $r=e^t$. Or, alternatively, see mjqxxxx's post.
For $t=0$ we can holomorphically extend this function by defining $x(0)=y(0)=e$.