Minimize $$f(x,y) = x^2+y^2$$ subject to the constraint $xy=3$.
I know the formula for Lagrange multipliers to be $\nabla f = \lambda \nabla g$ so we get a system of equations like this $$\begin{cases}f_x = \lambda g_x \\ f_y = \lambda g_y \end{cases}$$ However that gives me $2$ equations, but $3$ variables. I do not know what to do from here.
HINT: Use $$\begin{cases} f_x = \lambda g_x \\ f_y = \lambda g_y \\ xy = 3\end{cases} $$ Note that $f_x = 2x, f_y = 2y, g_x = y, g_y = x$.