Given the vector and point (1, 0, 0) find vectors T, N and B at that point.
Vector T is the unit tangent vector, so the derivative r(t) is needed.
Vector N is the normal unit vector, and the equation for it uses the derivative of T(t).
The B vector is the binormal vector, which is a crossproduct of T and N.