Find the points closest and farthest from 0 in $\mathbb{R}^2$ under the constraint $\left
My work:
So I rephrased the question as: find the min and max points of $f(x,y)=x^2+y^2$ under the constraint $g(x,y)=3x^2-4yx+6y^2-70=0$.
So by Lagrange theorem we will get these 2 equations:
$$2x=\lambda(6x-4y)$$
$$2y=\lambda(12y-4x)$$
I tried to divide the 2 equations but in the end I got to this equation: $$2x^2-3xy-2y^2=0. $$ And now I'm stuck trying to find $x$ or $y$. Can anyone help?