Question on equivalent parametric curves

679 Views Asked by At

I'm confused about the concept of equivalent parametric curves. Based on my understanding, two parametric curves, $\phi$ and $\psi$, are equivalent, if there is a strictly monotonically increasing function $g$ such that $\psi(g(t)) = \phi(t)$. Intuitively speaking, the two curves must have the same direction and the same image, and they "travel" through their image for the same number of times.

Three questions:

(1) Why does $g$ have to be monotonically increasing? Why can't it be decreasing?

(2) They are allowed to have different speeds, correct?

(3) Are these two equivalent: $\phi(\theta) = (cos(\theta),sin(\theta))$ and $\psi(\theta) = (cos(2\theta),sin(2\theta))$, where the domain of $\phi$ is $[0,2\pi]$, and the domain of $\psi$ is $[0,\pi]$?

1

There are 1 best solutions below

3
On BEST ANSWER

You're right, there is definitely a distinction.

The two curves have the same trace, but are not considered the same parametrisation. As you have correctly pointed out, they have distinct velocities, which you can easily see when you calculate tangent vectors at all points, $\psi'(\theta)=2\cdot\phi'(\theta)$, so $\psi(\theta)$ travels twice as fast as $\phi(\theta)$. Note that this means that you cannot distinguish parametrised differentiable curve simply by looking at their image sets.

$g$ will have to be monotonically increasing rather than decreasing, to preserve the orientation / direction of the curve.