Section 13.3
Here we graph the tangent vector, normal vector, and binormal vectors to the curve given by ${\bf r}(t) = \cos(t) {\bf i} + \sin(t) {\bf j} + t {\bf k}$ at $t = \pi/2$.
(s, t, y) (s, t, y) |
First we define the functions needed for ${\bf r}(t)$.
|
Since we will also need ${\bf r}'(t)$ and ${\bf r}''(t)$, we take first and second derivatives of these functions.
|
We now define the relevant vectors: $T$ is the unit tangent vector at $t =\pi/2$, $N$ is the normal vector at $t =\pi/2$, and $B$ is the binormal vector at $t = \pi/2$. Note that $T$ is given in green, $N$ in red, and $B$ in yellow.
|
(-1/2*sqrt(2), 0, 1/2*sqrt(2)) (0, -1, 0) (1/2*sqrt(2), 0, 1/2*sqrt(2)) (-1/2*sqrt(2), 0, 1/2*sqrt(2)) (0, -1, 0) (1/2*sqrt(2), 0, 1/2*sqrt(2)) |
|
We can also graph the osculating plane with the curve. Note the plane is given by the semi-transparent blue plane. It is best to make the plot interactive and rotate it around.
|
|