I'm trying to find the point C in the following diagram:
I know the coordinates for points A and B and also the centre of the circle. I also know the height of the isosceles triangle (h) which is also the radius of the circle.
How do I go about finding the coordinates for point C? I understand that there will be two answers, each on opposite sides of the circle.
I’ll refer to the coordinates of $A$ as $A(x_A,y_A)$ and I’ll refer to the coordinates of all other points in the same way ($C(x_C,y_C)$,$O(x_O,y_O)$ , etc.)
Since $\overline{AB}$ touches $O$, or the center of the circle, then $\overline{AB}$ must be a diameter of $\odot O$
Since $h$ is the height of $\vartriangle{ABC}$ and is also the length of $\overline{OC}$ then $\overline{AB}\bot \overline{OC}$
Because they are all radii $\overline{AO}\cong \overline{CO} \cong \overline{OB}$.
That means that $C$ is just a $90^{\circ}$ rotation in either direction of $A$ around $O$
To compute that point, you have to find the change in x and change in y between $A$ and $O$. These are as follows: $$\Delta{x} = x_O-x_A$$ $$\Delta{y} = y_O-y_A$$
The two possible points for $C(x_C,y_C)$ are then:
$$C(x_O+\Delta{y},y_O-\Delta{x})$$ $$C(x_O-\Delta{y},y_O+\Delta{x})$$