I'm having trouble with finding the extrema of a function on a set which is expressed with a closed circle.
This is the function: $f(x,y)=x^2+y$ , and this is the set: $A=[(x,y)∈R^2: \frac{x^2}4+\frac{y^2}9\le1]$
I know how to find the regular extrema of the function but I'm stuck with the set part of this problem.
I've already calculated that there is no global max/min for $f(x,y)=x^2+y$
Thank you in advance for any help.
HINT
Note that $\frac{x^2}4+\frac{y^2}9\le1$ is not a circle but an ellipse.
To find the extrema:
$$\frac{x^2}4+\frac{y^2}9=1\implies x^2=4-\frac49y^2$$
$$f(x,y)=x^2+y\implies g(y)=4-\frac49y^2+y$$
for $y\in[-3,3]$.