Given a circle, its diameter and a given point on the diameter, find a procedure to construct a line perpendicular to the diameter using only a straight edge. The perpendicular must pass through the given point.
This question is a follow up to my previous question where the point was lying on the circle.Apparently, similar constructions cannot be made in this problem. This question discusses the case when the point lies outside the circle.
Any help will be appreciated.
Thanks.




The construction in the refereneced question allowes you as a side effect to reflect a point $P$ on the circle at the line $AB$ ($X\mapsto F$ with the illustration in the accepted answer).
Draw any line $\ne AB$ through $X$. Let it intersect the circle in $P$ and $Q$. Reflect $P$ at $AB$ to find $P'$. Let $AP'$ intersect $BQ$ in $C$. Then $CX\perp AB$.