For a Parabola
AB and CD are any two parallel chords having slope 1 .
C1 is a circle passing through O A B and C2 is a circle passing through O C D where O is the origin . C1 and C2 intersect at ?
We need to find the points where C1 and C2 intersect. I tried assuming a circle passing through OAB and using parametric from to generate a fourth degree equation. I was unable to proceed further . Can anyone give a hint ? I am in high school
If $A=(t^2,2t)$ then $B=((2-t)^2,2(2-t))$ (I'm setting $a=1$). A generic circle passing through $A$, $B$ and $O$ has equation $x^2+y^2+cx+dy=0$. Substituting there the coordinates of $A$ and $B$ we find two equations, which can be solved for $c$ and $d$: $$ c = -8 + 2 t - t^2, \quad d = 2 t - t^2. $$ The intersections of circle and parabola can be found solving the system $$ \cases{ x^2+y^2+cx+dy=0 \cr y^2=4x \cr } $$ We can eliminate $x$ and insert the expressions for $c$ and $d$ found above, to obtain $$ y^4+\left(8 t-4 t^2-16\right) y^2+\left(32 t-16 t^2\right) y=0. $$ But we already know three solutions of this equation: $y=0$, $y=2t$ and $y=4-2t$, hence we can factor it, to get: $$ y\ (y-2 t)\ (y - 4 + 2 t)\ (4 + y)=0. $$ We then obtain a fourth solution: $y=-4$, which is independent of $t$. Hence all circles pass through the point $(4,-4)$ (or, restoring units: $(4a,-4a)$).