Find a point (x,y) at a distance 'd' from a given point(a,b) and an angle theta in 2-D.

102 Views Asked by At

I am trying to find a point (x,y) that is at a given distance 'd' from a known point(a,b) at an angle theta. it would have been doable if I knew either x or y but both are unknown in this case and the angle (theta) may be clockwise or anti-clockwise in different situations. Also, the point (a,b) does not necessarily lie on the x-axis or the y-axis. this point lies on a given line at some angle from the true North.

Any hints on this problem would be really helpful. I have attached an image for better clarity.(point (c,d) is known).enter image description here

1

There are 1 best solutions below

0
On

Here is the standard process (requiring a number of steps).

Firsr, start with a change of axes from enter image description here

to enter image description here

and follow the steps shown. The formula for rotation can be found in many youtube video.