Im told that an object has the following trajectory:
$$ \begin{gather} T= \left\{ \begin{array}{ll} x^2 + y^2 &= 4\\ x + z &=3 \end{array} \right. \end{gather} $$
We are also told that the object makes a full tour around T.
I'm asked to put T in parametric form, but I don't understand how, since there is no $t$ in the equation.
And also, I don't understand what it means when they say that the object makes a full tour around T. Does that mean T is a circle?
In the $(xy) $ plane, the trajectory is the circle of center $(0,0) $ and radius $2$.
in the space, the object moves on a cylindrical surface defined by the parametric equations:
$$x=2\cos (t) $$ $$y=2\sin (t) $$ $$z=3-x=3-2\cos (t) $$