Suppose $\phi: [0,5] \to \mathbb{R}^2$ is the piecewise smooth parametrized curve given by \begin{align*} \phi(t) &= \begin{cases} \left(-1 + \cos\left(\frac{5\pi}{4} + \frac{\pi t}{2}\right), 1 + \sin\left(\frac{5\pi}{4} + \frac{\pi t}{2}\right)\right) & \text{if $0\leq t < 1$} \\ \left((\sqrt{2}-1) + \cos\left(\frac{5\pi}{4} - \frac{\pi t}{2}\right), (\sqrt{2}-1)\sin\left(\frac{5\pi}{4} - \frac{\pi t}{2}\right)\right) & \text{if $1\leq t < 4$} \\ \left(-1 + \cos\left(\frac{-7\pi}{4} + \frac{\pi t}{2}\right), -1 + \sin\left(\frac{-7\pi}{4} + \frac{\pi t}{2}\right)\right) & \text{if $4\leq t \leq 5$} \end{cases} \end{align*}
What would the sketch of the path $C_{\phi}$ look like in $\mathbb{R}^2$? I tried to plug in the numbers corresponding to $t$, but I can't seem to figure out what the shape of the curve looks like geometrically. Furthermore, can we find another parametrization of this curve that is not equivalent to $\phi$ or $-\phi$?
I would very much appreciate any help with this question. Thanks!
The first and third part are circular arcs. The second part is an elliptical arc.
Python code