From a point $(h,k)$, 3 distinct normals can be drawn to the parabola $y^2=4ax$ and the feet of these normals are $P(t_1),Q(t_2),R(t_3)$. Find the centroid of $\Delta PAQ$
My method of solving this is extremely rudimentary, but it got me very close to the answer.
I assumed the given point to like on the X axis for the sake of simplicity. This meant that one of the feet was the origin
The equation of normal was
$$k=-ht+2at+at^3$$ Since k =0
$$-h+2a+at^2=0$$
$$at^2=h-2a$$
The triangle PAQ is made up of points lying on the parabola except the origin. Their centroid is
$$x=\frac{h+at_1^2+at_2^2}{3}$$
Since the value of $at^2$ is constant
$$x=\frac{3h-4a}{3}$$
And $$y=0$$ because it seemed likely. I have no idea why though
The answer is $$(\frac 23 (h-2a),0)$$