Find the locus of the midpoint of the chord of the circle $x^2 + y^2=a^2$ which subtends a $90°$ angle at point $(p,q)$ lying inside the circle.
I tried to solve it by taking that let the chord intersect the circle at $(x_1,y_1)$ and $(x_2,y_2)$. Then I found out their slopes and took their product as $-1$. I also tried by taking the lines joining center from chord as perpendicular.
But I couldn't do it. Please tell me a way.
WLOG, let the two extreme points of the chord be $A(a\cos u,a\sin u), B(a\cos v,a\sin v)$
If $P(h,k)$ the midpoint of $A,B$
$2h=a(\cos u+\cos v)\ \ \ \ (1)$
$2k=a(\sin u+\sin v)\ \ \ \ (2)$
$\implies4(h^2+k^2)=a^2\{2+2\cos(u-v)\}\iff\cos(u-v)=?\ \ \ \ (3)$
Now, $AB^2=PA^2+PB^2$
$$\implies4a^2\{(\cos u-\cos v)^2+(\sin u-\sin v)^2\}$$ $$=(p-2a\cos u)^2+(q-2a\sin u)^2+(p-2a\cos v)^2+(q-2a\sin v)^2$$
$\iff4a^2\{2-2\underbrace{\cos(u-v)}\}=2(p^2+q^2)$ $-2p\cdot2\underbrace{a(\cos u+\cos v)}-2q\cdot2\underbrace{a(\sin u+\sin v)}$
Use $(1),(2),(3)$ for the under-braced parts.
Can you take it from here?