2D Coordinate geometry, find a point

OrizaTriznyak

New member
Joined
Mar 28, 2020
Messages
1
We are in 2D Euclidean geometry (2D Cartesian coordinate system).

Given:
2 points: P1(x1,y1), P2(x2,y2) and a basic (single radius) circle (center point at (0,0), R = 1).


We have to find a C circle (center point (Xc,Yc + radius length) that goes through P1 and P2 + the C circle is perpendicular to the basic circle (which means on the attached figure the orange and the blue lines are perpendicular).

For example: P1= (-0,2 ; 0,8) P2 = (-0,5;-0,6);
We need the coordinates of C(Xc,Yc)

KK2.JPG
 
Top