Consider a curve $\gamma(t): [a,b] \to \mathbb{R}^n$. The curve $$-\gamma(t)=\gamma(a+b-t) \,\,\,\,\,\,\,\,\,\,\,\,\,\, t \in [a,b]$$
is called the "reverse" curve (or path) of $\gamma(t)$.
This definition is clear, but how is the "reverse" path defined in the following case?
Take two regular curves $\gamma_1:[a,b] \to \mathbb{R}^n$ and $\gamma_2:[c,d] \to \mathbb{R}^n$ with $\gamma_1(b)=\gamma_2(c)$ and define $\gamma:[a,d] \to \mathbb{R}^n$ as $$\gamma(t)=\begin{cases} \gamma_1(t) & t\in [a,b] \\ \gamma_2(t) &t \in [c,d] \end{cases}$$
Now, what is $-\gamma(t)$?
I think there are two possibilities:
- $$-\gamma(t)=\begin{cases} \gamma_1(a+b-t) & t\in [a,b] \\ \gamma_2(a+b-t) &t \in [c,d] \end{cases}$$
- $$-\gamma(t)=\begin{cases} \gamma_1(a+b-t) & t\in [a,b] \\ \gamma_2(c+d-t) &t \in [c,d] \end{cases}$$