Lets say, the distance from origin is 2.8284271247462 and angle is 45 degrees from North (i.e. +ve y axis) in anticlockwise direction
so this means that answer should be -2,2 , because according to pythagoras that is the answer, if a = 2 and b =2 then c = 2.8284271247462, simple pythagoras.
Is there a way to find X,Y from Given Angle and Length ?
More examples:
if Angle is 315, and distance is 2.8284271247462, then new X,Y = (2,2)
if Angle is 135, and distance is 2.8284271247462, then new X,Y = (-2,-2)
if Angle is 225, and distance is 2.8284271247462, then new X,Y = (2,-2)
Diagram: Diagram
If $r$ is distance from the origin and $\theta$ is angle, then $$ x=r\cos \theta $$ and $$ y=r \sin \theta. $$