John R. answered 05/24/19
Calculus, Probability, and Stat Tutor, Math Degree, 20+ years Exp.
This is a big ask that seems like you want others to do your project for you. Do you want to learn about parameterization so that you can design the questions? I'll get you started:
If you have a curve traced out in the x,y plane by the functions x=x(t), y=y(t), a common way of eliminating the parameter is to solve either x or y for t, then substitute that expression into the 2nd equation for t, getting an equation that relates x and y directly.
For example, if x=t-7, and y=2t+5, then t=x+7, so y=2(x+7)+5 => 2x-y=-19,
However this method only works if one of the equations can be solved for t algebraically. Try using it for x=t*sin(t), y=t*e^t, and you'll quickly see its limitations.
In some cases a simpler or different method might work. For example, if x=cos(t), and y=sin(t), then x^2+y^2=1. But, again, this technique, that is used often when x and y are simple trig functions, based on various trig identities, cannot always be used. A good project would mention these methods, but show their limitations with examples where they will not work.
It should also be noted, that though the graph of the parameterized form will be restricted to the curve defined by the non-parameterized equation that relates x and y directly, it may not trace out the entire graph defined by the non-parameterized curve; domain and range restrictions of the parameterized form must be examined. For example, if x=(cos(t))^2, y=(sin(t))^2, x+y=1, but the original parameterized form does not trace out the entire line defined by x+y=1; only the portion of the graph in quadrant 1, and the two coordinate axes intercepts, because the functions (cos(t))^2 and (sin(t))^2 are confined to values in [0,1].