Given a circle, its diameter and a point on the circle, find a procedure to construct a line perpendicular to the diameter using only a straight edge. The perpendicular must pass through the given point.
I can do this if another point outside the circle is given, but my question is the degenerate case when that point lies on the circle.
Any help will be appreciated.
Thanks.


Here's a solution
Let $C_1 \not \in \omega$.
$H -$ orthocenter of $\triangle AC_1B$
1) $C_1H \perp AB$
2) $C_1H \cap \omega =\left\{D,E\right\}$
3) $DX \cap AB=P$
4) $PE\cap \omega = F$
5) $FX \perp AB$
The above explanation is due to Mr. Henning Makholm.