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!!!