I have a bidimensional circunference centered in (5,5) made of 1000 points. So the equation that describes the circunference is: $$(x-5)^2 + (y-5)^2 = 25$$
Imagine that I have a vehicle that is running in that circunference as reaches 1 point for each second. How can I get the speed vector (x and y) and the acceleration (x and y)?
Hint:
I suppose a uniform circular motion. In this case the angular velocity is $$\omega=\frac{2\pi}{1000} $$ so the equations of motion are: $$ x=5+5\cos\left(\frac{2\pi}{1000}t \right) \qquad y=5+5\sin\left(\frac{2\pi}{1000}t \right) $$
deriving these you can find the equations for the velocity and the acceleration.