I want to solve the following problem:
Consider the ellipse $$ E: \frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1,$$ where $a,b>0$, and the point $p(t)=(at,bt),$ where $t\in(0,+\infty).$ Let $q(t)\in E$ be the point that minimizes the distance between $p(t)$ and $E$. Calculate: $$ \lim_{t \to +\infty}q(t).$$
So, my way to think of a solution was using Lagrange multipliers in the following steps: let $f(x,y)=\|(x,y)-p(t)\|^{2}$ and $g(x,y)=\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}};$ now I should find $x,y,\lambda$ such that $\nabla f(x,y) =\lambda\nabla g(x,y)$ and $g(x,y)=1.$
It's not that hard to write $x$ and $y$ depending on $\lambda,$ but as soon I plug the values of $x$ and $y$ at the last equation to find $\lambda$ and then get the correct $(x,y)$ minimizing point, I end up with a huge polynomial of $\lambda$ that I hardly believe I should solve.
Is that the correct step-by-step? Is there any other clever way of doing it?
Thanks on advance for the help!!!
$$L=(x-at)^2+(y-bt)^2-\lambda \left(\frac{x^2}{a^2}+\frac{y^2}{b^2}-1 \right)$$
$$\frac{1}{2}\frac{\partial L}{\partial x}= x-at-\frac{\lambda x}{a^2}$$
$$\frac{1}{2}\frac{\partial L}{\partial y}= y-bt-\frac{\lambda y}{b^2}$$
$$\frac{\partial L}{\partial \lambda} =1-\frac{x^2}{a^2}-\frac{y^2}{b^2}$$
Setting $$\frac{\partial L}{\partial x}=\frac{\partial L}{\partial y}=0$$
We see that
$$a^2-\frac{a^3 t}{x} = b^2-\frac{b^3 t}{y}.$$
Dividing both sides by $t$ and letting $t\rightarrow \infty$:
$$\frac{a^3}{x}=\frac{b^3}{y} \textrm{ so that } x=\frac{a^3}{b^3}y.$$
Setting $\frac{\partial{L}}{\partial \lambda}=0$ gives us back the equation of the ellipse. Inserting $x=\frac{a^3}{b^3}y$ gives us $y$ and similarly we can solve for $x$:
$$(x,y)= \left( \frac{a^3}{\sqrt{a^4+b^4}} , \frac{b^3}{\sqrt{a^4+b^4}} \right).$$