I can find the intersection points of graphs when asked, but I am unsure what to do when I must "verify if the curve lies on the surface".
Verify that the curve $r(t)$ lies on the given surface. Give the name of the surface:
$r(t) = (0,\;2\text{cos}(t),\;3\text{sin}(t))$
$x^2 + y^2/4 + z^2/9 = 1$
Appreciate the help
The points $(x,y,z)$ of the curve are such that there exist $t$ satisfying
$$x=0, y=2\cos(t), y=3\sin(t)$$
the points $ (x,y,z)$ of the surface must satisfy $$x^2+y^2/4+z^2/9=\color{red}{1}$$
the curve lies in the surface is each point of the curve is in the surface.
but if we replace, we find that
$$0^2+(2\cos(t))^2/4+(3\sin(t))^2/9=\color{red}1$$
done.