The simplest of all parametrized curves is a parametrization of the y-axis, given by a single function y(t). Simple examples of such curves are t->[0,t2] or t->[0,t3]. Such curves can be obtained by projecting a function graph, t->[t,y(t)], to the vertical axis.
Such a function is called a reparametrization
if it is one-to-one, so either strictly increasing or strictly
decreasing.  If it is strictly increasing then y(t+h) > y(t) for all
t and all h > 0, in which case we say that the curve preserves the
orientation of the y-axis.  If 
x(t+h)<x(t)
 for all t and all h > 0, then the function is strictly decreasing and we say that the curve reverses the
orientation of the y-axis.  Examples of orientation-preserving reparametrizations
are y(t) = t3 + t defined for all real t,
or y(t) = sin(t) defined over the interval  
0<t<
Demonstration 1: Line Curves
 
This demo allows you to reparametrize the y-axis and watch it being traced out.
For which n does t->[0,tn] give a reparametrization of the whole
line.
For which intervals a≤t≤b does the function
y=t2 give
a reparamtrization of the interval?  When does the reparametrization
preserve orientation?  What about y(t)=sin(t)?
For which c does y(t)=t3+ct give a
reparametrization of the line?  What about y(t)=Abs(t)+ct?