Let F1 and F2 be the foci. It is known that in every ellipse with F1 and F2 being its foci, verifies the following property:a ray of light which starts from F1 and is reflected in that curve, will then pass through F2. Proof that only the ellipses verify that property using differential equations.
I've been having a hard time trying to prove this question,if someone can give me at least a hint, it'll be much appreciated. There is a similar question here:Is the reflective property of a parabola unique?. In this case is a parabola.
One can assume WLOG that $F_1(−1,0),F_2(1,0)$.
Let $y=f(x)$ be the unknown cartesian equation (assumed differentiable) of a curve having the reflecting property.
Let us consider a point of the curve $T(x_0,y_0)$ with $y_0:=f(x_0)$.
The tangent to the curve in $T$ has equation
$$y−y_0=f′(x_0)(x−x_0)\tag{1}$$
Let $S(x_1,y_1)$ be the symmetrical point of $F_2$ with respect to this tangent and
$$I\left(\frac{1+x_1}{2},\frac{y_1}{2}\right)$$
the midpoint of line segment $[F_2S]$.
Due to orthogonality, we have the following zero dot-product : $\vec{F_2S}.\vec{TI}=0$, giving the constraint
$$x_1-1=-y_1f'(x_0)\tag{2}$$
As point $I$ belongs to the tangent, we have :
$$\frac{y_1}{2}−y_0=f′(x_0)\left(\frac{1+x_1}{2}−x_0\right)\tag{3}$$
A last constraint, the most important because it is equivalent to the reflection property, is that $S(x_1,y_1)$ is aligned with $F_1$ and $T$, a relationship that can be expressed in the following way (consider it as an equality between slopes):
$$\frac{y_1}{x_1+1}=\frac{y_0}{x_0+1}\tag{4}$$
Using (2), (3) and (4), one obtains the following relationship :
$$1+x_1=2-y_1f'(x_0)=\frac{y_1-2y_0+2x_0f'(x_0)}{f'(x_0)}=\frac{y_1(x_0+1)}{y_0}\tag{5}$$
Eliminating $y_1$ between the two last equations, we get the following condition:
$$f'(x_0)^2x_0 f(x_0)+f'(x_0)(x_0^2-f(x_0)^2-1)- x_0 f(x_0) = 0\tag{6}$$
(without shame, I have done it with the assistance of a Computer Algebra System... see details in remark 3 below),
(6) can be written, taking a neutral notation :
$$f'(x)^2 (x f(x))-f'(x)(f(x)^2-x^2+1) - (x f(x)) = 0\tag{6'}$$
Considering (6') as a quadratic expression in $f'(x)$, we get $f'(x)$ by using on it the roots' formula, giving the following differential equation :
$$f'(x)=\frac{1}{2 x f(x)}\left((f(x)^2-x^2+1)\color{red}{-} \sqrt{(f(x)^2-x^2+1)^2+(2 x f(x))^2}\right)\tag{7}$$
One can check graphically, using for example Geogebra (see Fig. below) that this differential equation and its twin differential equation (with a $\color{red}{+}$ in front of the square root) give rise to elliptical arcs, knowing that it can be done in a rigorous manner (see Remark 2 below).
The big blue dot illustrates an initial point with, attached to it, its trajectory. Please note that these trajectories stay either into quadrants (II) and (III) or into quadrants (I) and (IV). The small blue dots are the foci.
Remarks :
There is a lot to say about the (maximum) domains of validity, but this is not the objective here...
One can check that the solutions of differential equation (6) and its "twin differential equation" are the curves with cartesian equations :
$$y=b\sqrt{1-\frac{x^2}{b^2+1}}$$
i.e., ellipses intersecting the axes in $(0,\pm b)$ and $(\pm \sqrt{b^2+1},0)$.
The symbolic Matlab program I have written for the obtention of eq. (6) :