We have fixed point $A(x_0,y_0)$ and family of ellipses with fixed focuses $(c,0)$ and $(-c,0)$. For each of the ellipses we can find point $E(x_1,y_1)$ on the ellipse closest to $A$.
I'm interested to find geometrical place of $E$s, actually the equation including $x_1,y_1,x_0,y_0,c$
Obviously $A$ belongs to the curve, so as point $(x_0,0)$ if $|x_0|<c$. If $x_0>c$ then $(c,0)$ is on the curve
Any idea how to set up the equation?
I was trying myself to answer, I supposed that the tangent in $E$ on the ellipse is also the tangent in $E$ on a circle with center $(x_0,y_0)$.
If ellipse equation is $\frac{x^2}{b^2+c^2}+\frac{y^2}{b^2}=1$ and the circles equation is $(x-x_0)^2+(y-y_0)^2=r^2$ then equations $\frac{xx_1}{b^2+c^2}+\frac{yy_1}{b^2}=1$ and $(x-x_0)(x_1-x_0)+(y-y_0)(y_1-y_0)=r^2$ are both equations of the same line
So coefficients near x and y are proportional $$\frac{x_1}{b^2+c^2}:(x_1-x_0)=\frac{y_1}{b^2}:(y_1-y_0)\\ x_1(y_1-y_0)b^2=y_1(x_1-x_0)(b^2+c^2)\\ (x_0y_1-x_1y_0)b^2=y_1(x_1-x_0)c^2\\ b^2=\frac{y_1(x_1-x_0)c^2}{x_0y_1-x_1y_0}$$ Now substitute $b^2$ into ellipses equation $$\frac{x_1^2}{b^2+c^2}+\frac{y_1^2}{b^2}=1\ \ /*\frac{c^2}{x_0y_1-x_1y_0}\\ \frac{x_1^2}{y_1(x_1-x_0)+x_0y_1-x_1y_0}+\frac{y_1^2}{y_1(x_1-x_0)}=\frac{c^2}{x_0y_1-x_1y_0}\\ \frac{x_1}{y_1-y_0}+\frac{y_1}{x_1-x_0}=\frac{c^2}{x_0y_1-x_1y_0}\\ x_1(x_1-x_0)(x_0y_1-x_1y_0)+y_1(y_1-y_0)(x_0y_1-x_1y_0)=c^2(x_1-x_0)(y_1-y_0)$$