Suppose we have a circle $x^2+y^2=a^2$
Any point of the circle will be $(a\cos\theta,a\sin\theta)$
Why does the diameter through this point intersect the circle at $(-a\cos\theta,-a\sin\theta)$?
I think it’s weirdly obvious, and I also have an idea on why it might be so, but I don’t have a proper derivation. It’s probably very simple, but I just can’t work it out.
Well, the center of the circle at $(0,0)$ divides the diameter into two parts of equal lengths $a$. Hence using the midpoint formula, we get
$$X:{m+a\cos\theta\over 2}=0$$ $$Y:{n+a\sin\theta\over 2}=0$$
Clearly, the other end of the diameter $(m,n)$ is $(-a\cos\theta,-a\sin\theta)$