John R. answered 05/24/19
Calculus, Probability, and Stat Tutor, Math Degree, 20+ years Exp.
A common parameterization of a circle of radius r, centered at the point (h,k), is x=h+r*cos(t), y=k+r*sin(t). This parameterization starts at the point (r,0) at t=0 and traces out the circle in a CCW direction. However, */- sin(t) and +/- cos(t) can be interchanged, as long as x or y gets a sin(t) and the other a cos(t), to change the direction and starting point of the circle.
For (h,k)=(0,0), r=5, x(0)=5, y(0)=0, and a CW orientation, the correct parameterization would be
v(t)= <x(t),y(t)> = <5cos(t),-5sin(t)>.