Let a curve be given in the parametrized form by:
$r(t) = (2\cos t, 2\sin t), 0 \leq t \leq 2\pi$
Find the equations of the tangents to the curve at each of its points $(X_0, Y_0)$.
Having gone through some text, it never really directly approaches a problem such as this. I have read through some articles on this website, and it provides varying solutions to this type of question and as such I can't tell what method is correct.
From the methods I have used for tangent vectors at a certain point:
$x = X_0 - 2s\sin t$ is the tangent equation for $X_0$ where $X_0 = 2\cos t$ for some $t$
$y = Y_0 + 2s\cos t$, for $Y_0$ where $Y_0= 2\sin t$ for the same $t$
If anyone could clarify if I am approaching this the right way or provide the correct method but not the answer then that would be appreciated.