How do I find the point closest to origin on the eclipse:
$$x^2 + 4y^2 = 4 $$
I tried using the Lagrange multiplier method, by using $$x^2 + 4y^2 - 4 = 0$$ as a constraint, and using $$f(x,y) = x^2 + y^2$$ as the function.
Trying to use the Lagrange multiplier method I get that
$$\left\{\begin{array}{l}2x = λ2x \\ 2y = λ8y\\ x^2 +4y^2 = 4\end{array}\right.$$
Trying to solve the equations for λ, I get that λ is both 1 and 1/4.
Thank you very much!
You set up the equations correctly! To solve them, note that if $\lambda=1$ we get
$$2x=2x$$ $$2y=8y$$ Therefore $y=0$ (and $x$ must be $\pm 2$). And if $\lambda=\frac14$ we get
$$2x=\frac12x$$ $$2y=2y$$ Therefore $x=0$ (and $y$ must be $\pm 1$).