How do I parametrize a circle in a clockwise direction? For instance, if the circle is in a counterclockwise direction, the parametrization would be $$c(t) = (r \cos t,r \sin t).$$
I've seen a lot of different answers when it comes to parametrizing a circle in a clockwise direction. Some wrote parametrized it as $$c(t) = (-r\cos t,r\sin t)$$ and some did $$c(t) = (r\cos t,-r\sin t).$$ Please clarify.
A parametrization is not unique. Suppose you parametrize the circle as $(r\cos{t},r\sin{t})$ with $t\in[0,2\pi)$. Then, when $t=0$ you begin at the point $(r,0)$. Then $t$ increases until $t=\pi/2$ and you arrive to the point $(0,r)$, so you are going counterclockwise. If you want to go clockwise you can use $(r\sin{t},r\cos{t})$, and similar things. To check if you are doing it okay, you can do what I did at the begining of the answer. For example, if you use $(-r\cos{t},r\sin{t})$, you begin at $(-r,0)$ and when $t$ increases until $t=\pi/2$ you arrive to $(0,r)$ so you are going clockwise.
You can also use tangent vectors. Suppose we wanted to know if $c(t)=(-r\cos{t},r\sin{t})$ is clockwise. First, we check at what point we are when $t=0$, in this case $(-r,0)$. Now we have that $c^\prime(t)=(r\sin{t},r\cos{t})$, so $c^\prime(0)=(0,r)$. So from $(-r,0)$ you go "up" because the vector $(0,r)$ is a vertical vector that goes "up", and you are clockwise.