i have this function $f (x, y) = - 2x^2 - 3y^2 + 4xy + 4x - 10y$. in the compact set D bounded by the lines $x = 0$, $y = 0$ and $x + y = - 6$. I have to find global maximum and minimum. My problem is that I can't understand what to do with these $x = 0$ and $y = 0$.
I found the global maximum and minimum with the equation $x + y= -6$. I found y = -6-x and substituted into the main function $f (x, -6-x ) = - 2x^2 - 3y^2 + 4xy + 4x - 10y$. The result is $-9x^2 - 36^x -48$. I found the derivative $-18y-36 = 0$ and got that the global extremums of the function are $f (-2, 4) = -136$ and $f (4, -2)= - 40$.
But I don't know how to use that $x = 0$ and $y = 0$. Can you give me some advice?