>

Curvilinear Motion (version 2)

> restart;

> with( plots ):

>

Auxiliary Function Definition (execute -- but do not change!)

Example 1: An Ellipse

Example 2: A Hypocycloid (Ex. 3, p 584, Varberg, Purcell, Rigdon)

>

To work with another curve, change the definitions of x, y, and PARAM above or use one of the following templates. (Use TAB to move from one argument to the next.)

> plot( [%?, %?, %?=%?..%?], scaling=constrained );

>

> animatecurve( [%?, %?, %?=%?..%?], scaling=constrained, frames=%?, numpoints=%? );

>

> animatemotion( %?, %?, %?=%?..%?, scene=[R,V,A,kappa], frames=%?, numpoints=%? );

>

>