Parametric paths

A moving point $P(t)=[x(t),y(t),z(t)]$ in space as $t$ ranges over the interval $[a,b]$ traces out a path. The velocity $V=dP/dt$ is always tangent to the path and the normalized velocity or unit tangent is $T=(dP/dt)/(\|dP/dt\|)$.

The acceleration of $P$ is $A=dV/dt$, which is perpendicular to velocity when velocity is constant. Hence $dT/dt$ is perpendicular to velocity. So $N=(dT/dt)/\|dT/dt\|$ is a unit vector perpendicular to $T$. Finally the binormal $B = T \times N$ finishes off the moving coordinate system, shown in the diagram with $T$, $N$, $B$ red, green and black respectively.

puzzle pic

In the sagemath interact below, press start, then put in your path $[x(t),y(t),z(t)]$ and the parameters $[a,b,n,s]$ where $t$ goes from $a$ to $b$, $n$ is the number of $TNB$ frames displayed, and $s$ is a scaling factor for the size of the frames (make it less than 1 if the frames are too large).




Some parametric equations problems to solve.

  1. Show that the path of the helix $[cos(t),sin(t),t/2 ]$ lies on a cylinder.

  2. Write parametric equations for a point $P(t)$ that moves from $A=(1,1,0)$ to $B=(3,-3,2)$ along the straight line seqment connecting the points. Are these equations unique?

  3. Write parametric equations for a point $P(t)$ that moves from the north pole $(0,0,5)$ of the sphere $x^2+y^2+z^2=25$ to the south pole, staying on the sphere as it moves.