If $(x_1, y_1), (x_2, y_2)$ and $(x_3, y_3)$ be three points on the parabola $y^2 = 4ax$ and the normals at these points meet in a point then how will we prove that $$ \frac{x_1 -x_2}{y_3} + \frac{x_2-x_3}{y_1} + \frac{x_3-x_1}{y_2} = 0? $$
I tried as follows.
Let the normals meet at $(h,k)$. Then, $$am^3 + (2a-h)m + k = 0.$$
After Solving the equation, $$ x_1 y_1(y_2-y_3) + x_2 y_2(y_3-y_1) + x_3 y_3 (y1 - y2) = 0 $$
Substituting $x_k = y_k^2/4a$ for $k \in \{1,2,3\}$
But I am not getting the result.