Question: How to animate a point moving around a 3D Space Curve (vector-valued function)

I have a question about animating 3d space curves (vector-valued functions). I have a curve that has a component x(t), component y(t), component z(t), and a time, t. The problem says to create an animation of a point moving around the curve. How do I do this?

Thank you.

Please Wait...