Search Results for “trace”

Epic Circle Trace
A line passes intersects a circle at two points. Each point is located proportionally around the circle in terms of a given function of t. The path of the line’s movement is traced as t varies. Try changing/animating t. Can you figure out how each point is constrained, in terms of t? Look at the gx source file for the answer. Hint: look at the period of the movement, and how it changes as t changes.
Two Circle Trace
This trace follows the position of one circle as it moves along the path of the edge of another.
parabola envelope
We use a trick to let the trace "open up" as you drag a point. The trick is this: an initial point is given parametric location s*t, create a tangent at this point and its envelope as s varies. Now hide the original point and create another point with parameter t, and make it draggable. Dragging the new point changes the value of t and we see a trace from 0 to t.
Rolling Parabola
If you roll a parabola along the ground, what curve does its focus trace out? It might look like a parabola, but is it?