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)$.