Visualizing Space Curves as Time-Dependent Vectors

Create a trajectory of a point or a particle

"index_9.gif"

ParametricPlot3D allows us to visualize the entire trajectory at once.

"index_10.gif"

"index_11.gif"

Here is a function to create a graphic with a variable end - point. We will have the function remember when it has already computed a graphic, trading memory for a possible speed-up.

"index_12.gif"

Use manipulate on the graphics function to visualize how the curve develops with its parameter

"index_13.gif"

"index_14.gif"

However, we need to fix the length scale between frames, so we use the last graphic to infer what PlotRange should be.

"index_15.gif"

"index_16.gif"

Next, we add a graphic element to show the vector, drawn from the origin, for each end-point.

"index_17.gif"

"index_18.gif"


Created by Wolfram Mathematica 6.0  (17 September 2007) Valid XHTML 1.1!