It is well known that a maximum of three normals can be drawn from the interior of a parabola. But I am interested in the proof for the fact that exactly one normal can be drawn to a parabola from an exterior point wrt to the parabola.
So far I have done this.
WLOG we consider $y^2=4ax$.
Let the exterior point be $(h,k)$.
We must have $$k^2-4ah> 0\tag1$$
Also the equation of a normal to a parabola is $$y=mx-2am-am^3$$ so $(h,k)$ satisfies $$am^3+2am-mh+k=0$$
All I have to do is show that there is only one real root possible for this cubic using $(1)$. Can anyone complete the proof?
Alternative methods are welcome!
NoteBy a normal i mean that a segment that is external to parabola
Thank you!
From the cubic
$$ax^3 +(2a-h)x +k =0$$
and using the conventions in this paper, one has
$$\begin{align*} x_N &=0 \\ \\ \delta^2 &= \dfrac{h-2a}{3a} \\ \\ y_N &= k \\ \\ h' &= 2a\left(\dfrac{h-2a}{3a}\right)^\frac{3}{2}\\ \end{align*}$$
For simplicity and WLOG, assume $a >0$.
For the case of $h \le 2a$, then $\delta^2 \le 0$ and the cubic has no real turning points, and thus only 1 real root.
For the case of $h \gt 2a$, then $\delta^2 \gt 0$ and $h' \in \mathbb{R}$ and the cubic has two turning points. In this case, to have only 1 real root, one needs to satisfy
$$\left|\dfrac{-y_N}{h'}\right| = \left|\dfrac{-k}{2a\left(\dfrac{h-2a}{3a}\right)^\frac{3}{2}}\right| \gt 1$$
or equivalently
$$\begin{align*}\left|\dfrac{-k}{2a\left(\dfrac{h-2a}{3a}\right)^\frac{3}{2}}\right|^2 &\gt 1^2\\ \\ k^2 &\gt 4a^2\left(\dfrac{h-2a}{3a}\right)^3\\ \\ k^2 - 4a\left[a\left(\dfrac{h-2a}{3a}\right)^3\right] &\gt 0 \\ \end{align*}$$
Now, to be consistent with the constraint in (1), one needs to show that
$$\begin{align*}a\left(\dfrac{h-2a}{3a}\right)^3 &\le h \\ \\ \left(h-2a\right)^3&\le 27a^2h \\ \end{align*}$$
which is certainly not true for $h \gg 2a$.
Therefore, it appears the constraint in (1) is not sufficient to guarantee that there is only one real root for $h \gg 2a$.