is displacement from origin means the coordinates of the center (x0,y0) of the circle? If so, and you know a the coordinates of a given point on the circle say (x1,y1), then why is the radius also given? Not needed, you use use EuclideanDistance
to find radius.
But if you know 2 points (x0,y0) and (x1,y1) already, then you can find the slope of this line (the radius). The tangent will be normal to this. So add 90 degrees?