Find all points $X$ in $C: x^2+y^2=1$ such that the vector $OX$ its orthogonal to fixed vector equivalent to free vector $PX$ where $P(0,p)$ give the conditions on $p$.
I tried the point $X(0.8,0.6)$: it is a point in $C$ and then we have a vector $OX=[0.8,0.6]$. I made a fixed orthogonal vector first, i.e. $OH=[0.6,-0.8]$, and then the free vector have to be $PX=[0.8,-0.8]$. Now $$ P(0,1.4)\text{ because }0.6-p=-0.8 $$ So I reached the conclusion that $p$ have to be $x+y$ where $x$ and $y$ are the coordinates of point $X$, but it doesn't work for all points and I don't know what I'm doing bad, can you help me?
Let $X$ be the point with coordinates $X(x,y)$, then $OX(x,y)$. Since it lies on $(C)$ we must have $x^2 + y^2 = 1$. Then we must find $(x,y)$ such that $x^2 + y^2 = 1$ and $(x,y) \perp (x-0,y-p)$. Since vectors are orthogonal, then the scalar product is zero, hence $x^2 + y(y-p) = x^2 + y^2 - yp = 1 - yp = 0$. Hence $y = \frac{1}{p}$. Then all points satisfying $x^2 + y^2 = 1$ and $(x,y) \perp (x-0,y-p)$ are $(x,\frac{1}{p})$. But since $x^2+y^2 = 1$, we can write $x$ in terms of $y $ or $p$ as $x = \pm \sqrt{1- y^2} = \pm \sqrt{1 - \frac{1}{p^2}}$. So all points are $$(\pm \sqrt{1- \frac{1}{p^2}}, \frac{1}{p})$$