Here is an minimization problem involving $2$ variables, $x$ and $y$. And there are $2$ functions, $g(x,y)$ and $h(x,y)$.
The goal of this minimization problem is to find out the $(x,y)$ which minimizes both $g(x,y)$ and $h(x,y)$ at the same time.
I just know how to solve simple optimization problem subject to equation constraints, like to minimize $e(x,y)$ while subject to $f(x,y) = k$, for this kind of problem, use Lagrange Multiplier to solve it.
But here, the problem isn't like the Lagrange Multiplier type, is it? How to solve it?