Question
particle starts at $(0,-3)$ and moves clockwise around origin on graph $x^2+y^2=9$, revolve in $9$ seconds find parametric equation in term of $t$.
What I've done so far:
I first thought that the graph ought to be $x^2+y^2=9$
so then I say that $x=\frac{9}{2}\cos{t}=x$ and $y=\frac{9}{2}\sin{t}$
but then this particle in this graph travels CCW so then I change it to :
$x=\frac{9}{2}\cos{t}=x$ and $y=\frac{9}{2}\sin{-t}$
but then I found out that when I plug in $t=0$, I do not get -3
How do I phase shift this parametric equation so that it satisfies the fact that the particle starts at $(0.-3)$?