I am given a circle with radius R and its centre in the point (0,0) and a point P(x,y), situated on the circle ( x*x+y*y=R*R). I have to move the point P in a clockwise direction, on the circle, with an angle Z, and find the coordinates of the new point. Is there any mathematical formula for doing this? Thanks in advance!
Share
Using polar co-ordinates, you can derive the following.
Initially assume (x, y) in cartesian is (r, t) in polar co-ordinates in the following way
Now let (x’, y’) be new points after rotating an angle a (anti-clockwise)
Expanding them out, you can get the following
Now substitute a = -theta (since you mentioned theta in clock wise direction), you will get the new points.