Suppose that $P(a,b)$ and $Q(c,d)$ are two points on the unit circle $x^2 + y^2 = 1$, and let $M$ be the midpoint of chord $PQ$. (Without using congruent triangles), prove that $OM$ is perpendicular to $PQ$. (Here $O$ is the origin, which is the centre of the circle).
Im not sure where to begin with this problem. I was thinking of trying to prove that the product of the slopes is $-1$, though as $P$ and $Q$ may have any coordinates on the unit circle, I'm not sure whether that is the right approach.
Notice that the midpoint is: $$ M\left( \frac{c + a}{2}, \frac{d + b}{2} \right) $$
So the slopes of $OM$ and $PQ$ are, respectively: $$ \frac{d + b}{c + a} \qquad\text{and}\qquad \frac{d - b}{c - a} $$ Multiplying these together yields: $$ \frac{d^2 - b^2}{c^2 - a^2} $$ Now recall that $P$ and $Q$ are on the unit circle. So we may substitute both points into the equation of the unit circle to obtain: $$ a^2 + b^2 = 1 = c^2 + d^2 $$ Rearranging, notice that: $$ d^2 - b^2 = a^2 - c^2 = -(c^2 - a^2) \iff \frac{d^2 - b^2}{c^2 - a^2} = -1 $$ as desired.