CMM-22 / a3

0 stars 0 forks source link

Encourage circular motion #13

Closed Sibsoon closed 2 years ago

Sibsoon commented 2 years ago

image

From the task description it hits, that we should set the initial velocity to (-yi,xi)^t. Is this a typo and it was meant to be that the initial velocity should be ((xi,yi)^t - circularCenterpoint^t) -> and from this vector (-y,x)^t Otherwise it seems that the intial velocity is arbitrary to the circular motion, in the worst case it could even directly point towards/away from the center, which then has zero circular motion...

liyuesolo commented 2 years ago

you are right, here I wrote from the origin so, the center point you are referring to is just 0,0. but yes the description could do better thanks.

Sibsoon commented 2 years ago

I see, thank you for the clarification!