I am trying to find the absolute maxima and minima of $ f(x,y) = 2x^3 + y^4$ in the domain $D = \{(x,y)| x^2 + y^2 \le 1 \}$
I have made an attempt as shown in attached picture. Please ignore dashed areas. Attached picture. The answer is (1,0) and (-1,0). I do NOT want to use the Lagrange multiplier method to solve.
Is it legal to substitute $y^4 = (1-x^2)^2$ into $f(x,y)$ to make a single variable $f(x)$ and then find $f'(x) =0 $? Then, after finding the $x$ can I substitute into $x^2 +y^2 = 1$ to find y? Then can I plug it back into $f(x,y)$ to find critical points?
I want to know how to find max and min on the boundary $x^2 + y^2 = 1$ without the LM method?
Thanks for your help!
Since the origin $(0,0)$ is the only critical point inside $D$ and the origin is not a local maximum or a local minimum (because $f(0,0)=0$ and $f$ changes its sign in any neighbourhood of $(0,0)$), it follows that the absolute maxima and minima of $f$ in the compact set $D$ have to be attained at the boundary. Hence, you may consider the restriction of $f$ along such boundary $x^2+y^2=1$, that is the one-variable function $$g(x)=f(x,\pm\sqrt{1-x^2})=2x^3+(1-x^2)^2$$ in the domain $[-1,1]$. Its derivative is $$g'(x)=2x(x+2)(2x-1)$$ so we have to compare $g(0)=1$, $g(1/2)=13/16$, plus the values at the extreme points $g(-1)=-2$ and $g(1)=1$. We may conclude that the absolute maximum point is $(1,0)$ and the absolute minimum point is $(-1,0)$.
Alternative way: if $x^2 + y^2 \le 1$ then $-1\leq x^3\leq x^2$ and $0\leq y^4\leq 2y^2$. Therefore $$f(-1,0)=-2\leq 2x^3\leq f(x,y)=2x^3 + y^4\leq 2x^2+2y^2\leq 2=f(1,0).$$