[Math] Find maximum and minimum of $f(x, y) = xy$ on $D = \left\{ (x,y) \in \mathbb{R}^2: x^2+2y^2 \leq 1 \right\}$

multivariable-calculusoptimization

I'm kinda stuck on this one :

Find the minimum and maximum of the given function $f$ on $D$, where $$f(x, y) = xy$$ and $$D = \left\{(x,y) \in \mathbb{R}^2 : x^2+2y^2 \leq 1 \right\}$$

I don't know what to do with this domain $D$. I counted the first derivatives and got only point $(0,0)$ as a possible maximum/minimum inside $D$ but what about the boundary of $D$? Should I parametrize this ellipse or how should I approach this? Thanks for your tips!

Best Answer

Obviously the function $f$ has no relative extreme inside the desired region $D$. In favt using the routine method we will find $(0,0)$ a saddle point in which $f_{xx}f_{yy}-(f_{xy}^2)<0$. Now consider $D$ and that $$x=\pm\sqrt{1-y^2}$$ Putting each parts $x=+$ and then $x=-$ separately we will find two one-variable functions $$f(y)=+y\sqrt{1-y^2}, ~~~f(y)=-y\sqrt{1-y^2}$$ I think you can find the relative extremes of these functions.... You have $4$ points as I plotted below:

enter image description here