Consider the following parametric curve $(x(t), y(t))_{t \in \mathbb{R}_+}$: $$x(t) = \frac{(1+e)(1 - \cos(t)) - t(e-1) \sin (t)}{e t^2 - t^2 \cos(t) - t \sin(t)} $$
$$y(t) = \frac{e(1+t^2)(1 - \cos(t))}{e t^2 - t^2 \cos(t) - t \sin(t)}, $$ where $e = \exp(1)$. How to prove that this curve has no multiple points, except the two ones located on the axis $x = 0$ ?

In fact, this is easy to prove once we note the following identity: $$\forall t \geq 0,\quad \left(1-\frac{y(t)}{e} \right)^2 + 2 x(t) = x^2(t) t^2 + (1+x(t) - y(t))^2.$$ From there, we deduce that either $x(t) = 0$ (and then $y(t) = 0$ or $y(t) = 2e/(1+e)$; so $(0, 0)$ and $(0, 2e/(1+e))$ are the two multiple points) or, for a fixed value of $x$ and $y$, there is a unique $t$ which matches. This ends the proof.